From 56f97facd9f275ee0be4e0ac54963234266a614a Mon Sep 17 00:00:00 2001 From: Bilal A Date: Thu, 14 Feb 2019 14:49:44 -0500 Subject: 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 --- testsuites/pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 testsuites/pom.xml (limited to 'testsuites/pom.xml') diff --git a/testsuites/pom.xml b/testsuites/pom.xml new file mode 100644 index 00000000..7978315a --- /dev/null +++ b/testsuites/pom.xml @@ -0,0 +1,32 @@ + + + 4.0.0 + + org.onap.policy.api + policy-api + 2.0.0-SNAPSHOT + + testsuites + pom + + stability + + \ No newline at end of file -- cgit 1.2.3-korg