commit | b222e7475d46cddf3c2eb9f395786796b13e7f1c | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Wed Apr 20 22:39:44 2016 -0700 |
committer | Brian O'Connor <bocon@onlab.us> | Wed Apr 20 22:39:44 2016 -0700 |
tree | 153e6e71b5c26f826a368f0fb0dfc40e1012c490 | |
parent | 444bcb6399dc6a65b01a2f9d573ea2c1766ec9d2 [diff] |
Starting snapshot 1.5.2-SNAPSHOT
diff --git a/tools/test/topos/onos.py b/tools/test/topos/onos.py index 0a6c3ff..7eebba4 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.1/xml/features ' + instanceOpts = ( '-furl mvn:org.onosproject/onos-features/1.5.2-SNAPSHOT/xml/features ' '-s 8101' ) if self.ip is not None: instanceOpts += (' -a %s' % self.IP() )