Ray Milkey
Committed by Gerrit Code Review

Enable Intent Manager unit tests

Change-Id: I24352662077b5a1339d52891f18e4758a7433b88
...@@ -82,7 +82,7 @@ import static org.onosproject.net.intent.IntentTestsMocks.MockIntent; ...@@ -82,7 +82,7 @@ import static org.onosproject.net.intent.IntentTestsMocks.MockIntent;
82 * 82 *
83 * in general, verify intents store, flow store, and work queue 83 * in general, verify intents store, flow store, and work queue
84 */ 84 */
85 -@Ignore 85 +
86 public class IntentManagerTest { 86 public class IntentManagerTest {
87 87
88 private static final ApplicationId APPID = new TestApplicationId("manager-test"); 88 private static final ApplicationId APPID = new TestApplicationId("manager-test");
......