Re: [PATCH v7 10/10] test/py: efi_capsule: test for FMP versioning

2023-06-06 Thread Masahisa Kojima
On Mon, 5 Jun 2023 at 23:04, Schmidt, Malte wrote: > > Hello Masahisa Kojima, > > I noticed some excess semicolons in your Python code. See below. > > Am 31.05.2023 um 05:35 schrieb Masahisa Kojima: > > This test covers the FMP versioning for both raw and FIT image, > > and both signed and

Re: [PATCH v7 10/10] test/py: efi_capsule: test for FMP versioning

2023-06-05 Thread Schmidt, Malte
Hello Masahisa Kojima, I noticed some excess semicolons in your Python code. See below. Am 31.05.2023 um 05:35 schrieb Masahisa Kojima: This test covers the FMP versioning for both raw and FIT image, and both signed and non-signed capsule update. Signed-off-by: Masahisa Kojima --- Changes in

[PATCH v7 10/10] test/py: efi_capsule: test for FMP versioning

2023-05-30 Thread Masahisa Kojima
This test covers the FMP versioning for both raw and FIT image, and both signed and non-signed capsule update. Signed-off-by: Masahisa Kojima --- Changes in v7: - use newly introcuded common functions of efi_capsule test test/py/tests/test_efi_capsule/conftest.py| 82 ++