diff options
author | 2020-09-18 11:35:59 +0000 | |
---|---|---|
committer | 2020-09-18 11:35:59 +0000 | |
commit | e3e5332876dfcc0e9bd85996459b194ce1d6f249 (patch) | |
tree | 637d511963bc3178311c8102c90fb416fd2cd52d /tests/ccsdk-oran/polmansuite/test.robot | |
parent | 9008fc5ddaee008880cdd9ca4a66fd01f123c8c7 (diff) | |
parent | 7330ced367b4a312fbde2ca602dc54ce51931d14 (diff) |
Merge "SDNC image added to policy managment CSIT"
Diffstat (limited to 'tests/ccsdk-oran/polmansuite/test.robot')
-rw-r--r-- | tests/ccsdk-oran/polmansuite/test.robot | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/ccsdk-oran/polmansuite/test.robot b/tests/ccsdk-oran/polmansuite/test.robot index be396287..1390a8c6 100644 --- a/tests/ccsdk-oran/polmansuite/test.robot +++ b/tests/ccsdk-oran/polmansuite/test.robot @@ -6,11 +6,18 @@ Library Process Functional Test Case 1 [Documentation] Functional Test Case 1 - FTC1 - Start Process ${AUTOTEST_ROOT}/FTC1.sh remote auto-clean shell=true cwd=${AUTOTEST_ROOT} + Start Process ${AUTOTEST_ROOT}/FTC1.sh remote auto-clean --env-file ${POLMAN_PLANS}/test_env.sh shell=true cwd=${AUTOTEST_ROOT} ${cli_cmd_output}= Wait For Process timeout=3600 Should Be Equal as Integers ${cli_cmd_output.rc} 0 ${ResultFileContent}= Get File ${AUTOTEST_ROOT}/.resultFTC1.txt Should Be Equal As Integers ${ResultFileContent} 0 +Functional Test Case 2 + [Documentation] Functional Test Case 2 - FTC150 + Start Process ${AUTOTEST_ROOT}/FTC150.sh remote auto-clean --env-file ${POLMAN_PLANS}/test_env.sh shell=true cwd=${AUTOTEST_ROOT} + ${cli_cmd_output}= Wait For Process timeout=3600 + Should Be Equal as Integers ${cli_cmd_output.rc} 0 + ${ResultFileContent}= Get File ${AUTOTEST_ROOT}/.resultFTC150.txt + Should Be Equal As Integers ${ResultFileContent} 0 |