diff options
author | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2021-03-03 14:30:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-03 14:30:58 +0000 |
commit | 840e6e0b07229f5f7743bc204e5b9274f3794670 (patch) | |
tree | a7f598f83d25c3edbdd5809a1692dc410b475b33 /tests | |
parent | 8e80857f0bbba031c2857831e9f4b97542d7bbd6 (diff) | |
parent | 8c3016daf83d96667f766b6178e6bfcd55f2a5d6 (diff) |
Merge "Remove obsolete ccsdk-oran tests"
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ccsdk-oran/polmansuite/__init__.robot | 2 | ||||
-rw-r--r-- | tests/ccsdk-oran/polmansuite/test.robot | 17 |
2 files changed, 0 insertions, 19 deletions
diff --git a/tests/ccsdk-oran/polmansuite/__init__.robot b/tests/ccsdk-oran/polmansuite/__init__.robot deleted file mode 100644 index bf52713b..00000000 --- a/tests/ccsdk-oran/polmansuite/__init__.robot +++ /dev/null @@ -1,2 +0,0 @@ -*** Settings *** -Documentation Non-RT RIC Policy Management - polmansuite diff --git a/tests/ccsdk-oran/polmansuite/test.robot b/tests/ccsdk-oran/polmansuite/test.robot deleted file mode 100644 index 59d73eb8..00000000 --- a/tests/ccsdk-oran/polmansuite/test.robot +++ /dev/null @@ -1,17 +0,0 @@ -*** Settings *** -Library OperatingSystem -Library Process - -*** Test Cases *** - -Functional Test Case 1 - [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 - -Functional Test Case 2 - [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 |