aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBilal A <bilal@research.att.com>2019-02-14 14:49:44 -0500
committerBilal A <bilal@research.att.com>2019-02-21 10:27:18 -0500
commit56f97facd9f275ee0be4e0ac54963234266a614a (patch)
treeaed2b9bc18421f48359ade4a89d46a4a90443938 /pom.xml
parent6ea2e1bb9f7ee330f04fe8e28fd94fbf398a06ec (diff)
Adds basic stability tests for Policy API
Includes 1) Basic health check test 2) Statistics API test Change-Id: Iccf20bfc4aae7496a0fad1dcb0e9e8378d94b47a Issue-ID: POLICY-1458 Signed-off-by: Bilal A <bilal@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 671df216..6a2315f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,7 @@
<modules>
<module>main</module>
<module>packages</module>
+ <module>testsuites</module>
</modules>
<dependencies>
@@ -60,7 +61,7 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.onap.policy.common</groupId>
<artifactId>policy-endpoints</artifactId>
<version>${policy.common.version}</version>