Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ffbs
ffbs-ci
Commits
f059324c
Commit
f059324c
authored
Nov 21, 2020
by
chrissi^
Browse files
parker: Mark more tests flaky
parent
147234b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
parker/test_parker.py
View file @
f059324c
...
...
@@ -176,6 +176,7 @@ def test_good_running_wan_dns(target, in_good_running, config):
assert
config
[
"dns_gandolf_4"
]
in
" "
.
join
(
stdout
)
@
pytest
.
mark
.
running_mode
@
pytest
.
mark
.
flaky
(
reruns
=
20
,
reruns_delay
=
10
)
def
test_good_running_wan_ping_confighost
(
target
,
in_good_running
,
config
):
command
=
target
.
get_driver
(
"ShellDriver"
)
stdout
,
_
,
_
=
command
.
run
(
...
...
@@ -191,6 +192,7 @@ def test_good_running_wan_ping_confighost(target, in_good_running, config):
assert
False
,
"Ping failed!"
@
pytest
.
mark
.
running_mode
@
pytest
.
mark
.
flaky
(
reruns
=
20
,
reruns_delay
=
10
)
def
test_good_running_wan_curl_confighost
(
target
,
in_good_running
,
config
):
command
=
target
.
get_driver
(
"ShellDriver"
)
stdout
,
_
,
rc
=
command
.
run
(
...
...
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