commit | f402be3aa10729cbf3042724ee20a89283f6aea3 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@onlab.us> | Thu Jun 16 20:14:40 2016 -0700 |
committer | Thomas Vachuska <tom@onlab.us> | Thu Jun 16 20:14:40 2016 -0700 |
tree | 88afa7d4e2c0406d8fff893b3ebae781d250df14 | |
parent | 5e1f42d8ebc6dfa1ed0347d750fb9a6562addbf2 [diff] [blame] |
Starting snapshot 1.6.0-SNAPSHOT
diff --git a/tools/test/topos/onos.py b/tools/test/topos/onos.py index 434cc42..e2feb36 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.6.0-rc3/xml/features ' + instanceOpts = ( '-furl mvn:org.onosproject/onos-features/1.6.0-SNAPSHOT/xml/features ' '-s 8101' ) if self.ip is not None: instanceOpts += (' -a %s' % self.IP() )