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

*** Variables ***


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