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