Remove code for backuprestore
[integration/test.git] / csit / libraries / PacketcableVersion.robot
1 *** Settings ***
2 Documentation       This setup variable for Packetcable based on ODL version using resource CompareStream.
3
4 Resource            ${CURDIR}/CompareStream.robot
5
6
7 *** Keywords ***
8 Init Variables
9     BuiltIn.Set Suite Variable    ${PACKETCABLE_RESOURCE_DIR}    ${CURDIR}/../variables/packetcable/beryllium
10     BuiltIn.Set Suite Variable    ${ODLREST_CCAPS}    /restconf/config/packetcable:ccaps
11     BuiltIn.Set Suite Variable    ${CCAP_TOKEN}    ccap
12     log    ${ODLREST_CCAPS}
13     log    ${CCAP_TOKEN}
14
15 Create Session And Init Variables
16     Init Variables
17     Create Session    ODLSession    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}