diff options
Diffstat (limited to 'framework/src/onos/tools/test/bin/stc')
-rwxr-xr-x | framework/src/onos/tools/test/bin/stc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/onos/tools/test/bin/stc b/framework/src/onos/tools/test/bin/stc index 60a1720e..c4dde4e7 100755 --- a/framework/src/onos/tools/test/bin/stc +++ b/framework/src/onos/tools/test/bin/stc @@ -3,7 +3,7 @@ # System Test Coordinator #------------------------------------------------------------------------------- -VER=1.4.0-SNAPSHOT +VER=1.4.0-rc1 JAR=~/.m2/repository/org/onosproject/onlab-stc/$VER/onlab-stc-$VER.jar SCENARIOS=$ONOS_ROOT/tools/test/scenarios |