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
Thomas Vachuska
2016-08-30 16:25:13 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
534f4762b1485ce80a561da76b69afd3700d724d
534f4762
1 parent
c217cb99
Miscellaneous STC adjustments
Change-Id: Ia1d5629d075646192f154b03bec6a71a8ac44dbd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
tools/test/bin/onos-check-component
tools/test/bin/onos-mininet
tools/test/scenarios/netcfg.xml
tools/test/bin/onos-check-component
View file @
534f476
...
...
@@ -13,7 +13,7 @@ state=$3
for
attempt
in
{
1..30
}
;
do
onos
${
node
:-
$OCI
}
scr:list | grep
$component
>
$aux
if
grep
-q
$state
$aux
;
then
if
grep
$state
$aux
;
then
exit
0
else
sleep 1
...
...
tools/test/bin/onos-mininet
View file @
534f476
...
...
@@ -6,7 +6,7 @@
[
! -d
"
$ONOS_ROOT
"
]
&&
echo
"ONOS_ROOT is not defined"
>&2
&&
exit
1
.
$ONOS_ROOT
/tools/build/envDefaults
export
MAX_WAIT
=
60
export
MAX_WAIT
=
${
ONOS_MN_TIMEOUT
:-
90
}
cmd
=
"
$1
"
&&
shift
log
=
"screenlog.0"
...
...
tools/test/scenarios/netcfg.xml
View file @
534f476
...
...
@@ -52,7 +52,7 @@
<group
name=
"Query2"
requires=
"Netcfg.Post-2"
>
<parallel
var=
"${OC#}"
starts=
"Netcfg.Query-2-${#}"
>
<!-- Check that the values made it into the config for the DHCP server -->
<step
name=
"Netcfg.QueryDhcp-2-${#}"
<step
name=
"Netcfg.QueryDhcp-2-${#}"
delay=
"2"
exec=
"check-dhcp-netcfg.py ${OC#} ttl=21 lease=22 renew=23 rebind=24 delay=25 timeout=26"
/>
</parallel>
</group>
...
...
Please
register
or
login
to post a comment