aboutsummaryrefslogtreecommitdiffstats
path: root/csit/tests/healthcheck/test1.robot
diff options
context:
space:
mode:
Diffstat (limited to 'csit/tests/healthcheck/test1.robot')
-rw-r--r--csit/tests/healthcheck/test1.robot3
1 files changed, 1 insertions, 2 deletions
diff --git a/csit/tests/healthcheck/test1.robot b/csit/tests/healthcheck/test1.robot
index bc9ec597..e65928a3 100644
--- a/csit/tests/healthcheck/test1.robot
+++ b/csit/tests/healthcheck/test1.robot
@@ -11,7 +11,6 @@ ${health_check} ${SCRIPTS}/healthcheck/test/health_check.sh
Health check test case for NONRTRIC
[Documentation] Health check
- Start Process ${health_check} shell=yes
- ${cli_cmd_output}= Wait For Process timeout=600
+ ${cli_cmd_output}= Run Process ${health_check}
Log ${cli_cmd_output.stdout}
Should Be Equal as Integers ${cli_cmd_output.rc} 0