aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/topos/onos.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/topos/onos.py')
-rwxr-xr-xframework/src/onos/tools/test/topos/onos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/onos/tools/test/topos/onos.py b/framework/src/onos/tools/test/topos/onos.py
index f9d4ba23..b77a4975 100755
--- a/framework/src/onos/tools/test/topos/onos.py
+++ b/framework/src/onos/tools/test/topos/onos.py
@@ -62,7 +62,7 @@ class ONOS( Controller ):
def start( self ):
if self.inNamespace:
- instanceOpts = ( '-furl mvn:org.onosproject/onos-features/1.4.0-SNAPSHOT/xml/features '
+ instanceOpts = ( '-furl mvn:org.onosproject/onos-features/1.4.0-rc1/xml/features '
'-s 8101' )
if self.ip is not None:
instanceOpts += (' -a %s' % self.IP() )