summaryrefslogtreecommitdiffstats
path: root/csit/tests/sdnr/functional/devicemanager/o-ran-basic/__init__.robot
diff options
context:
space:
mode:
authordemskeq8 <alexander.dehn@highstreet-technologies.com>2021-07-21 09:37:41 +0200
committerdemskeq8 <alexander.dehn@highstreet-technologies.com>2021-08-27 09:58:25 +0200
commit00960a3b25697ef06cdfd7534944f7e2cc2e6d06 (patch)
treee7e44ffdc2abf0c81dd159d1394652878258cd1a /csit/tests/sdnr/functional/devicemanager/o-ran-basic/__init__.robot
parent4308ac023373157f4255088efba7cdb34115bff7 (diff)
[SNDC-CSIT] Add tests for device manager
Integration tests for wt feature set Issue-ID: SDNC-1584 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com> Change-Id: I21de1540a664684d55bdec1172112130cdc2902f Former-commit-id: bdbf1ee7ae34887ca40dcc113d1065ce44da4a89
Diffstat (limited to 'csit/tests/sdnr/functional/devicemanager/o-ran-basic/__init__.robot')
-rw-r--r--csit/tests/sdnr/functional/devicemanager/o-ran-basic/__init__.robot18
1 files changed, 18 insertions, 0 deletions
diff --git a/csit/tests/sdnr/functional/devicemanager/o-ran-basic/__init__.robot b/csit/tests/sdnr/functional/devicemanager/o-ran-basic/__init__.robot
new file mode 100644
index 00000000..36cbca9f
--- /dev/null
+++ b/csit/tests/sdnr/functional/devicemanager/o-ran-basic/__init__.robot
@@ -0,0 +1,18 @@
+*** Settings ***
+Documentation Test suite for o-ran devices
+Suite Setup My Setup
+Force Tags o-ran
+Library OperatingSystem
+
+*** Variables ***
+
+
+*** Keywords ***
+My Setup
+ Set Suite Variable ${DEVICE_TYPE} O_RAN_FH children=true
+ Set Suite Variable ${CORE_MODEL} Unsupported children=true
+ Set Suite Variable ${DEVICE_TYPE_GUI} O-RAN children=true
+ ${yang_file} = Get File ${CURDIR}/yangCapabilities.txt
+ Set Suite Variable ${YANG_CAPABILITIES_FILE} ${yang_file} children=true
+
+