Add testcase to CSIT 27/118727/1
authorecaiyanlinux <martin.c.yan@est.tech>
Tue, 2 Mar 2021 14:42:24 +0000 (14:42 +0000)
committerecaiyanlinux <martin.c.yan@est.tech>
Tue, 2 Mar 2021 19:38:57 +0000 (19:38 +0000)
Add deployment of NONRTRIC without SDNC to CSIT

Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: Iffcff58893f613d50e5698ac951ce9b95d93aa49
Issue-ID: CCSDK-3140

csit/tests/healthcheck/test2.robot [new file with mode: 0644]

diff --git a/csit/tests/healthcheck/test2.robot b/csit/tests/healthcheck/test2.robot
new file mode 100644 (file)
index 0000000..0233459
--- /dev/null
@@ -0,0 +1,16 @@
+*** Settings ***
+Library           OperatingSystem
+Library           Process
+
+*** Variables ***
+
+${pms_a1sim}      ${SCRIPTS}/healthcheck/test/pms_a1sim.sh
+
+
+*** Test Cases ***
+
+Health check test case for NONRTRIC
+    [Documentation]                Deploy NONRTRIC without SDNC
+    Start Process                   ${pms_a1sim}  >>  log_hc.txt    shell=yes
+    ${cli_cmd_output}=              Wait For Process    timeout=600
+    Should Be Equal as Integers     ${cli_cmd_output.rc}    0