From 800c482f30b5b51f1a66c1022ee118dfb2e59904 Mon Sep 17 00:00:00 2001 From: ecaiyanlinux Date: Tue, 2 Mar 2021 14:42:24 +0000 Subject: Add testcase to CSIT Add deployment of NONRTRIC without SDNC to CSIT Signed-off-by: ecaiyanlinux Change-Id: Iffcff58893f613d50e5698ac951ce9b95d93aa49 Issue-ID: CCSDK-3140 --- csit/tests/healthcheck/test2.robot | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 csit/tests/healthcheck/test2.robot 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 -- cgit 1.2.3-korg