Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
d9b9e07e
Commit
d9b9e07e
authored
Oct 28, 2019
by
Francesc Guasch
Browse files
fixed test failed when many bridges
parent
bafbe8e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
t/request/70_network.t
View file @
d9b9e07e
...
...
@@ -30,7 +30,7 @@ sub test_list_nats($vm) {
rvd_back
->
_process_requests_dont_fork
();
is
(
$req
->
status
,'
done
');
is
(
$req
->
error
,'');
is
(
$req
->
output
,
"
[
\"
$exp_nat
[0]
\"
]
"
);
like
(
$req
->
output
,
qr{
\"$exp_nat[0]\"
}
);
my
$nats
=
rvd_front
->
list_network_interfaces
(
user
=>
user_admin
...
...
Write
Preview
Supports
Markdown
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