projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a398a51
)
test: test_lsblk: Mark as sandbox specific
author
Patrick Delaunay
<patrick.delaunay@foss.st.com>
Tue, 30 Nov 2021 14:33:53 +0000
(15:33 +0100)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/test/py/tests/test_lsblk.py
b/test/py/tests/test_lsblk.py
index
40ffe01
..
a719a48
100644
(file)
--- 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):