Fixing minor syntax errors on variables. "switchouput" to "switchoutput"
[integration/test.git] / test / csit / suites / openflowplugin / Flows_OF13 / 310__eth_ip_qos_icmp.robot
index 6d353f366236a9bf33d77a3a66d93f4c37a9040b..84b4033166f545a467bee487b5672cd86e70d462 100644 (file)
@@ -39,9 +39,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
@@ -61,6 +61,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}