[SNDC-CSIT] Add tests for device manager
[sdnc/oam.git] / csit / tests / sdnr / functional / devicemanager / onfcore12-basic / __init__.robot
diff --git a/csit/tests/sdnr/functional/devicemanager/onfcore12-basic/__init__.robot b/csit/tests/sdnr/functional/devicemanager/onfcore12-basic/__init__.robot
new file mode 100644 (file)
index 0000000..2fbbea3
--- /dev/null
@@ -0,0 +1,19 @@
+*** Settings ***
+Documentation    Test suite for onf core 1.2 devices
+Suite Setup      My Setup
+Force Tags       onf-core-12
+Library          OperatingSystem
+
+*** Variables ***
+
+
+*** Keywords ***
+My Setup
+  Set Suite Variable    ${DEVICE_TYPE}  ONF_CORE_1_2    children=true
+  Set Suite Variable    ${CORE_MODEL}   2017-03-20    children=true
+  Set Suite Variable    ${DEVICE_TYPE_GUI}  Wireless    children=true
+  ${yang_file} =  Get File  ${CURDIR}/yangCapabilities.txt
+  Set Suite Variable    ${YANG_CAPABILITIES_FILE}  ${yang_file}  children=true
+  Set Suite Variable    ${IS_SUPERVISION_ALARM}  ${True}
+
+