X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=82315a4a68cd72fb75b378a45024856f5caf3114;hb=980555a7d2dc492570012d813e5fa14253597233;hp=298c8cb3f6895ae4d457af29680e7fc697b7cd1f;hpb=c3a98ef9475e9ce8ec866978df75394c3df639bf;p=transportpce.git diff --git a/tox.ini b/tox.ini index 298c8cb3f..82315a4a6 100644 --- a/tox.ini +++ b/tox.ini @@ -23,21 +23,9 @@ changedir = {toxinidir}/tests parallel_show_output = true [testenv:buildcontroller] -whitelist_externals = sh - sudo +whitelist_externals = build_controller.sh commands = -#install maven and JDK11 on the Gate since they are not there by default - sh -c "which mvn >/dev/null || ./installMavenCentOS.sh" -#patch OLM constant to speed up tests, unnecessary for PCE tests - sh -c "sed -i'_' 's@=.*//#FUNCTESTVAL=@=@g' ../olm/src/main/java/org/opendaylight/transportpce/olm/util/OlmUtils.java" - sh -c 'if [ "$USE_LIGHTY" != "True" ]; then (cd ../; for suffix in 121 221 71; do rm -rf "karaf$suffix"; cp -r karaf "karaf$suffix";done) ; fi' -#build controller, source JDK_JAVA_OPTIONS to remove illegal reflective acces warnings introduced by Java11 - sh -c ". $PWD/reflectwarn.sh && cd .. && mvn clean install -B -q -s tests/odl_settings.xml -DskipTests -Dmaven.javadoc.skip=true -Dodlparent.spotbugs.skip -Dodlparent.checkstyle.skip" - 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" -#build Lighty if needed - sh -c 'if [ "$USE_LIGHTY" = "True" ]; then (cd ../lighty && ./build.sh); fi' + ./build_controller.sh [testenv:sims121] whitelist_externals = install_honeynode.sh