diff options
author | Tom Rini <trini@konsulko.com> | 2023-05-04 09:03:02 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-05-04 09:03:02 -0400 |
commit | bfce695104d59a8570ce0a7cbd75d3728117eb5d (patch) | |
tree | 9150b72a6400a69fabcaad33ec2f63897e7ea8d2 /test/py/tests/test_efi_secboot/conftest.py | |
parent | 2440719d258a97824395532cb4a775752b423f63 (diff) | |
parent | 8a6414d1e410ab65780a4c5eb99e79e5b9bc21c1 (diff) |
Merge tag 'efi-2023-07-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2023-07-rc2
Documentation:
* treat documentation warnings as errors in CI
* adjust StarFive VisionFive 2 and SiFive Unmatched documentation
* man-page for cp
* correct description of uclass_get_device_by_of_path
* correct proftool usage
UEFI
* Fix documentation of EFI Python tests
* Rename efi_selftest Python test
Diffstat (limited to 'test/py/tests/test_efi_secboot/conftest.py')
-rw-r--r-- | test/py/tests/test_efi_secboot/conftest.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/py/tests/test_efi_secboot/conftest.py b/test/py/tests/test_efi_secboot/conftest.py index 65cde7a2f23..30ff7029438 100644 --- a/test/py/tests/test_efi_secboot/conftest.py +++ b/test/py/tests/test_efi_secboot/conftest.py @@ -2,7 +2,7 @@ # Copyright (c) 2019, Linaro Limited # Author: AKASHI Takahiro <takahiro.akashi@linaro.org> -""" Fixture for UEFI secure boot test """ +"""Fixture for UEFI secure boot test.""" from subprocess import call, check_call, CalledProcessError import pytest @@ -132,7 +132,9 @@ def efi_boot_env(request, u_boot_config): @pytest.fixture(scope='session') def efi_boot_env_intca(request, u_boot_config): - """Set up a file system to be used in UEFI secure boot test + """Set up file system for secure boot test. + + Set up a file system to be used in UEFI secure boot test of intermediate certificates. Args: |