Re: [PATCH] test: test_lsblk: Mark as sandbox specific

2022-01-15 Thread Tom Rini
On Tue, Nov 30, 2021 at 03:33:53PM +0100, Patrick Delaunay wrote:

> This test checks for output specific to the sandbox blk device
> "sandbox_host_blk", mark it as sandbox specific.
> 
> Signed-off-by: Patrick Delaunay 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH] test: test_lsblk: Mark as sandbox specific

2021-11-30 Thread Patrick Delaunay
This test checks for output specific to the sandbox blk device
"sandbox_host_blk", mark it as sandbox specific.

Signed-off-by: Patrick Delaunay 
---

 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