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.robot12
1 files changed, 12 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
new file mode 100644
index 00000000..94be035b
--- /dev/null
+++ b/tests/integration/nfsimulator/netconf-server/resources/netconf-server-keywords.robot
@@ -0,0 +1,12 @@
+*** Settings ***
+Library RequestsLibrary
+Resource ./netconf-server-properties.robot
+
+*** Keywords ***
+
+Run Healthcheck
+ [Documentation] Run Healthcheck
+ Create Session netconf_server_session ${NETCONF_SERVER_URL}
+ ${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