Unit Test Cases Changes
[netvirt.git] / aclservice / impl / src / test / java / org / opendaylight / netvirt / aclservice / tests / AclServiceStatefulTest.java
index 1cf70376261da45d896c59efbb45f1346fad9173..f51310e556b24cad40154ed9bbf035eec84c1d9c 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,7 @@ 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 AclServiceStatefulTest extends AclServiceTestBase {
 
     public @Rule MethodRule guice = new GuiceRule(new AclServiceModule(),
@@ -62,8 +61,7 @@ public class AclServiceStatefulTest extends AclServiceTestBase {
 
     @Override
     void newInterfaceWithTwoAclsHavingSameRulesCheck() {
-        // TODO Fix up — this is broken since the Genius InstructionInfo clean-up
-        //assertFlowsInAnyOrder(FlowEntryObjectsStateful.icmpFlowsForTwoAclsHavingSameRules());
+        assertFlowsInAnyOrder(ipv4statefulentries.icmpFlowsForTwoAclsHavingSameRules());
     }
 
     @Override