From 47679132945b2745a67e5ddb0c6ecd4d7bc2bcbc Mon Sep 17 00:00:00 2001 From: Bilal A Date: Mon, 8 Apr 2019 11:28:58 -0400 Subject: Adds basic performance tests for Policy API Includes 1) Basic health and stats tests 2) Log analysis script Change-Id: I239ad1fbb4793873a82cd804da5408f968fce875 Issue-ID: POLICY-1458 Signed-off-by: Bilal A --- testsuites/performance/pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 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..e0051f6c --- /dev/null +++ b/testsuites/performance/pom.xml @@ -0,0 +1,50 @@ + + + 4.0.0 + + org.onap.policy.api + 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