Improve tox tests parallelization with Karaf
[transportpce.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 20feaf9ec37ec0a0b86153b7a12420a7d61f6cc7..a7ac907eed30fe70ad0c634635a15a8dc12d035f 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -37,7 +37,6 @@ commands =
   sh -c "mv  ../olm/src/main/java/org/opendaylight/transportpce/olm/util/OlmUtils.java_  ../olm/src/main/java/org/opendaylight/transportpce/olm/util/OlmUtils.java"
 #patch Karaf exec for the same reason at runtime and also to have the possibility to use alternative ports
   sh -c "../karaf/target/assembly/ressources/post_install_for_tests.sh"
-  sh -c 'if [ "$USE_LIGHTY" != "True" ]; then . $PWD/reflectwarn.sh && (for suffix in 121 221 71; do cd  ../"karaf$suffix"/; mvn clean install -B -q -s ../tests/odl_settings.xml -DskipTests -Dmaven.javadoc.skip=true; ./target/assembly/ressources/post_install_for_tests.sh;done) ; fi'
 #build Lighty if needed
   sh -c 'if [ "$USE_LIGHTY" = "True" ]; then (cd ../lighty && ./build.sh); fi'