X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Fccsdk-oran%2Fpolmansuite%2Ftest.robot;fp=tests%2Fccsdk-oran%2Fpolmansuite%2Ftest.robot;h=eebe478b23966f6cd5e5104c8265d6f4bf2f778f;hb=d8d052917c3b3f745dbd9586ac36accafec91b0b;hp=1390a8c634272afe2784bce950ccd69ae9462a79;hpb=334a204a6e0ce7e7a28de8ac3f8fb008bcc5683a;p=integration%2Fcsit.git diff --git a/tests/ccsdk-oran/polmansuite/test.robot b/tests/ccsdk-oran/polmansuite/test.robot index 1390a8c6..eebe478b 100644 --- a/tests/ccsdk-oran/polmansuite/test.robot +++ b/tests/ccsdk-oran/polmansuite/test.robot @@ -6,7 +6,7 @@ Library Process 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} + Start Process ${AUTOTEST_ROOT}/FTC1.sh remote auto-clean --env-file ${TEST_ENV} 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 @@ -14,7 +14,7 @@ Functional Test Case 1 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} + Start Process ${AUTOTEST_ROOT}/FTC150.sh remote auto-clean --env-file ${TEST_ENV} 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