aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration/nfsimulator/netconf-server/resources/netconf-server-keywords.robot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/nfsimulator/netconf-server/resources/netconf-server-keywords.robot')
-rw-r--r--tests/integration/nfsimulator/netconf-server/resources/netconf-server-keywords.robot9
1 files changed, 9 insertions, 0 deletions
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
+
+