diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2016-06-27 14:45:02 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-17 10:35:17 +0100 |
commit | 56e455cf4b42ff4db36debd342bcb03c5199ba52 (patch) | |
tree | 8b7250650df2e62f21147c567ad85736a55997c1 /meta/lib/oeqa | |
parent | a6c9e515f8bc590612e3082ab1c4c254711c8e3b (diff) | |
download | openembedded-core-56e455cf4b42ff4db36debd342bcb03c5199ba52.tar.gz openembedded-core-56e455cf4b42ff4db36debd342bcb03c5199ba52.tar.bz2 openembedded-core-56e455cf4b42ff4db36debd342bcb03c5199ba52.zip |
oeqa.buildperf: rename module containing basic tests
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r-- | meta/lib/oeqa/buildperf/__init__.py | 2 | ||||
-rw-r--r-- | meta/lib/oeqa/buildperf/test_basic.py (renamed from meta/lib/oeqa/buildperf/basic_tests.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/buildperf/__init__.py b/meta/lib/oeqa/buildperf/__init__.py index ad5b37c543..c816bd23c9 100644 --- a/meta/lib/oeqa/buildperf/__init__.py +++ b/meta/lib/oeqa/buildperf/__init__.py @@ -12,4 +12,4 @@ """Build performance tests""" from .base import (perf_test_case, BuildPerfTest, BuildPerfTestRunner, KernelDropCaches) -from .basic_tests import * +from .test_basic import * diff --git a/meta/lib/oeqa/buildperf/basic_tests.py b/meta/lib/oeqa/buildperf/test_basic.py index ada5aba053..ada5aba053 100644 --- a/meta/lib/oeqa/buildperf/basic_tests.py +++ b/meta/lib/oeqa/buildperf/test_basic.py |