(two tiny cleanups and re-triggering the patch tests now that all the 503
[integration.git] / test / csit / suites / base-of13 / 070__Flows_OF13 / 305__ttl.txt
index f169fda92c6f7ca40954dd3ff3e211fad319b3c2..d47d3403dd1f9e0909a9aab952caf245d20fb815 100644 (file)
@@ -74,7 +74,7 @@ Create And Remove Flow
     ${ethernet_match_dict}=    Create Dictionary    type=${eth_type}    destination=${eth_dst}    source=${eth_src}
     ${ipv4_match_dict}=    Create Dictionary    source=${ipv4_src}    destination=${ipv4_dst}
     ##flow is a python Object to build flow details, including the xml format to send to controller
-    ${flow}=    Create Flow
+    ${flow}=    Create Inventory Flow
     Set "${flow}" "table_id" With "${table_id}"
     Set "${flow}" "id" With "${flow_id}"
     Clear Flow Actions    ${flow}