aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-robot/robot/testsuites/AAAwait_for_server.robot
blob: c655c989c05031f821fdc76288c0324bb4c8c004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*** Settings ***
Documentation   Wait for service to be up before starting 

Library   StringTemplater
Library   UUID

Resource    ../resources/scheduler_common.robot


*** Test Cases ***
Wait For Healthy CMSO
    [Tags]   ete
    Wait Until Keyword Succeeds   240s   30s   CMSO Health Check
    
*** Keywords ***
CMSO Health Check
    ${resp}=   Get Change Management   alias   health
    Should Be Equal as Strings    ${resp.status_code}    200