From: Michal Simek Date: Thu, 7 Jul 2022 10:52:26 +0000 (+0200) Subject: py: tests: Bind should run only on sandbox X-Git-Tag: v2022.10~71^2~37 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2075215dd968b5488f87a59c4d3494a8b8c1460d;p=platform%2Fkernel%2Fu-boot.git py: tests: Bind should run only on sandbox Disable test to run on any other platform than sandbox. Signed-off-by: Michal Simek Signed-off-by: Michal Simek Reviewed-by: Simon Glass Link: https://lore.kernel.org/r/786bfdfda7dee4494e39c3fff699970ecd623116.1657191142.git.michal.simek@amd.com --- diff --git a/test/py/tests/test_bind.py b/test/py/tests/test_bind.py index d7e6626..c90c54d 100644 --- a/test/py/tests/test_bind.py +++ b/test/py/tests/test_bind.py @@ -25,7 +25,7 @@ def in_tree(response, name, uclass, drv, depth, last_child): return True return False - +@pytest.mark.boardspec('sandbox') @pytest.mark.buildconfigspec('cmd_bind') def test_bind_unbind_with_node(u_boot_console): @@ -117,6 +117,7 @@ def get_next_line(tree, name): break return child_line +@pytest.mark.boardspec('sandbox') @pytest.mark.buildconfigspec('cmd_bind') def test_bind_unbind_with_uclass(u_boot_console): #bind /bind-test