Tidy after recent merges
[integration/test.git] / csit / suites / genius / 01_Interface_manager.robot
index cb400ad4fca2caee2870e51600ed5a0f51a945e8..01146d2b865062843db015a93a6962d728910554 100644 (file)
@@ -145,7 +145,7 @@ no goto_table entry
 
 table0 entry
     [Arguments]    ${connection-id}    ${bridgename}
-    [Documentation]    After Creating the trunk interface , checking for  table 0 entry exist in the flow dumps
+    [Documentation]    After Creating the trunk interface , checking for table 0 entry exist in the flow dumps
     switch connection    ${connection-id}
     log    switch connection
     ${ovs-check}    execute command    sudo ovs-ofctl -O OpenFlow13 dump-flows ${bridgename}
@@ -155,7 +155,7 @@ table0 entry
 
 ovs check for member interface creation
     [Arguments]    ${connection-id}    ${bridgename}
-    [Documentation]    This keyword verifies the member interface created on OVS by checking the table0 ,vlan and action=pop_vlan entries    
+    [Documentation]    This keyword verifies the member interface created on OVS by checking the table0 ,vlan and action=pop_vlan entries
     switch connection    ${connection-id}
     ${ovs-check}    execute command    sudo ovs-ofctl -O OpenFlow13 dump-flows ${bridgename}
     log    ${ovs-check}
@@ -165,7 +165,7 @@ ovs check for member interface creation
 
 Create Interface
     [Arguments]    ${json_file}    ${interface_mode}
-    [Documentation]    Creates an trunk/transparent interface based on input provided to the json body                           
+    [Documentation]    Creates an trunk/transparent interface based on input provided to the json body
     ${body}    OperatingSystem.Get File    ${genius_config_dir}/${json_file}
     log    ${genius_config_dir}/${json_file}
     ${body}    replace string    ${body}    "l2vlan-mode":"trunk"    "l2vlan-mode":"${interface_mode}"