Commit 3fc78a4d authored by yonghong-song's avatar yonghong-song Committed by GitHub

Merge pull request #1811 from pchaigno/tcpdrop-smoke-test

Smoke test for tcpdrop
parents d727b409 cbd28ea1
......@@ -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