[PATCH v5 3/3] binman: Add tests for etype encrypted

2023-07-14 Thread christian . taedcke-oss
From: Christian Taedcke Add tests to reach 100% code coverage for the added etype encrypted. Signed-off-by: Christian Taedcke --- Changes in v5: - add comments to test functions Changes in v4: - fix failing test testEncryptedKeyFile Changes in v3: - rebase on u-boot-dm/mkim-working - remove

Re: [PATCH v5 3/3] binman: Add tests for etype encrypted

2023-07-15 Thread Simon Glass
On Fri, 14 Jul 2023 at 03:14, wrote: > > From: Christian Taedcke > > Add tests to reach 100% code coverage for the added etype encrypted. > > Signed-off-by: Christian Taedcke > --- > > Changes in v5: > - add comments to test functions > > Changes in v4: > - fix failing test testEncryptedKeyFile