Yuta HIGUCHI
Committed by Gerrit Code Review

ensure BUCK built bits are used on stc

- Note: envDefaults internally checks bits timestamp to use latest bits.

Change-Id: Id5852b731432fca64397ea24dea1713f432a6329
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
3 # System Test Coordinator 3 # System Test Coordinator
4 #------------------------------------------------------------------------------- 4 #-------------------------------------------------------------------------------
5 5
6 +. $ONOS_ROOT/tools/build/envDefaults
7 +
6 VER=${STC_VERSION:-2.0} 8 VER=${STC_VERSION:-2.0}
7 JAR=~/.m2/repository/org/onosproject/onos-stc/$VER/onos-stc-$VER.jar 9 JAR=~/.m2/repository/org/onosproject/onos-stc/$VER/onos-stc-$VER.jar
8 SCENARIOS=$ONOS_ROOT/tools/test/scenarios 10 SCENARIOS=$ONOS_ROOT/tools/test/scenarios
......