Skip to content

Commit

Permalink
Fix smoke test for tcplife
Browse files Browse the repository at this point in the history
  • Loading branch information
pchaigno committed May 25, 2018
1 parent 492acf7 commit eda1f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_tools_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def test_tcpconnlat(self):

@skipUnless(kernel_version_ge(4,4), "requires kernel >= 4.4")
def test_tcplife(self):
self.run_with_int("tcpconnlat.py")
self.run_with_int("tcplife.py")

@skipUnless(kernel_version_ge(4,4), "requires kernel >= 4.4")
def test_tcpretrans(self):
Expand Down

0 comments on commit eda1f5f

Please sign in to comment.