aboutsummaryrefslogtreecommitdiffstats
path: root/csit/tests/sdnr/odlux/onfcore14-basic-odlux/__init__.robot
blob: 15e6f2efd33fb3564556de482a0e1b96f0f9c080 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*** Settings ***
Documentation    Test suite for onf core 1.4 devices via odlux
Suite Setup      My Setup
Force Tags       onf-core-14
Library          OperatingSystem

*** Variables ***


*** Keywords ***
My Setup
  Set Suite Variable    ${USE_SELENIUM}  ${True}
  Set Suite Variable    ${DEVICE_TYPE}  ONF_CORE_1_4   children=true
  Set Suite Variable    ${CORE_MODEL}   2019-11-27    children=true
  Set Suite Variable    ${DEVICE_TYPE_GUI}  Wireless    children=true
  ${yang_file} =  Get File  ${CURDIR}/yangCapabilities.txt
  Set Suite Variable    ${YANG_CAPABILITIES_FILE}  ${yang_file}  children=true
  Set Suite Variable    ${IS_SUPERVISION_ALARM}  ${True}