Sometimes we can get this situation: +ovn-sbctl: no row "nf-sw-p1" in table Port_Binding ./ovn-macros.at:897: exit code was 1, expected 0
Signed-off-by: Alexandra Rukomoinikova <[email protected]> --- tests/ovn-northd.at | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ovn-northd.at b/tests/ovn-northd.at index 3eeace1d8..3f237b076 100644 --- a/tests/ovn-northd.at +++ b/tests/ovn-northd.at @@ -19345,6 +19345,7 @@ check ovn-nbctl ls-add $nfsw for i in {1..4}; do port=$nfsw-p$i check ovn-nbctl lsp-add $nfsw $port + check ovn-nbctl --wait=sb sync check ovn-sbctl set port_binding $port up=true check ovn-nbctl lsp-add $sw child-$i $port 100 done -- 2.48.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
