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