Fixing minor syntax errors on variables. "switchouput" to "switchoutput"
[integration/test.git] / test / csit / suites / openflowplugin / Flows_OF13 / 301__src_ip.robot
index d66172ac35ea99c05ed52217180dc46803a32979..46b1dfe7a6518c36e9cc9d8b56899d130f79c1c5 100644 (file)
@@ -38,9 +38,9 @@ Verify flows after adding flow config on OVS
     sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
-    ${switchouput}    Read Until    >
+    ${switchoutput}    Read Until    >
     : FOR    ${flowElement}    IN    @{FLOWELMENTS}
-    \    should Contain    ${switchouput}    ${flowElement}
+    \    Should Contain    ${switchoutput}    ${flowElement}
 
 Remove a flow - Output to physical port#
     [Documentation]    Remove a flow
@@ -60,6 +60,6 @@ Verify flows after deleting flow config on OVS
     sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
-    ${switchouput}    Read Until    >
+    ${switchoutput}    Read Until    >
     : FOR    ${flowElement}    IN    @{FLOWELMENTS}
-    \    should Not Contain    ${switchouput}    ${flowElement}
+    \    Should Not Contain    ${switchoutput}    ${flowElement}