diff options
author | Bilal A <bilal@research.att.com> | 2019-02-14 14:49:44 -0500 |
---|---|---|
committer | Bilal A <bilal@research.att.com> | 2019-02-21 10:27:18 -0500 |
commit | 56f97facd9f275ee0be4e0ac54963234266a614a (patch) | |
tree | aed2b9bc18421f48359ade4a89d46a4a90443938 /pom.xml | |
parent | 6ea2e1bb9f7ee330f04fe8e28fd94fbf398a06ec (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.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |