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