diff options
author | BjornMagnussonXA <bjorn.magnusson@est.tech> | 2022-05-19 19:46:41 +0200 |
---|---|---|
committer | BjornMagnussonXA <bjorn.magnusson@est.tech> | 2022-05-20 14:44:35 +0200 |
commit | ca9a543e882c0fa891230d72311d5f7631d099bc (patch) | |
tree | d1725b3e5ee8eefc464acaf5c04408f886ab95ba /csit/tests/healthcheck/test2.robot | |
parent | 2a4cae64ac1452da49b4af60ba1fa5e8fe28400b (diff) |
Changed process execution in CSIT test
Issue-ID: CCSDK-3675
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Change-Id: Idcd76e78930bdcec0981cf443a2ede404cd31643
Diffstat (limited to 'csit/tests/healthcheck/test2.robot')
-rw-r--r-- | csit/tests/healthcheck/test2.robot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/csit/tests/healthcheck/test2.robot b/csit/tests/healthcheck/test2.robot index 4e3e6c0e..98151693 100644 --- a/csit/tests/healthcheck/test2.robot +++ b/csit/tests/healthcheck/test2.robot @@ -11,7 +11,6 @@ ${pms_a1sim} ${SCRIPTS}/healthcheck/test/pms_a1sim.sh Health check test case for NONRTRIC [Documentation] Deploy NONRTRIC without SDNC - Start Process ${pms_a1sim} shell=yes - ${cli_cmd_output}= Wait For Process timeout=600 + ${cli_cmd_output}= Run Process ${pms_a1sim} Log ${cli_cmd_output.stdout} Should Be Equal as Integers ${cli_cmd_output.rc} 0 |