aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorecaiyanlinux <martin.c.yan@est.tech>2021-01-21 14:41:14 +0100
committerroot@nfs <martin.c.yan@est.tech>2021-01-27 14:01:03 +0000
commit727354a35fcc6221ebfcca4ab7e251d011fc5bed (patch)
tree218c0e0e54c0c7fdf1830ffb97aa3f338446d035 /tests
parentef3d76ba5ad5210f8405fcfffac191a08f6b5cba (diff)
Update csit for nonrtric
Use robot framework, remove dependency on O-RAN-SC repo Change-Id: I6f4da7cf2610fd56bb9d7e7f2fdea8a5b7e9489a Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-3090
Diffstat (limited to 'tests')
-rw-r--r--tests/ccsdk-oran/polmansuite/test.robot14
1 files changed, 4 insertions, 10 deletions
diff --git a/tests/ccsdk-oran/polmansuite/test.robot b/tests/ccsdk-oran/polmansuite/test.robot
index eebe478b..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 ${TEST_ENV} 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 ${TEST_ENV} 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
-
-