diff options
Diffstat (limited to 'test/py/tests/test_event_dump.py')
-rw-r--r-- | test/py/tests/test_event_dump.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/py/tests/test_event_dump.py b/test/py/tests/test_event_dump.py index 177b982e891..3f8ba647848 100644 --- a/test/py/tests/test_event_dump.py +++ b/test/py/tests/test_event_dump.py @@ -9,9 +9,9 @@ import u_boot_utils as util # This is only a partial test - coverting 64-bit sandbox. It does not test # big-endian images, nor 32-bit images @pytest.mark.boardspec('sandbox') -def test_event_dump(u_boot_console): +def test_event_dump(ubman): """Test that the "help" command can be executed.""" - cons = u_boot_console + cons = ubman sandbox = cons.config.build_dir + '/u-boot' out = util.run_and_log(cons, ['scripts/event_dump.py', sandbox]) expect = '''.*Event type Id Source location |