aboutsummaryrefslogtreecommitdiff
path: root/tests/test_thermal.py
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2014-12-16 14:58:56 +0000
committerJavi Merino <javi.merino@arm.com>2015-08-12 16:03:44 +0100
commit6ea7cfe8770cf6881e42bb2c0cc917d769ad7bae (patch)
tree93b294b74fdbdec52a000fce550c6441decce3b8 /tests/test_thermal.py
parent10f90ef1aa3bb7447409d128bf629b2ff8cfbaf1 (diff)
downloadtrappy-6ea7cfe8770cf6881e42bb2c0cc917d769ad7bae.tar.gz
tests: move the Run() tests that use a sched trace to a class of their own
Diffstat (limited to 'tests/test_thermal.py')
-rw-r--r--tests/test_thermal.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_thermal.py b/tests/test_thermal.py
index 3955614..a22f59a 100644
--- a/tests/test_thermal.py
+++ b/tests/test_thermal.py
@@ -16,8 +16,7 @@ sys.path.append(os.path.join(utils_tests.TESTS_DIRECTORY, "..", "cr2"))
class BaseTestThermal(utils_tests.SetupDirectory):
def __init__(self, *args, **kwargs):
super(BaseTestThermal, self).__init__(
- [("trace.txt", "trace.txt"),
- ("trace_empty.txt", "trace_empty.txt")],
+ [("trace.txt", "trace.txt")],
*args,
**kwargs)