Skip to content

Commit f65e5a8

Browse files
committed
multinode tests: Use the correct container in multinode_sbctl().
Commit e64a15e ("Modified the CI to use ovn-fake-multinode v0.3.") changed the ovn-fake-multinode version that's used by our multinode tests. In the new version default container names are slightly different. When I applied 3baa8c6 ("multinode tests: Simplify/Cleanup migration test.") I didn't take that into account during the rebase. This commit fixes the multinode_sbctl() implementation. Fixes: 3baa8c6 ("multinode tests: Simplify/Cleanup migration test.") Signed-off-by: Dumitru Ceara <[email protected]> Acked-by: Xavier Simonart <[email protected]>
1 parent 92e56b2 commit f65e5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/multinode-macros.at

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ multinode_nbctl () {
9494
}
9595

9696
multinode_sbctl () {
97-
m_as ovn-central-az1-1 ovn-sbctl "$@"
97+
m_as ovn-central-az1 ovn-sbctl "$@"
9898
}
9999

100100
check_fake_multinode_setup_by_nodes() {

0 commit comments

Comments
 (0)