Re: [PATCH v5 03/10] pytest: add sandbox test for "extension" command

2021-05-13 Thread Tom Rini
On Tue, May 04, 2021 at 07:31:23PM +0200, Kory Maincent wrote: > 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 comm

[PATCH v5 03/10] pytest: add sandbox test for "extension" command

2021-05-04 Thread Kory Maincent
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. Si