From: Patrick Delaunay Date: Tue, 30 Nov 2021 14:33:53 +0000 (+0100) Subject: test: test_lsblk: Mark as sandbox specific X-Git-Tag: v2025.01-rc5-pxa1908~1583^2~10 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=0a4512b5fba8018a3c57ed5be67c5565f5860864;p=u-boot.git test: test_lsblk: Mark as sandbox specific This test checks for output specific to the sandbox blk device "sandbox_host_blk", mark it as sandbox specific. Signed-off-by: Patrick Delaunay --- diff --git a/test/py/tests/test_lsblk.py b/test/py/tests/test_lsblk.py index 40ffe01263..a719a48e6e 100644 --- a/test/py/tests/test_lsblk.py +++ b/test/py/tests/test_lsblk.py @@ -4,6 +4,7 @@ import pytest +@pytest.mark.boardspec('sandbox') @pytest.mark.buildconfigspec('blk') @pytest.mark.buildconfigspec('cmd_lsblk') def test_lsblk(u_boot_console):