Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
866e85e9
Commit
866e85e9
authored
Dec 05, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable routing tests.
parent
9bfedf1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
event/linktest/linktest.pl.in
event/linktest/linktest.pl.in
+3
-3
No files found.
event/linktest/linktest.pl.in
View file @
866e85e9
...
...
@@ -366,7 +366,7 @@ if(&dotest(TEST_LATENCY)) {
&report_status
;
}
if
(
&dotest
(
TEST_RT_STATIC
)
if
(
0
&&
&dotest
(
TEST_RT_STATIC
)
&&
defined
(
$rtproto
)
&&
(
$rtproto
eq
RTPROTO_STATIC
||
$rtproto
eq
RTPROTO_SESSION
))
{
my
$msg
;
...
...
@@ -605,8 +605,8 @@ sub ping_node {
my
$stddev
=
0
;
my
$send_count
=
PING_SEND_COUNT
;
my
$timeout
=
1
;
#
1
second
my
$send_rate
=
$timeout
/
$send_count
;
my
$timeout
=
3
;
#
3
second
s max
my
$send_rate
=
(
$timeout
-
1
)
/
$send_count
;
# set deadline to prevent long waits
my
$cmd
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment