X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;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=20a4e57931537871f3fe2342bb75be522268118c;hb=f4eee95343f615c51a064a48643425b333a952ce;hp=0000000000000000000000000000000000000000;hpb=4a2801bb6a1033beb1d5735a7a9674ae2653a604;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 new file mode 100644 index 0000000000..20a4e57931 --- /dev/null +++ b/csit/suites/groupbasedpolicy/GBP/3-node/gbp1/001_set_odl.robot @@ -0,0 +1,32 @@ +*** Settings *** +Documentation Test suite for GBP Tenants, Operates functions from Restconf APIs. +Default Tags single-tenant setup single-tenant-setup +Suite Setup Create Session session http://${CONTROLLER}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS} +Suite Teardown Delete All Sessions +Library RequestsLibrary +Library OperatingSystem +Variables ../../../../../variables/Variables.py +Resource ../../../../../libraries/Utils.robot +Resource ../Variables.robot + +*** Variables *** + +*** Test Cases *** +Put Tunnels + [Documentation] Send tunnel augmentation to ODL + ${json_to_edit} OperatingSystem.Get File ${TUNNELS_FILE} + ${edited_json} Replace String ${json_to_edit} _CLASSIFIER1 ${GBP1} + ${edited_json} Replace String ${edited_json} _CLASSIFIER2 ${GBP2} + ${edited_json} Replace String ${edited_json} _CLASSIFIER3 ${GBP3} + ${resp} RequestsLibrary.Put Request session ${TUNNELS_PATH} ${edited_json} ${HEADERS} + Should Be Equal As Strings ${resp.status_code} 200 + +Register Endpoints + [Documentation] Endpoints registration + @{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} + +Put Tenant + [Documentation] Send GBP policy to ODL + Add Elements To URI From File ${TENANT1_PATH} ${TENANT1_FILE}