Delete flows created by simple fwd + improve OVSDB test + more stable mininet cleaning
[integration/test.git] / test / csit / suites / base / 030__arp_handler.txt
index 691a26b45eea85c15e65080f77ace1a8614adcbb..f2d113d3ca8cc2e0e7e9520732157971cef692ba 100644 (file)
@@ -38,6 +38,12 @@ List hosts
     Should Be Equal As Strings    ${resp.status_code}    200  
     Should Contain     ${resp.content}    10.0.0.1
     Should Contain     ${resp.content}    10.0.0.4
+Remove flows
+    [Documentation]    Remove flows generated by simple fwd
+    [Tags]   Get
+    Write   dpctl del-flows
+    Sleep   1
+    Read
 Add a subnet
     [Documentation]    Add a subnet, list to validate the result.
     [Tags]    add