Signed-off-by: Xavier Simonart <[email protected]> --- tests/system-ovn.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/system-ovn.at b/tests/system-ovn.at index f09dddd99..cf3b272ec 100644 --- a/tests/system-ovn.at +++ b/tests/system-ovn.at @@ -11353,7 +11353,7 @@ check ovn-nbctl ls-add ls check ovn-nbctl lsp-add ls lsp1 -- lsp-set-addresses lsp1 "00:00:00:00:00:01 10.0.0.1" check ovn-nbctl lsp-add ls lsp2 -- lsp-set-addresses lsp2 "00:00:00:00:00:02 10.0.0.2" -check ovn-nbctl pg-add pg lsp1 lsp2 +check ovn-nbctl --wait=hv pg-add pg lsp1 lsp2 ADD_NAMESPACES(lsp1) ADD_VETH(lsp1, lsp1, br-int, "10.0.0.1/24", "00:00:00:00:00:01") -- 2.31.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
