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/stability/pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 testsuites/stability/pom.xml (limited to 'testsuites/stability/pom.xml') diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml new file mode 100644 index 00000000..1d612f3f --- /dev/null +++ b/testsuites/stability/pom.xml @@ -0,0 +1,50 @@ + + + 4.0.0 + + org.onap.policy.api + testsuites + 2.0.0-SNAPSHOT + + stability + + + + org.apache.maven.plugins + maven-assembly-plugin + + + create-distribution + package + + single + + + + src/assembly/assembly.xml + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg