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
Pavlin Radoslavov
2014-10-15 10:49:23 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b15407a6a78c5a017d6d3093ccc1c52268f4dd1
4b15407a
1 parent
3c4d341b
Add missing import of "$ONOS_ROOT/tools/build/envDefaults"
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
tools/test/bin/onos
tools/test/bin/onos-gui
tools/test/bin/onos
View file @
4b15407
...
...
@@ -3,6 +3,9 @@
# ONOS remote command-line client.
#-------------------------------------------------------------------------------
[
! -d
"
$ONOS_ROOT
"
]
&&
echo
"ONOS_ROOT is not defined"
>&2
&&
exit
1
.
$ONOS_ROOT
/tools/build/envDefaults
[
"
$1
"
=
"-w"
]
&&
shift
&&
onos-wait-for-start
$1
[
-n
"
$1
"
]
&&
OCI
=
$1
&&
shift
...
...
tools/test/bin/onos-gui
View file @
4b15407
...
...
@@ -3,6 +3,9 @@
# Launches ONOS GUI on the specified node.
#-------------------------------------------------------------------------------
[
! -d
"
$ONOS_ROOT
"
]
&&
echo
"ONOS_ROOT is not defined"
>&2
&&
exit
1
.
$ONOS_ROOT
/tools/build/envDefaults
host
=
${
1
:-
$OCI
}
host
=
${
host
:-
localhost
}
...
...
Please
register
or
login
to post a comment