aboutsummaryrefslogtreecommitdiffstats
path: root/csit/tests/sdnr/odlux/onfcore14-basic-odlux/__init__.robot
diff options
context:
space:
mode:
Diffstat (limited to 'csit/tests/sdnr/odlux/onfcore14-basic-odlux/__init__.robot')
-rw-r--r--csit/tests/sdnr/odlux/onfcore14-basic-odlux/__init__.robot20
1 files changed, 20 insertions, 0 deletions
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
index 00000000..15e6f2ef
--- /dev/null
+++ b/csit/tests/sdnr/odlux/onfcore14-basic-odlux/__init__.robot
@@ -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}
+
+