summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2024-06-23 23:30:27 +0300
committerTom Rini <trini@konsulko.com>2024-07-04 18:25:21 +0300
commitdee65403cc78807a7f6ef19af536d6fd1fd2823d (patch)
tree03881717524bf83b8962340d65296c60e9005b0a /test
parent93068a10f6f0f0beefe24262d3c3ebc74e537ac3 (diff)
downloadu-boot-dee65403cc78807a7f6ef19af536d6fd1fd2823d.tar.xz
test: Make bootstd init run only on sandbox
Tests for standard boot need disks to be set up, which can only be done on sandbox, since adjusting disks on real hardware is not currently supported. Mark the init function as sandbox-only. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
-rw-r--r--test/py/tests/test_ut.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/tests/test_ut.py b/test/py/tests/test_ut.py
index c169c835e3..58205066ec 100644
--- a/test/py/tests/test_ut.py
+++ b/test/py/tests/test_ut.py
@@ -470,6 +470,7 @@ def test_ut_dm_init(u_boot_console):
fh.write(data)
@pytest.mark.buildconfigspec('cmd_bootflow')
+@pytest.mark.buildconfigspec('sandbox')
def test_ut_dm_init_bootstd(u_boot_console):
"""Initialise data for bootflow tests"""