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
andrew@onlab.us
2014-12-04 13:01:42 -0500
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
140116790a038dc64c317ce5f5ae310119891cf4
14011679
2 parents
52837767
af21ba6f
Merge branch 'master' of
ssh://gerrit.onosproject.org:29418/onos
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
tools/test/bin/onos-die
tools/test/bin/onos-die
View file @
1401167
...
...
@@ -3,4 +3,7 @@
# Remotely kills and stops the ONOS service on the specified node.
# -----------------------------------------------------------------------------
[
! -d
"
$ONOS_ROOT
"
]
&&
echo
"ONOS_ROOT is not defined"
>&2
&&
exit
1
.
$ONOS_ROOT
/tools/build/envDefaults
onos-kill
"
${
1
:-
$OCI
}
"
&&
onos-service
"
${
1
:-
$OCI
}
"
stop
...
...
Please
register
or
login
to post a comment