We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3490051 commit 0f324ceCopy full SHA for 0f324ce
tests/multinode.at
@@ -2794,6 +2794,10 @@ check_fake_multinode_setup_by_nodes 'ovn-chassis-1 ovn-chassis-2 ovn-chassis-3'
2794
# Delete the multinode NB and OVS resources before starting the test.
2795
cleanup_multinode_resources_by_nodes 'ovn-chassis-1 ovn-chassis-2 ovn-chassis-3'
2796
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
+
2801
OVS_WAIT_UNTIL([m_as ovn-chassis-1 ip link show | grep -q genev_sys])
2802
OVS_WAIT_UNTIL([m_as ovn-chassis-2 ip link show | grep -q genev_sys])
2803
OVS_WAIT_UNTIL([m_as ovn-chassis-3 ip link show | grep -q genev_sys])
0 commit comments