From 364dbfd6f51650718d803c7249fe854370eb901e Mon Sep 17 00:00:00 2001 From: Eric Santos Date: Thu, 6 May 2021 14:18:58 -0400 Subject: Add multi-tenancy integration tests - Created a separate directory under 'src' for integration tests - Moved all multi-tenancy related integration test classes and files into 'it' directory - Depends on https://gerrit.onap.org/r/c/ci-management/+/121243 Issue-ID: AAI-3324 Signed-off-by: Santos, Eric Change-Id: Ie50e81bad6b72fdd02ff2e937f2fda5e6b8228e9 --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 367867f..db3d526 100644 --- a/readme.md +++ b/readme.md @@ -49,5 +49,10 @@ The REST interface logs can be found under /opt/app/aai-resources/logs/rest. # Testing AAI Functionalities Any RESTful client such as SoapUI may be configured and setup to use for testing AAI requests. +# Integration Tests +In order to isolate integration tests from unit tests, `it` directory has been created under `src`. + +As a naming convention, All integration test classes should end with `IT` to be executed, and can be run along with all other unit tests with `mvn integration-test` + -- cgit 1.2.3-korg