I'm looking at the cleanup portion of the "ovn -- send gratuitous arp
on localnet" test case at lines 2591-2593 in tests/ovn.at:
# Delete the localnet ports.
AT_CHECK([ovs-vsctl del-port localvif1])
AT_CHECK([ovn-nbctl lport-del ln_port])

What appears to be happening is that the port is removed from the
openvswitch, but the corresponding Port_Binding row isn't automatically
removed.  This doesn't cause a problem when rebuilding everything in
each iteration, but it is causing me some headaches when trying to
persist.

Adding in an explicit "ovn-nbctl lport-del localvif1" make the test
pass, but that strikes me as "not good enough", so I'm wondering
how I could catch the fact that the port is no longer on the
vswitch in patch_run...

Thanks, Ryan

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to