From 11bf52783f3e00f71c36207c2b78d8c3aa254358 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Thu, 4 Feb 2016 14:47:10 -0800 Subject: [PATCH] Comment non implemented features test Also make ping test more robust Change-Id: I0d9d9ff3f17273f9ccdc5f50437d524751bf53ee Signed-off-by: Luis Gomez --- .../Host_Tracking_OF13/010__restconf_topo_nodes.robot | 2 ++ csit/suites/l2switch/Loop_Removal_OF13/010__loop_of_3.robot | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/csit/suites/l2switch/Host_Tracking_OF13/010__restconf_topo_nodes.robot b/csit/suites/l2switch/Host_Tracking_OF13/010__restconf_topo_nodes.robot index c3673b573c..83c2581df1 100644 --- a/csit/suites/l2switch/Host_Tracking_OF13/010__restconf_topo_nodes.robot +++ b/csit/suites/l2switch/Host_Tracking_OF13/010__restconf_topo_nodes.robot @@ -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 diff --git a/csit/suites/l2switch/Loop_Removal_OF13/010__loop_of_3.robot b/csit/suites/l2switch/Loop_Removal_OF13/010__loop_of_3.robot index 56277fc98b..d1790a6758 100644 --- a/csit/suites/l2switch/Loop_Removal_OF13/010__loop_of_3.robot +++ b/csit/suites/l2switch/Loop_Removal_OF13/010__loop_of_3.robot @@ -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 *** -- 2.36.6