Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
3fc78a4d
Commit
3fc78a4d
authored
Jun 11, 2018
by
yonghong-song
Committed by
GitHub
Jun 11, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1811 from pchaigno/tcpdrop-smoke-test
Smoke test for tcpdrop
parents
d727b409
cbd28ea1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/python/test_tools_smoke.py
tests/python/test_tools_smoke.py
+4
-0
No files found.
tests/python/test_tools_smoke.py
View file @
3fc78a4d
...
...
@@ -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
")
...
...
Write
Preview
Markdown
is supported
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