Skip to content

Commit

Permalink
funcslower: Add to smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goldshtn committed Apr 1, 2017
1 parent 7f8a006 commit 9f8b9e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/python/test_tools_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ def test_funccount(self):
def test_funclatency(self):
self.run_with_int("funclatency.py __kmalloc -i 1")

@skipUnless(kernel_version_ge(4,4), "requires kernel >= 4.4")
def test_funcslower(self):
self.run_with_int("funcslower.py __kmalloc")

@skipUnless(kernel_version_ge(4,4), "requires kernel >= 4.4")
def test_gethostlatency(self):
self.run_with_int("gethostlatency.py")
Expand Down

0 comments on commit 9f8b9e9

Please sign in to comment.