summaryrefslogtreecommitdiffstats
path: root/cmso-robot/robot/testsuites/AAAwait_for_server.robot
blob: 7794602a6bbfe5d3e367baa38f17a7836aa3d498 (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   ${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
class="nt"><skipPMD>true</skipPMD> <classes>classes/**/*.class</classes> <mavenStatus>maven-status/**</mavenStatus> <skipTestRun>true</skipTestRun> </properties> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>${maven-core.version}</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>${maven-plugin-annotations.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <version>${maven-plugin-plugin.version}</version> </plugin> </plugins> </build> </project>