From fb3e87f892ee321148e6988a7089a2e6da262c69 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Tue, 12 May 2020 11:56:14 +0200 Subject: Add profile "integration" that will run integration tests for PNF and Netconf Issue-ID: INT-1533 Signed-off-by: Bartosz Gardziejewski Change-Id: Ib03bad90ac6921e9f75bda6d1e5163ef05b06d3e --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit 1.2.3-korg