ecaiyanlinux | 9002c53 | 2021-09-02 12:21:00 +0200 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Library OperatingSystem |
| 3 | Library Process |
| 4 | |
| 5 | *** Variables *** |
| 6 | |
JohnKeeney | 08486cf | 2022-05-24 12:34:49 +0100 | [diff] [blame] | 7 | ${pms_a1sim_sdnc} ${SCRIPTS}/healthcheck/test/pms_a1sim_sdnc.sh |
| 8 | ${test3_stdout} ${OUTPUT_DIR}/test3_pms_a1sim_sdnc_STDOUT.sh.log |
| 9 | ${test3_stderr} ${OUTPUT_DIR}/test3_pms_a1sim_sdnc_STDERR.sh.log |
ecaiyanlinux | 9002c53 | 2021-09-02 12:21:00 +0200 | [diff] [blame] | 10 | |
| 11 | *** Test Cases *** |
| 12 | |
| 13 | Health check test case for NONRTRIC |
JohnKeeney | 08486cf | 2022-05-24 12:34:49 +0100 | [diff] [blame] | 14 | [Documentation] Deploy NONRTRIC with SDNC - Test 3 |
| 15 | Log Variables |
| 16 | ${cli_cmd_output}= Run Process ${pms_a1sim_sdnc} shell=no stdout=${test3_stdout} stderr=${test3_stderr} |
| 17 | Log Many Standard output: ${test3_stdout} ${\n} ${cli_cmd_output.stdout} |
| 18 | Log Many Standard error: ${test3_stderr} ${\n} ${cli_cmd_output.stderr} |
ecaiyanlinux | 9002c53 | 2021-09-02 12:21:00 +0200 | [diff] [blame] | 19 | Should Be Equal as Integers ${cli_cmd_output.rc} 0 |