Refactor OLM timers management
[transportpce.git] / tests / build_controller.sh
index b261d951b2516d82b0f3d1996cf552396af3fe30..1df5a6cf2abd87bf44644e6a9b7c28acf2927865 100755 (executable)
@@ -10,8 +10,6 @@ cd $(dirname $0)
 which mvn >/dev/null || ./installMavenCentOS.sh
 cd ../
 
-#patch OLM constant to speed up tests, unnecessary for PCE tests
-sed -i'_' 's@=.*//#FUNCTESTVAL=@=@g' olm/src/main/java/org/opendaylight/transportpce/olm/util/OlmUtils.java
 if [ "$USE_LIGHTY" != "True" ]; then
     for suffix in 121 221 71; do
         rm -rf "karaf$suffix"
@@ -23,8 +21,6 @@ fi
 . "$current_dir"/reflectwarn.sh
 mvn clean install -B -q -s tests/odl_settings.xml -DskipTests -Dmaven.javadoc.skip=true -Dodlparent.spotbugs.skip -Dodlparent.checkstyle.skip
 
-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
 ./karaf/target/assembly/ressources/post_install_for_tests.sh