aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-robot/robot/testsuites/AAAwait_for_server.robot
blob: 537035a883d70c32d7d3c257e43077ba818701cb (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   opt_validation
    Wait Until Keyword Succeeds   ${CMSO_STARTUP_WAIT_TIME}   30s   CMSO Health Check
    
*** Keywords ***
CMSO Health Check
    ${resp}=   Get Change Management   alias   health
    Should Be Equal as Strings    ${resp.status_code}    200