Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
35f19bcd
Commit
35f19bcd
authored
Dec 27, 2012
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missed a case where rude cannot run at high-priority (on Linux).
parent
544f16c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
clientside/event/linktest/linktest.pl
clientside/event/linktest/linktest.pl
+3
-2
No files found.
clientside/event/linktest/linktest.pl
View file @
35f19bcd
...
...
@@ -1091,8 +1091,9 @@ sub loss_test {
&get_loss_sample_size
(
$edge
)
.
"
, time=
"
.
LOSS_TEST_DURATION
.
"
s, psize=20)
");
}
elsif
(
$platform
eq
LINUX
&&
$hostmap
{
$hostname
}
->
isvnode
)
{
}
elsif
(
!
$high_priority
||
(
$platform
eq
LINUX
&&
$hostmap
{
$hostname
}
->
isvnode
))
{
&my_system
(
$PATH_RUDE
,"
-s
",
RUDE_CFG
,
$rude_arg
);
}
else
{
&my_system
(
$PATH_RUDE
,"
-s
",
RUDE_CFG
,
"
-P
",
RUDE_PRI
,
...
...
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