Tidied new and updated test suites
[integration/test.git] / csit / suites / groupbasedpolicy / GBP / 3-node / gbp2-multitenant / 001_set_odl.robot
index c38add9db425d0a7d0aa81c747b196ad87768289..3ec1c83b2e90009e1b907b3206bc4847cf0222fa 100644 (file)
@@ -1,8 +1,8 @@
 *** Settings ***
 Documentation     Test suite for GBP Tenants, Operates functions from Restconf APIs.
-Default Tags      multi-tenant    setup    multi-tenant-setup
 Suite Setup       Create Session    session    http://${CONTROLLER}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
 Suite Teardown    Delete All Sessions
+Default Tags      multi-tenant    setup    multi-tenant-setup
 Library           RequestsLibrary
 Library           OperatingSystem
 Variables         ../../../../../variables/Variables.py
@@ -15,16 +15,16 @@ Resource          ../Variables.robot
 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}
+    ${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_GBP2_DIR}    vethl*.*json    absolute
-    :FOR    ${endpoint_file}    IN    @{endpoint_files}
+    @{endpoint_files} =    OperatingSystem.List Files In Directory    ${ENDPOINTS_GBP2_DIR}    vethl*.*json    absolute
+    : FOR    ${endpoint_file}    IN    @{endpoint_files}
     \    Post Elements To URI From File    ${ENDPOINT_REG_PATH}    ${endpoint_file}
 
 Put Tenants