aboutsummaryrefslogtreecommitdiff
path: root/tests/test_base.py
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2015-06-24 14:03:08 +0100
committerJavi Merino <javi.merino@arm.com>2015-08-13 18:59:57 +0100
commite9780cfc365c3868d58f0d30129bf44ed6ef5d25 (patch)
tree59df37fae1d7380a1c3e039fe8a35fbafb4fe541 /tests/test_base.py
parent9c9867d383799ae84367396fd1dd8e471c0fbd28 (diff)
downloadtrappy-e9780cfc365c3868d58f0d30129bf44ed6ef5d25.tar.gz
doc: move one of the trace test files to the doc/ folder
The tests/ folder is not available for external people. By having an example trace in the doc/ folder, people that download cr2 from dropzone can play and modify the examples. Change-Id: I866c1d254b8cb72664bad14611c1159f975bf46a
Diffstat (limited to 'tests/test_base.py')
-rw-r--r--tests/test_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_base.py b/tests/test_base.py
index c8c6a5c..296a3de 100644
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -74,7 +74,7 @@ class TestBase(utils_tests.SetupDirectory):
def __init__(self, *args, **kwargs):
super(TestBase, self).__init__(
- [("trace_thermal.txt", "trace.txt")],
+ [("../doc/trace.txt", "trace.txt")],
*args,
**kwargs)