[CSIT] update SDNR tests for mariaDB based sdnrdb
[sdnc/oam.git] / csit / tests / sdnr / odlux / onfcore14-basic-odlux / __init__.robot
diff --git a/csit/tests/sdnr/odlux/onfcore14-basic-odlux/__init__.robot b/csit/tests/sdnr/odlux/onfcore14-basic-odlux/__init__.robot
new file mode 100644 (file)
index 0000000..15e6f2e
--- /dev/null
@@ -0,0 +1,20 @@
+*** Settings ***
+Documentation    Test suite for onf core 1.4 devices via odlux
+Suite Setup      My Setup
+Force Tags       onf-core-14
+Library          OperatingSystem
+
+*** Variables ***
+
+
+*** Keywords ***
+My Setup
+  Set Suite Variable    ${USE_SELENIUM}  ${True}
+  Set Suite Variable    ${DEVICE_TYPE}  ONF_CORE_1_4   children=true
+  Set Suite Variable    ${CORE_MODEL}   2019-11-27    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}
+
+