Skip to content

Commit 0f324ce

Browse files
simonartxaviernumansiddique
authored andcommitted
multinode-tests: Cleanup before starting migration test.
Fixes: 00e4f78 ("controller: Support migration of container ports.") Signed-off-by: Xavier Simonart <[email protected]> Signed-off-by: Numan Siddique <[email protected]>
1 parent 3490051 commit 0f324ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/multinode.at

+4
Original file line numberDiff line numberDiff line change
@@ -2794,6 +2794,10 @@ check_fake_multinode_setup_by_nodes 'ovn-chassis-1 ovn-chassis-2 ovn-chassis-3'
27942794
# Delete the multinode NB and OVS resources before starting the test.
27952795
cleanup_multinode_resources_by_nodes 'ovn-chassis-1 ovn-chassis-2 ovn-chassis-3'
27962796

2797+
m_as ovn-chassis-1 ip link del migrator-p
2798+
m_as ovn-chassis-2 ip link del sw0p2-p
2799+
m_as ovn-chassis-3 ip link del migrator-p
2800+
27972801
OVS_WAIT_UNTIL([m_as ovn-chassis-1 ip link show | grep -q genev_sys])
27982802
OVS_WAIT_UNTIL([m_as ovn-chassis-2 ip link show | grep -q genev_sys])
27992803
OVS_WAIT_UNTIL([m_as ovn-chassis-3 ip link show | grep -q genev_sys])

0 commit comments

Comments
 (0)