Delete flows at the end
[integration/test.git] / test / csit / suites / base / 030__arp_handler.txt
index f2d113d3ca8cc2e0e7e9520732157971cef692ba..db4797f7faa7c70d6cb6763a73525f3b5844fe1d 100644 (file)
@@ -38,12 +38,6 @@ 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
@@ -66,3 +60,10 @@ Remove a subnet
     ${result}    To JSON    ${resp.content}
     ${content}    Get From Dictionary    ${result}    ${key}
     List Should Not Contain Value    ${content}    ${body}
+Remove flows
+    [Documentation]    Remove flows generated by simple fwd
+    [Tags]   Get
+    Write   dpctl del-flows
+    Sleep   1
+    Read
+