From 4408df5175c3e759f93afceb597ea30af752abb4 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Thu, 16 Apr 2020 07:46:53 +0200 Subject: Move netconf integration tests to separate catalog Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski Change-Id: I814439a6b0ab7fbe08253c7bd9639bde3320ece2 --- netconfsimulator/pom.xml | 51 ++++++++++++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 19 deletions(-) (limited to 'netconfsimulator/pom.xml') diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml index d03c650..b000f1c 100644 --- a/netconfsimulator/pom.xml +++ b/netconfsimulator/pom.xml @@ -51,8 +51,10 @@ ${project.basedir}/netopeer-change-saver-native ${project.build.directory}/cmake ${netopeer-saver-build-dir}/bin - true "" + true + false + ${project.basedir}/src/it/java @@ -210,15 +212,8 @@ maven-surefire-plugin - 2.19 - - - org.junit.platform - junit-platform-surefire-provider - 1.1.1 - - + ${skip-unit-tests} true true false @@ -227,19 +222,30 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.19.1 - ${skipITs} + ${project.build.integrationTestSourceDirectory} + ${skip-integration-tests} - - - - integration-test - verify - - - + + org.codehaus.mojo + build-helper-maven-plugin + 3.1.0 + + + add-integration-test-source-as-test-sources + generate-test-sources + + add-test-source + + + + ${project.build.integrationTestSourceDirectory} + + + + + org.jacoco jacoco-maven-plugin @@ -265,6 +271,13 @@ + + integration + + false + true + + docker -- cgit 1.2.3-korg