Merge pull request #1811 from pchaigno/tcpdrop-smoke-test
Smoke test for tcpdrop
diff --git a/tests/python/test_tools_smoke.py b/tests/python/test_tools_smoke.py
index 1a04785..ec5d70e 100755
--- a/tests/python/test_tools_smoke.py
+++ b/tests/python/test_tools_smoke.py
@@ -314,6 +314,10 @@
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")