commit | 23696428f83032b5a520d2527f88a9a6fd6fe8c2 | [log] [tgz] |
---|---|---|
author | Madan Jampani <madan@onlab.us> | Wed Mar 09 14:02:04 2016 -0800 |
committer | Madan Jampani <madan@onlab.us> | Wed Mar 09 14:02:04 2016 -0800 |
tree | 9339a19148b0580a52b59c401979cea955de87b8 | |
parent | b7a54202859e13e8d592be13d06c07aca8729b0a [diff] [blame] |
Starting snapshot 1.5.0-SNAPSHOT
diff --git a/tools/test/topos/onos.py b/tools/test/topos/onos.py index 481cc44..c40f61b 100755 --- a/tools/test/topos/onos.py +++ b/tools/test/topos/onos.py
@@ -62,7 +62,7 @@ def start( self ): if self.inNamespace: - instanceOpts = ( '-furl mvn:org.onosproject/onos-features/1.5.0-rc3/xml/features ' + instanceOpts = ( '-furl mvn:org.onosproject/onos-features/1.5.0-SNAPSHOT/xml/features ' '-s 8101' ) if self.ip is not None: instanceOpts += (' -a %s' % self.IP() )