test: test_lsblk: Mark as sandbox specific
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 30 Nov 2021 14:33:53 +0000 (15:33 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jan 2022 17:26:42 +0000 (12:26 -0500)
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>
test/py/tests/test_lsblk.py

index 40ffe01..a719a48 100644 (file)
@@ -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):