Some cleaning here as delete flows is not supported by mn 2.0.0
authorLuis Gomez <luis.gomez@ericsson.com>
Sat, 7 Dec 2013 00:28:33 +0000 (16:28 -0800)
committerLuis Gomez <luis.gomez@ericsson.com>
Sat, 7 Dec 2013 01:22:36 +0000 (17:22 -0800)
Change-Id: Ib96b85e0c4b6d886c364aab959edebfb35b7be98
Signed-off-by: Luis Gomez <luis.gomez@ericsson.com>
test/csit/suites/base/030__arp_handler.txt
test/csit/suites/base/035__forwarding_manager.txt
test/csit/suites/base/050__OVSDB_plugin.txt
test/csit/suites/base/__init__.txt

index db4797f7faa7c70d6cb6763a73525f3b5844fe1d..83669671970feb38c2abbb41352e8b38f28c6859 100644 (file)
@@ -60,10 +60,4 @@ 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
 
index fba7b4541c93a2c4931de087ca968e6de9c0f7dd..8c78cf389a1d0f9e391a401e5d5d551e4aa0523c 100644 (file)
@@ -39,10 +39,4 @@ Remove a static route
     ${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
 
index c2995b6141e1386dd28867ae4d262f6248022338..30015e555b871def99a59d510aa49f455de857be 100644 (file)
@@ -72,9 +72,9 @@ Add s4 ports
 Ping h1 to h4
     [Documentation]    Ping h1 to h4, verify no packet loss
     [Tags]   Get
-    Sleep   40
-    Write   h1 ping -c 3 h4
-    Sleep   6
+    Sleep   5
+    Write   h1 ping -c 30 h4
+    Sleep   35
     ${result}    Read
     Should Contain   ${result}   64 bytes
 Delete s4 ports
@@ -119,10 +119,3 @@ Disconnect mininet
     ${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
-
index fdc96068819ec6840218cc137c3e2f72eb13a770..23da38c885f2522cbd2bf54d2669e77b500feef8 100644 (file)
@@ -17,11 +17,10 @@ Start Suite
     Sleep    2
     Write    ${start}
     Sleep    65
-    Write   dpctl del-flows
-    Sleep   1
     Read
 Stop Suite
     Log    Stop the test on the base edition
+    Read
     Write    exit 
     Sleep    2
     Read