From 07f1e632513eddfb04815559a87f97fbeb75584c Mon Sep 17 00:00:00 2001 From: "M.Hosnidokht" Date: Wed, 22 Sep 2021 08:53:31 -0400 Subject: Fix integration tests - Fixed the issue regarding docker image dependencies https://gerrit.onap.org/r/c/aai/resources/+/123653 - Cleaned up pom file Issue-ID: AAI-3324 Signed-off-by: Mohammad Hosnidokht Change-Id: I0e068e33756bd0cb0e66a7e19594070ab821c4ef --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index db3d526..eefc3f1 100644 --- a/readme.md +++ b/readme.md @@ -50,9 +50,10 @@ The REST interface logs can be found under /opt/app/aai-resources/logs/rest. 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`. +Integration tests are located in `it` directory, and disabled by default in the pom file: +`true` -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` +As a naming convention, All integration test classes should end with `IT`, and will be executed by changing the `skipITs` value in pom file, or through the command line `-DskipITs=false` -- cgit 1.2.3-korg