From ea53f04fe4c29a1bb4330735fb452dad6f1c9669 Mon Sep 17 00:00:00 2001 From: Bilal A Date: Thu, 21 Feb 2019 11:31:02 -0500 Subject: Adds basic stability tests for Policy PAP Includes 1) Basic health check test 2) Statistics API test Change-Id: I89bd11e1f10a2b6cdd3cf440654f3415f21f9edb Issue-ID: POLICY-1460 Signed-off-by: Bilal A --- testsuites/stability/src/assembly/assembly.xml | 42 ++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 testsuites/stability/src/assembly/assembly.xml (limited to 'testsuites/stability/src/assembly') diff --git a/testsuites/stability/src/assembly/assembly.xml b/testsuites/stability/src/assembly/assembly.xml new file mode 100644 index 00000000..6e4f8205 --- /dev/null +++ b/testsuites/stability/src/assembly/assembly.xml @@ -0,0 +1,42 @@ + + + stability + + zip + + /policy-pap/stability + + + ${project.basedir}/src/main/resources/testplans/ + tests/testplans + + *.jmx + *.sh + + unix + 0644 + true + + + -- cgit 1.2.3-korg