Re: [PATCH v9 12/15] test: dm: Add test cases for FWU Metadata uclass

2022-09-04 Thread Ilias Apalodimas
On Fri, Aug 26, 2022 at 03:27:13PM +0530, Sughosh Ganu wrote: > Add test cases for accessing the FWU Metadata on the sandbox > platform. The sandbox platform also uses the metadata access driver > for GPT partitioned block devices. > > The FWU feature will be tested on the sandbox64 variant with a

[PATCH v9 12/15] test: dm: Add test cases for FWU Metadata uclass

2022-08-26 Thread Sughosh Ganu
Add test cases for accessing the FWU Metadata on the sandbox platform. The sandbox platform also uses the metadata access driver for GPT partitioned block devices. The FWU feature will be tested on the sandbox64 variant with a raw capsule. Remove the FIT capsule testing from sandbox64 defconfig --