リビジョン | 2075215dd968b5488f87a59c4d3494a8b8c1460d (tree) |
---|---|
日時 | 2022-07-26 15:23:54 |
作者 | Michal Simek <michal.simek@xili...> |
コミッター | Michal Simek |
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
@@ -25,7 +25,7 @@ def in_tree(response, name, uclass, drv, depth, last_child): | ||
25 | 25 | return True |
26 | 26 | return False |
27 | 27 | |
28 | - | |
28 | +@pytest.mark.boardspec('sandbox') | |
29 | 29 | @pytest.mark.buildconfigspec('cmd_bind') |
30 | 30 | def test_bind_unbind_with_node(u_boot_console): |
31 | 31 |
@@ -117,6 +117,7 @@ def get_next_line(tree, name): | ||
117 | 117 | break |
118 | 118 | return child_line |
119 | 119 | |
120 | +@pytest.mark.boardspec('sandbox') | |
120 | 121 | @pytest.mark.buildconfigspec('cmd_bind') |
121 | 122 | def test_bind_unbind_with_uclass(u_boot_console): |
122 | 123 | #bind /bind-test |