Commit cbd28ea1 authored by Paul Chaignon's avatar Paul Chaignon

Smoke test for tcpdrop

parent 62af0eac
......@@ -314,6 +314,10 @@ class SmokeTests(TestCase):
def test_tcpretrans(self):
self.run_with_int("tcpretrans.py")
@skipUnless(kernel_version_ge(4, 7), "requires kernel >= 4.7")
def test_tcpdrop(self):
self.run_with_int("tcpdrop.py")
def test_tcptop(self):
self.run_with_duration("tcptop.py 1 1")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment