summaryrefslogtreecommitdiffstats
path: root/csit/tests/sdnr/functional/devicemanager/openroadm-basic/__init__.robot
blob: a335edcfc0294534575ebf61efc384910c238f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*** Settings ***
Documentation    Test suite for open-roadm devices
Suite Setup      My Setup
Force Tags       openroadm
Library          OperatingSystem

*** Variables ***


*** Keywords ***
My Setup
  Set Suite Variable    ${DEVICE_TYPE}  OPENROADM_6_1_0    children=true
  Set Suite Variable    ${CORE_MODEL}  Unsupported    children=true
  Set Suite Variable    ${DEVICE_TYPE_GUI}  O-ROADM    children=true
  ${yang_file} =  Get File  ${CURDIR}/yangCapabilities.txt
  Set Suite Variable    ${YANG_CAPABILITIES_FILE}  ${yang_file}  children=true