aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ccsdk-oran
diff options
context:
space:
mode:
authorBjornMagnussonXA <bjorn.magnusson@est.tech>2020-10-02 10:54:51 +0200
committerBjornMagnussonXA <bjorn.magnusson@est.tech>2020-10-12 21:43:29 +0200
commitd8d052917c3b3f745dbd9586ac36accafec91b0b (patch)
tree91b803d488f9f73c2e4565eee917aefdb89b6a5e /tests/ccsdk-oran
parent334a204a6e0ce7e7a28de8ac3f8fb008bcc5683a (diff)
Modified to run both on guilin and master branch
Issue-ID: CCSDK-2861 Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech> Change-Id: I49ba43e2c4a2c4e2c5738ed9b9f70e1d124e26b7
Diffstat (limited to 'tests/ccsdk-oran')
-rw-r--r--tests/ccsdk-oran/polmansuite/test.robot4
1 files changed, 2 insertions, 2 deletions
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