Chore: Add gerrit maven verify GHA workflow
[sdnc/oam.git] / csit / tests / sdnr / functional / devicemanager / onfcore12-basic / __init__.robot
1 *** Settings ***
2 Documentation    Test suite for onf core 1.2 devices
3 Suite Setup      My Setup
4 Force Tags       onf-core-12
5 Library          OperatingSystem
6
7 *** Variables ***
8
9
10 *** Keywords ***
11 My Setup
12   Set Suite Variable    ${DEVICE_TYPE}  ONF_CORE_1_2    children=true
13   Set Suite Variable    ${CORE_MODEL}   2017-03-20    children=true
14   Set Suite Variable    ${DEVICE_TYPE_GUI}  Wireless    children=true
15   ${yang_file} =  Get File  ${CURDIR}/yangCapabilities.txt
16   Set Suite Variable    ${YANG_CAPABILITIES_FILE}  ${yang_file}  children=true
17   Set Suite Variable    ${IS_SUPERVISION_ALARM}  ${True}
18
19