Unit Test Cases Changes
[netvirt.git] / aclservice / impl / src / test / java / org / opendaylight / netvirt / aclservice / tests / AclServiceStatefulIPv6Test.java
index 11a9b9f719a0d8fc6ee023562f2294c7b3e9bc78..42b2972dda49c62a42ae010e7aafcdd6bcea9e4d 100644 (file)
@@ -7,7 +7,6 @@
  */
 package org.opendaylight.netvirt.aclservice.tests;
 
-import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.rules.MethodRule;
 import org.opendaylight.genius.datastoreutils.testutils.JobCoordinatorTestModule;
@@ -15,7 +14,6 @@ import org.opendaylight.genius.datastoreutils.testutils.TestableDataTreeChangeLi
 import org.opendaylight.infrautils.inject.guice.testutils.GuiceRule;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.aclservice.config.rev160806.AclserviceConfig.SecurityGroupMode;
 
-@Ignore
 public class AclServiceStatefulIPv6Test extends AclServiceTestBaseIPv6 {
 
     public @Rule MethodRule guice = new GuiceRule(new AclServiceModule(),
@@ -72,8 +70,7 @@ public class AclServiceStatefulIPv6Test extends AclServiceTestBaseIPv6 {
 
     @Override
     void newInterfaceWithAapCheck() {
-        // TODO: To be handled
-
+        assertFlowsInAnyOrder(ipv6statefulentries.aapFlows());
     }
 
     @Override