From 9002c53de67fd594efbf8f66f3b0706ad9a9bec2 Mon Sep 17 00:00:00 2001 From: ecaiyanlinux Date: Thu, 2 Sep 2021 12:21:00 +0200 Subject: Improvement & Enhancement of csit tests Improve integration with sdnc Use env variables to replace image urls & tags Signed-off-by: ecaiyanlinux Issue-ID: CCSDK-3433 Change-Id: Id6d6e428e5ddba018b50710710d077613d02b2e8 --- csit/tests/healthcheck/test3.robot | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 csit/tests/healthcheck/test3.robot (limited to 'csit/tests') diff --git a/csit/tests/healthcheck/test3.robot b/csit/tests/healthcheck/test3.robot new file mode 100644 index 00000000..cedac7e5 --- /dev/null +++ b/csit/tests/healthcheck/test3.robot @@ -0,0 +1,16 @@ +*** Settings *** +Library OperatingSystem +Library Process + +*** Variables *** + +${pms_a1sim_sdnc} ${SCRIPTS}/healthcheck/test/pms_a1sim_sdnc.sh + + +*** Test Cases *** + +Health check test case for NONRTRIC + [Documentation] Deploy NONRTRIC with SDNC + Start Process ${pms_a1sim_sdnc} >> 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