mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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 <patrick.delaunay@foss.st.com>
This commit is contained in:
committed by
Tom Rini
parent
a398a51ccc
commit
0a4512b5fb
@@ -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):
|
||||
|
Reference in New Issue
Block a user