summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/buildperf/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/buildperf/base.py')
-rw-r--r--meta/lib/oeqa/buildperf/base.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/lib/oeqa/buildperf/base.py b/meta/lib/oeqa/buildperf/base.py
index 53ac9764a2..1ee546dd85 100644
--- a/meta/lib/oeqa/buildperf/base.py
+++ b/meta/lib/oeqa/buildperf/base.py
@@ -325,3 +325,8 @@ class BuildPerfTestCase(unittest.TestCase):
325 os.sync() 325 os.sync()
326 # Wait a bit for all the dirty blocks to be written onto disk 326 # Wait a bit for all the dirty blocks to be written onto disk
327 time.sleep(3) 327 time.sleep(3)
328
329
330class BuildPerfTestLoader(unittest.TestLoader):
331 """Test loader for build performance tests"""
332 sortTestMethodsUsing = None