Re: [PATCH 08/13] test/py: efi_secboot: remove all "re.search"

2020-07-02 Thread Heinrich Schuchardt
On 29.05.20 08:41, AKASHI Takahiro wrote: > Currently, we don't use any regular expression in matching outputs from > U-Boot. Since its use is just redundant, we can remove all. > > Signed-off-by: AKASHI Takahiro Reviewed-by: Heinrich Schuchardt

Re: [PATCH 08/13] test/py: efi_secboot: remove all "re.search"

2020-06-02 Thread Heinrich Schuchardt
On 02.06.20 07:58, AKASHI Takahiro wrote: > On Sat, May 30, 2020 at 09:04:11AM +0200, Heinrich Schuchardt wrote: >> On 5/29/20 8:41 AM, AKASHI Takahiro wrote: >>> Currently, we don't use any regular expression in matching outputs from >>> U-Boot. Since its use is just redundant, we can remove all.

Re: [PATCH 08/13] test/py: efi_secboot: remove all "re.search"

2020-06-01 Thread AKASHI Takahiro
On Sat, May 30, 2020 at 09:04:11AM +0200, Heinrich Schuchardt wrote: > On 5/29/20 8:41 AM, AKASHI Takahiro wrote: > > Currently, we don't use any regular expression in matching outputs from > > U-Boot. Since its use is just redundant, we can remove all. > > > > Signed-off-by: AKASHI Takahiro > >

Re: [PATCH 08/13] test/py: efi_secboot: remove all "re.search"

2020-05-30 Thread Heinrich Schuchardt
On 5/29/20 8:41 AM, AKASHI Takahiro wrote: > Currently, we don't use any regular expression in matching outputs from > U-Boot. Since its use is just redundant, we can remove all. > > Signed-off-by: AKASHI Takahiro Applying: test/py: efi_secboot: remove all "re.search" error: patch failed:

[PATCH 08/13] test/py: efi_secboot: remove all "re.search"

2020-05-29 Thread AKASHI Takahiro
Currently, we don't use any regular expression in matching outputs from U-Boot. Since its use is just redundant, we can remove all. Signed-off-by: AKASHI Takahiro --- .../py/tests/test_efi_secboot/test_authvar.py | 73 +-- test/py/tests/test_efi_secboot/test_signed.py | 34