From 8c3016daf83d96667f766b6178e6bfcd55f2a5d6 Mon Sep 17 00:00:00 2001 From: Lasse Kaihlavirta Date: Wed, 3 Mar 2021 12:40:47 +0200 Subject: Remove obsolete ccsdk-oran tests - these tests have been moved to ccsdk/oran repository and no longer used in integration/csit Issue-ID: CCSDK-3199 Signed-off-by: Lasse Kaihlavirta Change-Id: I89955a379303c3f758eaccc10b47519027ed319b --- tests/ccsdk-oran/polmansuite/__init__.robot | 2 -- tests/ccsdk-oran/polmansuite/test.robot | 17 ----------------- 2 files changed, 19 deletions(-) delete mode 100644 tests/ccsdk-oran/polmansuite/__init__.robot delete mode 100644 tests/ccsdk-oran/polmansuite/test.robot (limited to 'tests') 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 -- cgit 1.2.3-korg