* [PATCH] test: test_lsblk: Mark as sandbox specific
@ 2021-11-30 14:33 Patrick Delaunay
2022-01-15 12:37 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Patrick Delaunay @ 2021-11-30 14:33 UTC (permalink / raw)
To: u-boot; +Cc: Patrick Delaunay, U-Boot STM32
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 | 1 +
1 file changed, 1 insertion(+)
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):
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-15 12:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-30 14:33 [PATCH] test: test_lsblk: Mark as sandbox specific Patrick Delaunay
2022-01-15 12:37 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox