summaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorEric Santos <eric.santos@yoppworks.com>2021-05-06 14:19:25 -0400
committerM.Hosnidokht <mohammad.hosnidokht@yoppworks.com>2021-05-28 09:43:46 -0400
commitfd3ec07e00ff409d92fea0a3ae11260669a9197a (patch)
treef0ebcd61796a2f373e42037b44ad95d969b6292b /readme.md
parent6180838e24698c885091d65603c6ce19c54853f4 (diff)
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/+/121244 Issue-ID: AAI-3325 Signed-off-by: Santos, Eric <eric.santos@yoppworks.com> Change-Id: I7d43fc0a72874c2b25dfc40ea5331783bd496d15
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index a705eff..9e44811 100644
--- a/readme.md
+++ b/readme.md
@@ -49,5 +49,10 @@ The REST interface logs can be found under /opt/app/aai-traversal/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`
+