aboutsummaryrefslogtreecommitdiffstats
path: root/integrity-monitor/src/test/java/org/onap/policy/common/im/test/IntegrityMonitorTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'integrity-monitor/src/test/java/org/onap/policy/common/im/test/IntegrityMonitorTest.java')
-rw-r--r--integrity-monitor/src/test/java/org/onap/policy/common/im/test/IntegrityMonitorTest.java12
1 files changed, 6 insertions, 6 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();
}
/*