mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00: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:
parent
a398a51ccc
commit
0a4512b5fb
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
@pytest.mark.boardspec('sandbox')
|
||||||
@pytest.mark.buildconfigspec('blk')
|
@pytest.mark.buildconfigspec('blk')
|
||||||
@pytest.mark.buildconfigspec('cmd_lsblk')
|
@pytest.mark.buildconfigspec('cmd_lsblk')
|
||||||
def test_lsblk(u_boot_console):
|
def test_lsblk(u_boot_console):
|
||||||
|
|
Loading…
Reference in a new issue