Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1c6486f
)
tests: disable the tap test for the time being
91/24291/5
author
Andrew Yourtchenko
<
[email protected]
>
Sat, 11 Jan 2020 17:57:31 +0000
(17:57 +0000)
committer
Paul Vinciguerra
<
[email protected]
>
Mon, 13 Jan 2020 14:55:07 +0000
(14:55 +0000)
TAP tests require root access, which breaks
the testing in unprivileged scenario.
Disable the test until we find consensus on how
to deal with it.
Type: test
Change-Id: I66ee2b130723233682d858cad0b6e424ab0b2383
Signed-off-by: Andrew Yourtchenko <
[email protected]
>
test/test_tap.py
patch
|
blob
|
history
diff --git
a/test/test_tap.py
b/test/test_tap.py
index
2e66da3
..
b47b1a2
100644
(file)
--- a/
test/test_tap.py
+++ b/
test/test_tap.py
@@
-9,7
+9,7
@@
def check_tuntap_driver_access():
return os.access("/dev/net/tun", os.R_OK and os.W_OK)
[email protected]
If(check_tuntap_driver_access(), "Permission denied
")
[email protected]
("Requires root
")
class TestTAP(VppTestCase):
""" TAP Test Case """