Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Jonathan Hart
2015-01-19 14:18:10 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
205f4b165cab1b4db0fe2c64eb45e885e3b4f510
205f4b16
1 parent
a25cdcde
Start instances in debug mode
Change-Id: I024c1626d73adbc35706655629bd97428ac65a15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools/test/topos/onos.py
tools/test/topos/onos.py
View file @
205f4b1
...
...
@@ -87,7 +87,7 @@ class ONOS( Controller ):
# TODO 4. Update config/cluster.json : with all nodes
# start onos
self
.
userCmd
(
self
.
instanceDir
+
'bin/start'
)
self
.
userCmd
(
'
%
sbin/instance start -d
%
s'
%
(
self
.
karafDir
,
self
.
name
)
)
#TODO we should wait for startup...
def
stop
(
self
):
...
...
Please
register
or
login
to post a comment