Bug 5306: Enable the SSL connection for ovs manager
[ovsdb.git] / southbound / southbound-impl / src / test / java / org / opendaylight / ovsdb / southbound / OvsdbConnectionManagerTest.java
index cc0b71f0a1437245c54702b6aa24a55d94413474..3a44a306c920188d333d32d66779be12606c7e0a 100644 (file)
@@ -376,4 +376,4 @@ public class OvsdbConnectionManagerTest {
         Whitebox.invokeMethod(ovsdbConnManager, "handleOwnershipChanged", ownershipChange);
         PowerMockito.verifyPrivate(ovsdbConnManager, times(1)).invoke("putConnectionInstance", key, ovsdbConnInstance);
     }
-}
+}
\ No newline at end of file