diff options
Diffstat (limited to 'integrity-monitor')
4 files changed, 9 insertions, 9 deletions
diff --git a/integrity-monitor/src/test/java/org/onap/policy/common/im/test/IntegrityMonitorTest.java b/integrity-monitor/src/test/java/org/onap/policy/common/im/test/IntegrityMonitorTest.java index b914bb04..8a59a265 100644 --- a/integrity-monitor/src/test/java/org/onap/policy/common/im/test/IntegrityMonitorTest.java +++ b/integrity-monitor/src/test/java/org/onap/policy/common/im/test/IntegrityMonitorTest.java @@ -115,16 +115,16 @@ public class IntegrityMonitorTest { * the tests to execute individually, you cannot predict the order and some * conflicts occur. */ - @Ignore + //@Ignore @Test public void runAllTests() throws Exception{ - //testSanityJmx(); - //testIM(); + testSanityJmx(); + testIM(); //testSanityState(); - testRefreshStateAudit(); - //testStateCheck(); + //testRefreshStateAudit(); + testStateCheck(); //testGetAllForwardProgressEntity(); - //testStateAudit(); + testStateAudit(); } /* diff --git a/integrity-monitor/src/test/java/org/onap/policy/common/im/test/StateManagementEntityTest.java b/integrity-monitor/src/test/java/org/onap/policy/common/im/test/StateManagementEntityTest.java index ec5efc02..b61c6b77 100644 --- a/integrity-monitor/src/test/java/org/onap/policy/common/im/test/StateManagementEntityTest.java +++ b/integrity-monitor/src/test/java/org/onap/policy/common/im/test/StateManagementEntityTest.java @@ -81,7 +81,7 @@ public class StateManagementEntityTest { public void tearDown() throws Exception { } - @Ignore + //@Ignore @Test public void testJPA() throws Exception { System.out.println("\n??? logger.infor StateManagementEntityTest: Entering\n\n"); diff --git a/integrity-monitor/src/test/java/org/onap/policy/common/im/test/StateManagementTest.java b/integrity-monitor/src/test/java/org/onap/policy/common/im/test/StateManagementTest.java index 98ee0645..52f359f9 100644 --- a/integrity-monitor/src/test/java/org/onap/policy/common/im/test/StateManagementTest.java +++ b/integrity-monitor/src/test/java/org/onap/policy/common/im/test/StateManagementTest.java @@ -71,7 +71,7 @@ public class StateManagementTest { public void tearDown() throws Exception { } - @Ignore + //@Ignore @Test public void testJPA() throws Exception { logger.info("\n\nlogger.infor StateManagementTest: Entering\n\n"); diff --git a/integrity-monitor/src/test/java/org/onap/policy/common/im/test/StateTransitionTest.java b/integrity-monitor/src/test/java/org/onap/policy/common/im/test/StateTransitionTest.java index 80e393ee..29ec5e4f 100644 --- a/integrity-monitor/src/test/java/org/onap/policy/common/im/test/StateTransitionTest.java +++ b/integrity-monitor/src/test/java/org/onap/policy/common/im/test/StateTransitionTest.java @@ -71,7 +71,7 @@ public class StateTransitionTest { public void tearDown() throws Exception { } - @Ignore + //@Ignore @Test public void testJPA() throws Exception { logger.info("\n\nlogger.infor StateTransitionTest: Entering\n\n"); |