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

*** Variables ***


*** Keywords ***
My Setup
  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}