commit | 965a34f896518e961d709120539880b89b2331a9 | [log] [tgz] |
---|---|---|
author | Kory Maincent <kory.maincent@bootlin.com> | Tue May 04 19:31:23 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 13 13:09:09 2021 -0400 |
tree | a26fd939eccb3eca623057083a4758507041520b | |
parent | 7444a7d4b37bd0469f3dd3297798926e8efb9a9d [diff] |
pytest: add sandbox test for "extension" command This commit extends the sandbox to implement a dummy extension_board_scan() function and enables the extension command in the sandbox configuration. It then adds a test that checks the proper functionality of the extension command by applying two Device Tree overlays to the sandbox Device Tree. Signed-off-by: Kory Maincent <kory.maincent@bootlin.com> [trini: Limit to running on sandbox] Signed-off-by: Tom Rini <trini@konsulko.com>