X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=csit%2Fsuites%2Fgroupbasedpolicy%2FGBP%2F3-node%2Fgbp1%2F001_set_odl.robot;fp=csit%2Fsuites%2Fgroupbasedpolicy%2FGBP%2F3-node%2Fgbp1%2F001_set_odl.robot;h=93510a8de4dc16498d0541417963a3d31b3861c2;hb=eb6f6620ee35cce6f31c0e0288934ef04f03dd78;hp=a7609a2c0045dd667865b2435f046b0b66b21535;hpb=5855ec4efd3303cf96c5ac4e122326fd8fef1f65;p=integration%2Ftest.git diff --git a/csit/suites/groupbasedpolicy/GBP/3-node/gbp1/001_set_odl.robot b/csit/suites/groupbasedpolicy/GBP/3-node/gbp1/001_set_odl.robot index a7609a2c00..93510a8de4 100644 --- a/csit/suites/groupbasedpolicy/GBP/3-node/gbp1/001_set_odl.robot +++ b/csit/suites/groupbasedpolicy/GBP/3-node/gbp1/001_set_odl.robot @@ -1,15 +1,17 @@ *** Settings *** -Documentation Test suite for GBP Tenants, Operates functions from Restconf APIs. -Suite Setup Create Session session http://${ODL_SYSTEM_IP}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS} -Suite Teardown Delete All Sessions -Default Tags single-tenant setup single-tenant-setup -Library RequestsLibrary -Library OperatingSystem -Variables ../../../../../variables/Variables.py -Resource ../../../../../libraries/Utils.robot -Resource ../Variables.robot +Documentation Test suite for GBP Tenants, Operates functions from Restconf APIs. + +Library RequestsLibrary +Library OperatingSystem +Variables ../../../../../variables/Variables.py +Resource ../../../../../libraries/Utils.robot +Resource ../Variables.robot + +Suite Setup Create Session session http://${ODL_SYSTEM_IP}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS} +Suite Teardown Delete All Sessions + +Default Tags single-tenant setup single-tenant-setup -*** Variables *** *** Test Cases *** Put Tunnels @@ -22,7 +24,7 @@ Put Tunnels Register Endpoints [Documentation] Endpoints registration - @{endpoint_files} = OperatingSystem.List Files In Directory ${ENDPOINTS_GBP1_DIR} vethl*.*json absolute + @{endpoint_files} OperatingSystem.List Files In Directory ${ENDPOINTS_GBP1_DIR} vethl*.*json absolute FOR ${endpoint_file} IN @{endpoint_files} Post Elements To URI From File ${ENDPOINT_REG_PATH} ${endpoint_file} ${HEADERS_YANG_JSON} END