summaryrefslogtreecommitdiffstats
path: root/csit/tests/sdnr/functional/devicemanager/_templates/__init__.robot
blob: 0011fbc55aa0f156db33084c6a8119a282dcdbe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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