Tidy recently edited files
[integration/test.git] / csit / suites / openstack / vpnservice / basic_vpnservice.robot
index cca32b066b1953d9d2b17a27bd62bf494ac01091..bcccbbbea7e6d2f6fb6ddfcec639411b08483ad4 100644 (file)
@@ -13,28 +13,25 @@ Resource          ../../../libraries/DevstackUtils.robot
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
-${net_1}    NET10
-${net_2}    NET20
-${subnet_1}    SUBNET1
-${subnet_2}    SUBNET2
+${net_1}          NET10
+${net_2}          NET20
+${subnet_1}       SUBNET1
+${subnet_2}       SUBNET2
 ${subnet_1_cidr}    10.1.1.0/24
 ${subnet_2_cidr}    20.1.1.0/24
-${port_1}    PORT1
-${port_2}    PORT2
-${port_3}    PORT3
-${port_4}    PORT4
+${port_1}         PORT1
+${port_2}         PORT2
+${port_3}         PORT3
+${port_4}         PORT4
 
 *** Test Cases ***
 Verify Tunnel Creation
     [Documentation]    Checks that vxlan tunnels have been created properly.
     [Tags]    exclude
-    Log    This test case is currently a noop, but work can be added here to validate if needed.  However, as the
-    ...    suite Documentation notes, it's already assumed that the environment has been configured properly.  If
-    ...    we do add work in this test case, we need to remove the "exclude" tag for it to run.  In fact, if this
-    ...    test case is critical to run, and if it fails we would be dead in the water for the rest of the suite,
-    ...    we should move it to Suite Setup so that nothing else will run and waste time in a broken environment.
+    Log    This test case is currently a noop, but work can be added here to validate if needed.    However, as the    suite Documentation notes, it's already assumed that the environment has been configured properly.    If    we do add work in this test case, we need to remove the "exclude" tag for it to run.    In fact, if this
+    ...    test case is critical to run, and if it fails we would be dead in the water for the rest of the suite,    we should move it to Suite Setup so that nothing else will run and waste time in a broken environment.
+    #TC1
 
-#TC1
 Create Neutron Networks
     [Documentation]    Create two networks
     Create Network    ${net_1}    --provider:network_type local