Bug 8701 - Location provider in VPP cleared + UT
[groupbasedpolicy.git] / renderers / vpp / src / test / java / org / opendaylight / groupbasedpolicy / renderer / vpp / iface / VppEndpointLocationProviderTest.java
index a4c70cb54ccf4625e1e3ea7ee949941444090f09..6c5f8c1305d97fc991a2acd00896f4377515f0f0 100644 (file)
@@ -201,7 +201,7 @@ public class VppEndpointLocationProviderTest extends CustomDataBrokerTest {
      * L3 <-> L2 <-> --> one absolute location is created which key is derived from L2 endpoint
      * removed --> no location should be present in datastore
      */
-    //@Test
+    @Test
     public void lifecycleTest() {
         AddressEndpointBuilder child = new AddressEndpointBuilder().setKey(MAC_KEY_23_45);
         setParentEndpoints(child, IP_KEY_1_22);
@@ -252,7 +252,7 @@ public class VppEndpointLocationProviderTest extends CustomDataBrokerTest {
      * Relative location should be created in DS which key is derived from L3 endpoint.
      * The location has two items pointing to corresponding L2 interfaces.
      */
-    //@Test
+    @Test
     public void testRelativeLocation_multihome() {
         AddressEndpointBuilder mac1 = new AddressEndpointBuilder().setKey(MAC_KEY_23_45);
         setParentEndpoints(mac1, IP_KEY_1_22);
@@ -478,4 +478,4 @@ public class VppEndpointLocationProviderTest extends CustomDataBrokerTest {
         }
         DataStoreHelper.submitToDs(wTx);
     }
-}
+}
\ No newline at end of file