[SNDC-CSIT] Add tests for device manager
[sdnc/oam.git] / csit / tests / sdnr / functional / devicemanager / _templates / __init__.robot
diff --git a/csit/tests/sdnr/functional/devicemanager/_templates/__init__.robot b/csit/tests/sdnr/functional/devicemanager/_templates/__init__.robot
new file mode 100644 (file)
index 0000000..0011fbc
--- /dev/null
@@ -0,0 +1,16 @@
+*** Settings ***
+Documentation    Test suite for _FILL_HERE_ devices
+Suite Setup      My Setup
+Force Tags       _FILL_HERE_
+#Library          SomeLibrary
+
+*** Variables ***
+
+
+*** Keywords ***
+My Setup
+  Set Suite Variable    ${DEVICE_TYPE}  _FILL_HERE_    children=true
+  Set Suite Variable    ${CORE_MODEL}  _FILL_HERE_    children=true
+  Set Suite Variable    ${DEVICE_TYPE_GUI}  _FILL_HERE_    children=true
+
+