We forgot to enable `connection.autoconnect-ports` for OVS ports in NM code as the `iface.is_controller()` is false for `InterfaceType::Other("ovs-port")` Extend verify count to 10 rounds, as NM takes longer time after enabled `connection.autoconnect-ports` due to extra reactivations in NM internal. With this change, we can also skip activation on OVS interface and OVS port as OVS bridge will activate its subordinates. Fixed and added integration test case. Signed-off-by: Gris Ge <fge@redhat.com>