]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
py: tests: Fix configspec marking for nand tests
authorMichal Simek <michal.simek@xilinx.com>
Tue, 31 Oct 2017 14:20:55 +0000 (15:20 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 20 Nov 2017 07:13:50 +0000 (08:13 +0100)
Fix marking for nand tests. Create multiple markers.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
test/py/tests/test_nand.py

index d01ee0da1c57efe37c148f730b015fd304b4f34d..0d6ba5bb8f15cc9b4fa1691c9381fcc4507eb57d 100644 (file)
@@ -18,7 +18,9 @@ TODO:
 - Handle multiple controller cases, as of now it assumes one.
 
 """
-pytestmark = pytest.mark.buildconfigspec('cmd_bdi cmd_nand cmd_memory')
+pytestmark = [pytest.mark.buildconfigspec("cmd_bdi"),
+             pytest.mark.buildconfigspec("cmd_nand"),
+             pytest.mark.buildconfigspec("cmd_memory")]
 
 nand_detected = False
 page_size = 0