Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / csit / tests / sdnr / functional / devicemanager / _templates / __init__.robot
1 *** Settings ***
2 Documentation    Test suite for _FILL_HERE_ devices
3 Suite Setup      My Setup
4 Force Tags       _FILL_HERE_
5 #Library          SomeLibrary
6
7 *** Variables ***
8
9
10 *** Keywords ***
11 My Setup
12   Set Suite Variable    ${DEVICE_TYPE}  _FILL_HERE_    children=true
13   Set Suite Variable    ${CORE_MODEL}  _FILL_HERE_    children=true
14   Set Suite Variable    ${DEVICE_TYPE_GUI}  _FILL_HERE_    children=true
15
16