X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Fccsdk-oran%2Fpolmansuite%2Ftest.robot;h=59d73eb83ac619a7458ca498dab66136adab00c7;hb=23f2ddd210a60197a9ae7db3d7c215fedee13642;hp=1390a8c634272afe2784bce950ccd69ae9462a79;hpb=b360b52498bdfca7b21f8751cd47f9938ebcecab;p=integration%2Fcsit.git diff --git a/tests/ccsdk-oran/polmansuite/test.robot b/tests/ccsdk-oran/polmansuite/test.robot index 1390a8c6..59d73eb8 100644 --- a/tests/ccsdk-oran/polmansuite/test.robot +++ b/tests/ccsdk-oran/polmansuite/test.robot @@ -5,19 +5,13 @@ Library Process *** Test Cases *** Functional Test Case 1 - [Documentation] Functional Test Case 1 - FTC1 - Start Process ${AUTOTEST_ROOT}/FTC1.sh remote auto-clean --env-file ${POLMAN_PLANS}/test_env.sh shell=true cwd=${AUTOTEST_ROOT} + [Documentation] Deploy PMS without SDNC + Start Process ${ARCHIVES}/test/pms_a1sim.sh ${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} + [Documentation] Deploy PMS with SDNC + Start Process ${ARCHIVES}/test/pms_a1sim_sdnc.sh ${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 - -