From 9fe2f228b97eaa5035ec2bc58b49b3cd8b359f73 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 8 Sep 2017 10:09:17 +0200 Subject: [PATCH] py: i2c: Do not run i2c eeprom test on qemu qemu has no i2c eeprom wired. Signed-off-by: Michal Simek --- test/py/tests/test_i2c.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/py/tests/test_i2c.py b/test/py/tests/test_i2c.py index 9e6ff786e12..7195409fdcb 100644 --- a/test/py/tests/test_i2c.py +++ b/test/py/tests/test_i2c.py @@ -23,6 +23,7 @@ def test_i2c_probe(u_boot_console): response = u_boot_console.run_command("i2c probe") assert(expected_response in response) +@pytest.mark.boardidentity("!qemu") @pytest.mark.boardspec("zynq_zc702") @pytest.mark.boardspec("zynq_zc706") @pytest.mark.buildconfigspec("cmd_i2c") -- 2.47.3