From: ecaiyanlinux Date: Tue, 2 Mar 2021 14:42:24 +0000 (+0000) Subject: Add testcase to CSIT X-Git-Tag: 1.1.2~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F27%2F118727%2F1;p=ccsdk%2Foran.git Add testcase to CSIT Add deployment of NONRTRIC without SDNC to CSIT Signed-off-by: ecaiyanlinux Change-Id: Iffcff58893f613d50e5698ac951ce9b95d93aa49 Issue-ID: CCSDK-3140 --- diff --git a/csit/tests/healthcheck/test2.robot b/csit/tests/healthcheck/test2.robot new file mode 100644 index 00000000..02334593 --- /dev/null +++ b/csit/tests/healthcheck/test2.robot @@ -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