From 485ae689812951da16a6d6b27c78e1f064885945 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Mon, 9 Sep 2019 17:34:50 -0700 Subject: [PATCH] Remove test deleting port in OVS This produces an OVS crash and OVS (and controller) may not behave correctly after that. |00178|bridge|INFO|bridge s2: deleted interface s2-eth1 on port 1 |00179|util|EMER|lib/netdev.c:2281: assertion ifidx failed in netdev_ports_remove() |00005|daemon_unix(monitor)|ERR|2 crashes: pid 13613 died, killed (Aborted), core dumped, restarting Change-Id: I4ca929b95b4a4ebde69b2477e4555ac83aac3201 Signed-off-by: Luis Gomez --- .../openflowplugin/MD_SAL_NSF_OF10/010_restconf_inventory.robot | 2 ++ .../openflowplugin/MD_SAL_NSF_OF10/020_restconf_topology.robot | 2 ++ .../openflowplugin/MD_SAL_NSF_OF13/010_restconf_inventory.robot | 2 ++ .../openflowplugin/MD_SAL_NSF_OF13/020_restconf_topology.robot | 2 ++ 4 files changed, 8 insertions(+) diff --git a/csit/suites/openflowplugin/MD_SAL_NSF_OF10/010_restconf_inventory.robot b/csit/suites/openflowplugin/MD_SAL_NSF_OF10/010_restconf_inventory.robot index 9ac671c467..46abaff755 100644 --- a/csit/suites/openflowplugin/MD_SAL_NSF_OF10/010_restconf_inventory.robot +++ b/csit/suites/openflowplugin/MD_SAL_NSF_OF10/010_restconf_inventory.robot @@ -63,6 +63,7 @@ Link Up Remove Port [Documentation] Remove port s2-eth1 + [Tags] exclude Write sh ovs-vsctl del-port s2 s2-eth1 Read Until mininet> @{list} Create List openflow:2:1 @@ -70,6 +71,7 @@ Remove Port Add Port [Documentation] Add port s2-eth1, new id 4 + [Tags] exclude Write sh ovs-vsctl add-port s2 s2-eth1 Read Until mininet> @{list} Create List openflow:2:4 diff --git a/csit/suites/openflowplugin/MD_SAL_NSF_OF10/020_restconf_topology.robot b/csit/suites/openflowplugin/MD_SAL_NSF_OF10/020_restconf_topology.robot index 68cf422ff3..9e4d8cd315 100644 --- a/csit/suites/openflowplugin/MD_SAL_NSF_OF10/020_restconf_topology.robot +++ b/csit/suites/openflowplugin/MD_SAL_NSF_OF10/020_restconf_topology.robot @@ -65,6 +65,7 @@ Link Up Remove Port [Documentation] Remove port s2-eth2 + [Tags] exclude Write sh ovs-vsctl del-port s2 s2-eth2 Read Until mininet> @{list} Create List openflow:2:2 @@ -72,6 +73,7 @@ Remove Port Add Port [Documentation] Add port s2-eth2, new id 5 + [Tags] exclude Write sh ovs-vsctl add-port s2 s2-eth2 Read Until mininet> @{list} Create List openflow:2:5 diff --git a/csit/suites/openflowplugin/MD_SAL_NSF_OF13/010_restconf_inventory.robot b/csit/suites/openflowplugin/MD_SAL_NSF_OF13/010_restconf_inventory.robot index 43c4788a2d..3f37343280 100644 --- a/csit/suites/openflowplugin/MD_SAL_NSF_OF13/010_restconf_inventory.robot +++ b/csit/suites/openflowplugin/MD_SAL_NSF_OF13/010_restconf_inventory.robot @@ -62,6 +62,7 @@ Link Up Remove Port [Documentation] Remove port s2-eth1 + [Tags] exclude Write sh ovs-vsctl del-port s2 s2-eth1 Read Until mininet> @{list} Create List openflow:2:1 @@ -69,6 +70,7 @@ Remove Port Add Port [Documentation] Add port s2-eth1, new id 4 + [Tags] exclude Write sh ovs-vsctl add-port s2 s2-eth1 Read Until mininet> @{list} Create List openflow:2:4 diff --git a/csit/suites/openflowplugin/MD_SAL_NSF_OF13/020_restconf_topology.robot b/csit/suites/openflowplugin/MD_SAL_NSF_OF13/020_restconf_topology.robot index 68cf422ff3..9e4d8cd315 100644 --- a/csit/suites/openflowplugin/MD_SAL_NSF_OF13/020_restconf_topology.robot +++ b/csit/suites/openflowplugin/MD_SAL_NSF_OF13/020_restconf_topology.robot @@ -65,6 +65,7 @@ Link Up Remove Port [Documentation] Remove port s2-eth2 + [Tags] exclude Write sh ovs-vsctl del-port s2 s2-eth2 Read Until mininet> @{list} Create List openflow:2:2 @@ -72,6 +73,7 @@ Remove Port Add Port [Documentation] Add port s2-eth2, new id 5 + [Tags] exclude Write sh ovs-vsctl add-port s2 s2-eth2 Read Until mininet> @{list} Create List openflow:2:5 -- 2.36.6