The test "ovn -- nested containers" adds, removes, and then re-adds a container port bar2. It appears to me that ovn-controller never brings the re-added port up. I don't know why.
To see the problem, apply the following patch then run that test (currently test 88): diff --git a/tests/ovn.at b/tests/ovn.at index e011263838d4..b1e04ac16b4c 100644 --- a/tests/ovn.at +++ b/tests/ovn.at @@ -8988,9 +8988,9 @@ bar2_zoneid=$(as hv2 ovs-vsctl get bridge br-int external_ids:ct-zone-bar2) AT_CHECK([test -z $bar2_zoneid]) # Add back bar2 -wait_for_ports_up ovn-nbctl lsp-add bar bar2 vm2 1 \ -- lsp-set-addresses bar2 "f0:00:00:01:02:08 192.168.2.3" +wait_for_ports_up ovn-nbctl --wait=hv sync bar2_zoneid=$(as hv2 ovs-vsctl get bridge br-int external_ids:ct-zone-bar2) _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
