Fix ping issue at LF
[integration/test.git] / test / csit / suites / base / 030__arp_handler.txt
index f2d113d3ca8cc2e0e7e9520732157971cef692ba..c1995507ed7d26098663c0ee63a37bb1e01ec797 100644 (file)
@@ -29,6 +29,8 @@ Ping h1 to h4
     [Tags]   Get
     Write   h1 ping -c 3 h4
     Sleep   6
+    Write   h4 ping -c 3 h1
+    Sleep   6
     ${result}    Read
     Should Contain   ${result}   64 bytes
 List hosts
@@ -38,12 +40,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 +62,4 @@ Remove a subnet
     ${result}    To JSON    ${resp.content}
     ${content}    Get From Dictionary    ${result}    ${key}
     List Should Not Contain Value    ${content}    ${body}
+