Comment non implemented features test 03/34103/4
authorLuis Gomez <ecelgp@gmail.com>
Thu, 4 Feb 2016 22:47:10 +0000 (14:47 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 8 Feb 2016 19:57:30 +0000 (19:57 +0000)
Also make ping test more robust

Change-Id: I0d9d9ff3f17273f9ccdc5f50437d524751bf53ee
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
csit/suites/l2switch/Host_Tracking_OF13/010__restconf_topo_nodes.robot
csit/suites/l2switch/Loop_Removal_OF13/010__loop_of_3.robot

index c3673b573c83402c335905d6045347bc1dc2c161..83c2581df1d7ccb924eb73e15aa09877a29689e8 100644 (file)
@@ -61,6 +61,7 @@ Host Tracker host3
 
 Link Down
     [Documentation]    Take link s1-h1 down and verify host1 goes away
+    [Tags]    exclude
     Write    link s1 h1 down
     Read Until    mininet>
     @{list}    Create List    "link-down":true
@@ -70,6 +71,7 @@ Link Down
 
 Link Up
     [Documentation]    Take link s1-h1 up and verify host1 comes back
+    [Tags]    exclude
     Write    link s1 h1 up
     Read Until    mininet>
     @{list}    Create List    "link-down":false
index 56277fc98b1986fe5b0114aa32e6a348446c37ab..d1790a675856d3a98d20434d4bb7d6b980989578 100644 (file)
@@ -43,6 +43,7 @@ Ping Test
 
 Link Down
     [Documentation]    Take link s1-s2 down and verify ping works
+    [Tags]    exclude
     Write    link s1 s2 down
     Read Until    mininet>
     @{list}    Create List    ${DISCARD}
@@ -54,6 +55,7 @@ Link Down
 
 Link Up
     [Documentation]    Take link s1-s2 up and verify ping works
+    [Tags]    exclude
     Write    link s1 s2 up
     Read Until    mininet>
     Wait Until Keyword Succeeds    10s    2s    Check For Specific Number Of Elements At URI    ${OPERATIONAL_NODES_API}    ${FORWARD}    4
@@ -71,7 +73,7 @@ Remove Port
     Wait Until Keyword Succeeds    10s    2s    Check For Elements Not At URI    ${OPERATIONAL_NODES_API}    ${list}
     Write    h1 ping -w 1 h2
     ${result}    Read Until    mininet>
-    Should Contain    ${result}    received, 0% packet loss
+    Should Contain    ${result}    64 bytes from 10.0.0.2
     Should Not Contain    ${result}    duplicates
 
 Add Port
@@ -83,7 +85,7 @@ Add Port
     Sleep    1
     Write    h1 ping -w 1 h2
     ${result}    Read Until    mininet>
-    Should Contain    ${result}    received, 0% packet loss
+    Should Contain    ${result}    64 bytes from 10.0.0.2
     Should Not Contain    ${result}    duplicates
 
 *** Keywords ***