Fixing minor syntax errors on variables. "switchouput" to "switchoutput"
[integration/test.git] / test / csit / suites / openflowplugin / Flows_OF13 / 317__eth_ipv6.robot
index 6a93e9a8df0157dbd29d889b577234c1a3384e68..1972a5a5fe8d9fe82381eb088a90f9ba0c7caec9 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}