From 0510ea5ac447d2a348775fac5095cee956b34c55 Mon Sep 17 00:00:00 2001 From: Bilal A Date: Mon, 8 Apr 2019 12:56:51 -0400 Subject: Adds basic performance tests for Policy PAP Includes 1) Basic health and stats tests 2) Log analysis script Change-Id: I6d8f7a0203251d9b685b89c4d0c8e19cd74c24c6 Issue-ID: POLICY-1460 Signed-off-by: Bilal A --- testsuites/performance/pom.xml | 52 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 testsuites/performance/pom.xml (limited to 'testsuites/performance/pom.xml') diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml new file mode 100644 index 00000000..54e6a50d --- /dev/null +++ b/testsuites/performance/pom.xml @@ -0,0 +1,52 @@ + + + 4.0.0 + + org.onap.policy.pap + testsuites + 2.0.0-SNAPSHOT + + performance + + + + 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