]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Make bootstd init run only on sandbox
authorSimon Glass <sjg@chromium.org>
Sun, 23 Jun 2024 20:30:27 +0000 (14:30 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jul 2024 15:25:21 +0000 (09:25 -0600)
commitdee65403cc78807a7f6ef19af536d6fd1fd2823d
tree03881717524bf83b8962340d65296c60e9005b0a
parent93068a10f6f0f0beefe24262d3c3ebc74e537ac3
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>
test/py/tests/test_ut.py