aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-05-12 11:56:14 +0200
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-05-12 11:56:14 +0200
commitfb3e87f892ee321148e6988a7089a2e6da262c69 (patch)
tree10b8148dc086dfc28d8b18016533287e2a50ccae /README.md
parent7d8c7040c86c2aaf84e0e9f6de495e347f92bdae (diff)
Add profile "integration" that will run integration tests for PNF and Netconf
Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ib03bad90ac6921e9f75bda6d1e5163ef05b06d3e
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6c6bb17..3ed2612 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,13 @@ Project consists of three submodules:
Detailed information about submodules can be found in ```README.md``` in their directories.
-## Project building
+## Building Docker images
```
-mvn clean package
+mvn clean install -P docker
```
-## Building Docker images
+## Run integration tests
```
-mvn clean package -P docker -DskipTests=true
+mvn verify -P integration
```
##Sanity check