Update Robot Framework format - step 7
[integration/test.git] / csit / suites / groupbasedpolicy / GBP_Basic / 030_gbp_tunnel.robot
index 1c6e64ca156339a6db9617f409995285c593878e..6376b82baff5c5ea1fe58eb4f9dd7d8f101579fa 100644 (file)
@@ -1,19 +1,23 @@
 *** Settings ***
-Documentation     Test suite for GBP Tunnels, Operates functions from Restconf APIs.
-Suite Setup       Create Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
-Suite Teardown    Delete All Sessions
-Library           SSHLibrary
-Library           Collections
-Library           OperatingSystem
-Library           RequestsLibrary
-Variables         ../../../variables/Variables.py
-Resource          ../../../libraries/Utils.robot
+Documentation       Test suite for GBP Tunnels, Operates functions from Restconf APIs.
+
+Library             SSHLibrary
+Library             Collections
+Library             OperatingSystem
+Library             RequestsLibrary
+Variables           ../../../variables/Variables.py
+Resource            ../../../libraries/Utils.robot
+
+Suite Setup         Create Session    session    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}    headers=${HEADERS}
+Suite Teardown      Delete All Sessions
+
 
 *** Variables ***
-${GBP_TUNNELS_FILE}    ../../../variables/gbp/tunnels.json
-${GBP_TUNNEL_ID}    openflow:1
-${GBP_TUNNEL1_URL}    /restconf/config/opendaylight-inventory:nodes/opendaylight-inventory:node/${GBP_TUNNEL_ID}
-${GBP_TUNNEL1_FILE}    ../../../variables/gbp/tunnel1.json
+${GBP_TUNNELS_FILE}     ../../../variables/gbp/tunnels.json
+${GBP_TUNNEL_ID}        openflow:1
+${GBP_TUNNEL1_URL}      /restconf/config/opendaylight-inventory:nodes/opendaylight-inventory:node/${GBP_TUNNEL_ID}
+${GBP_TUNNEL1_FILE}     ../../../variables/gbp/tunnel1.json
+
 
 *** Test Cases ***
 Add Tunnels