Start instances in debug mode
Change-Id: I024c1626d73adbc35706655629bd97428ac65a15
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -87,7 +87,7 @@ class ONOS( Controller ): | ... | @@ -87,7 +87,7 @@ class ONOS( Controller ): |
87 | # TODO 4. Update config/cluster.json : with all nodes | 87 | # TODO 4. Update config/cluster.json : with all nodes |
88 | 88 | ||
89 | # start onos | 89 | # start onos |
90 | - self.userCmd( self.instanceDir + 'bin/start' ) | 90 | + self.userCmd( '%sbin/instance start -d %s' % ( self.karafDir, self.name ) ) |
91 | #TODO we should wait for startup... | 91 | #TODO we should wait for startup... |
92 | 92 | ||
93 | def stop( self ): | 93 | def stop( self ): | ... | ... |
-
Please register or login to post a comment