diff options
author | Michal Simek <michal.simek@xilinx.com> | 2022-07-07 12:52:26 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-07-26 08:23:54 +0200 |
commit | 2075215dd968b5488f87a59c4d3494a8b8c1460d (patch) | |
tree | a5a8685a635cfe206cb580402cb45437cc3ef6ea /test | |
parent | a5bd1fe863907f27c68e30d8ef030649f4bf7d5f (diff) | |
download | u-boot-2075215dd968b5488f87a59c4d3494a8b8c1460d.tar.gz u-boot-2075215dd968b5488f87a59c4d3494a8b8c1460d.tar.bz2 u-boot-2075215dd968b5488f87a59c4d3494a8b8c1460d.zip |
py: tests: Bind should run only on sandbox
Disable test to run on any other platform than sandbox.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Link: https://lore.kernel.org/r/786bfdfda7dee4494e39c3fff699970ecd623116.1657191142.git.michal.simek@amd.com
Diffstat (limited to 'test')
-rw-r--r-- | test/py/tests/test_bind.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/py/tests/test_bind.py b/test/py/tests/test_bind.py index d7e6626d45..c90c54d266 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 |