Commit 7557756b authored by Jordan Yates's avatar Jordan Yates Committed by Anas Nashif
Browse files

scripts: twister: testplan: search for requested snippets



Search for the snippets requested by the test, not for snippets found
in the snippet roots.

Signed-off-by: default avatarJordan Yates <jordan.yates@data61.csiro.au>
parent b7854c08
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -820,7 +820,7 @@ class TestPlan:
                    if not missing_snippet:
                        # Look for required snippets and check that they are applicable for these
                        # platforms/boards
                        for this_snippet in found_snippets:
                        for this_snippet in snippet_args['snippets']:
                            matched_snippet_board = False

                            # If the "appends" key is present with at least one entry then this