mbox series

Pull request for UEFI sub-system for efi-2020-04-rc2

Message ID ba6bec42-c961-3539-1959-4949b0dbe391@gmx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request for UEFI sub-system for efi-2020-04-rc2 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git

Message

Heinrich Schuchardt Feb. 6, 2020, 3:46 a.m. UTC
The following changes since commit d4827fcd4c1b04c338e4019e412f495aa4231d24:

   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-02-04
11:36:49 -0500)

are available in the Git repository at:

   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
tags/efi-2020-04-rc2

for you to fetch changes up to 491e87a79742711a5f747068f76fbbc17d0bc2a0:

   test: efi_selftest: fix pylint warnings (2020-02-05 06:58:03 +0100)

----------------------------------------------------------------
Pull request for UEFI sub-system for efi-2020-04-rc2

Fix pylint issues in Python based tests.

----------------------------------------------------------------
Heinrich Schuchardt (2):
       test: test_efi_fit: fix pylint warnings
       test: efi_selftest: fix pylint warnings

  test/py/tests/test_efi_fit.py      |  77 ++++----
  test/py/tests/test_efi_selftest.py | 361
+++++++++++++++++++------------------
  2 files changed, 226 insertions(+), 212 deletions(-)

Comments

Tom Rini Feb. 7, 2020, 6:51 p.m. UTC | #1
On Thu, Feb 06, 2020 at 04:46:02AM +0100, Heinrich Schuchardt wrote:

> The following changes since commit d4827fcd4c1b04c338e4019e412f495aa4231d24:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-02-04
> 11:36:49 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
> tags/efi-2020-04-rc2
> 
> for you to fetch changes up to 491e87a79742711a5f747068f76fbbc17d0bc2a0:
> 
>   test: efi_selftest: fix pylint warnings (2020-02-05 06:58:03 +0100)
> 

Applied to u-boot/master, thanks!