summaryrefslogtreecommitdiff
path: root/test/py/tests/test_trace.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/tests/test_trace.py')
-rw-r--r--test/py/tests/test_trace.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/py/tests/test_trace.py b/test/py/tests/test_trace.py
index 44239da5280..d008f688571 100644
--- a/test/py/tests/test_trace.py
+++ b/test/py/tests/test_trace.py
@@ -303,9 +303,9 @@ check_flamegraph
@pytest.mark.slow
@pytest.mark.boardspec('sandbox')
@pytest.mark.buildconfigspec('trace')
-def test_trace(u_boot_console):
+def test_trace(ubman):
"""Test we can build sandbox with trace, collect and process a trace"""
- cons = u_boot_console
+ cons = ubman
if not os.path.exists(TMPDIR):
os.mkdir(TMPDIR)