aboutsummaryrefslogtreecommitdiffstats
path: root/pnfsimulator/pom.xml
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 /pnfsimulator/pom.xml
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 'pnfsimulator/pom.xml')
-rw-r--r--pnfsimulator/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml
index 6ffe1e1..2f5bab1 100644
--- a/pnfsimulator/pom.xml
+++ b/pnfsimulator/pom.xml
@@ -272,6 +272,7 @@
</dependency>
</dependencies>
<configuration>
+ <skipTests>${skip-unit-tests}</skipTests>
<detail>true</detail>
<printSummary>true</printSummary>
<useSystemClassLoader>false</useSystemClassLoader>