diff options
author | Bilal A <bilal@research.att.com> | 2019-04-08 11:28:58 -0400 |
---|---|---|
committer | Bilal A <bilal@research.att.com> | 2019-04-08 11:33:55 -0400 |
commit | 47679132945b2745a67e5ddb0c6ecd4d7bc2bcbc (patch) | |
tree | c642a30dc200bc24aa5539deccaebf2adae5167b /testsuites/pom.xml | |
parent | 74d69a2a262f78d76abfec4dcee19421a5cd6ec9 (diff) |
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 <bilal@research.att.com>
Diffstat (limited to 'testsuites/pom.xml')
-rw-r--r-- | testsuites/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 7978315a..4713f377 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -28,5 +28,6 @@ <packaging>pom</packaging> <modules> <module>stability</module> + <module>performance</module> </modules> </project>
\ No newline at end of file |