From 78c6f58b317633acfb934ec3bc0e2f3b511bf309 Mon Sep 17 00:00:00 2001 From: ramverma Date: Tue, 23 Oct 2018 16:58:34 +0100 Subject: Adding stability test plan of apex-pdp Change-Id: I41e1237c350b9cceca2b80db3fc9dcccf1173a66 Issue-ID: POLICY-817 Signed-off-by: ramverma --- testsuites/apex-pdp-stability/pom.xml | 59 +++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 testsuites/apex-pdp-stability/pom.xml (limited to 'testsuites/apex-pdp-stability/pom.xml') diff --git a/testsuites/apex-pdp-stability/pom.xml b/testsuites/apex-pdp-stability/pom.xml new file mode 100644 index 000000000..887827a66 --- /dev/null +++ b/testsuites/apex-pdp-stability/pom.xml @@ -0,0 +1,59 @@ + + + + 4.0.0 + + org.onap.policy.apex-pdp.testsuites + testsuites + 2.0.0-SNAPSHOT + + + org.onap.policy.apex-pdp.testsuites.stability + apex-pdp-stability + + ${project.artifactId} + This module contains test plan for running stability test of apex-pdp + + + + + 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