X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Fintegration%2Fnfsimulator%2Fnetconf-server%2Fresources%2Fnetconf-server-keywords.robot;h=fd54487a660efc9259cca8adf478dfcd403fc2ef;hb=a700e2f085776f201b9a24726d3d961981089161;hp=94be035b6a1a3fc4759f2daf6fbbe40ddaa11e56;hpb=ef5f97aafa2928eeba13de1e3bc4bd542066ed49;p=integration%2Fcsit.git diff --git a/tests/integration/nfsimulator/netconf-server/resources/netconf-server-keywords.robot b/tests/integration/nfsimulator/netconf-server/resources/netconf-server-keywords.robot index 94be035b..fd54487a 100644 --- a/tests/integration/nfsimulator/netconf-server/resources/netconf-server-keywords.robot +++ b/tests/integration/nfsimulator/netconf-server/resources/netconf-server-keywords.robot @@ -10,3 +10,12 @@ Run Healthcheck ${resp}= GET On Session netconf_server_session /healthcheck Should Be Equal As Strings ${resp.status_code} 200 Should Be Equal As Strings ${resp.text} UP + +Run Readiness + [Documentation] Run Readiness + Create Session netconf_server_session ${NETCONF_SERVER_URL} + ${resp}= GET On Session netconf_server_session /readiness + Should Be Equal As Strings ${resp.status_code} 200 + Should Be Equal As Strings ${resp.text} Ready + +