summaryrefslogtreecommitdiff
path: root/test/py
Commit message (Expand)AuthorAgeFilesLines
* test/py: efi_secboot: fix additional pylint errorsAKASHI Takahiro2020-07-221-7/+8
* test/py: efi_secboot: remove unused functionAKASHI Takahiro2020-07-221-9/+0
* efi_loader: use logging for bootefi commandHeinrich Schuchardt2020-07-222-10/+8
* efi_loader: skip warnings for network configurationHeinrich Schuchardt2020-07-161-5/+11
* test: use virt-make-fs to build imageHeinrich Schuchardt2020-07-112-30/+4
* test/py: efi_secboot: add a test for verifying with digest of signed imageAKASHI Takahiro2020-07-112-0/+59
* test/py: efi_secboot: add a test for multiple signaturesAKASHI Takahiro2020-07-112-1/+59
* test/py: efi_secboot: add a test against certificate revocationAKASHI Takahiro2020-07-112-1/+31
* test/py: efi_secboot: split "signed image" test case-1 into two casesAKASHI Takahiro2020-07-111-28/+38
* test/py: efi_secboot: more fixes against pylintAKASHI Takahiro2020-07-114-83/+79
* test/py: efi_secboot: apply autopep8AKASHI Takahiro2020-07-115-60/+67
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-27/+27
* log: don't show function by defaultHeinrich Schuchardt2020-07-091-0/+2
* test_sleep.py: make sleep time and margin configurableHeiko Schocher2020-07-071-3/+11
* cmd: blkls: Add blkls commandNiel Fourie2020-07-071-0/+13
* cmd: dm: Fixed/Added DM driver listing subcommandsNiel Fourie2020-07-071-2/+20
* cmd: fs: Add command to list supported fs typesNiel Fourie2020-07-071-0/+13
* cmd: part: Add subcommand to list supported partition tablesNiel Fourie2020-07-071-0/+14
* test: correct time stamps for UEFI authenticationHeinrich Schuchardt2020-07-031-8/+8
* test/py: efi_secboot: fix test case 1g of test_authvarAKASHI Takahiro2020-07-031-6/+6
* test/py: efi_secboot: remove all "re.search"AKASHI Takahiro2020-07-033-74/+65
* Revert "test: stabilize test_efi_secboot"AKASHI Takahiro2020-07-033-9/+9
* test/py: test_efi_fit: Update #size-cells to 1Bin Meng2020-06-301-2/+2
* test/py: use actual core count for parallel buildsHeinrich Schuchardt2020-06-021-1/+1
* test: describe naming conventions for macro UNIT_TESTHeinrich Schuchardt2020-05-081-1/+16
* test: stabilize test_efi_secbootHeinrich Schuchardt2020-05-043-9/+9
* test/py: vboot: add a test to check fit signature on fit with paddingPhilippe Reynes2020-05-011-19/+33
* test/py: fix test_efi_secboot/conftest.pyHeinrich Schuchardt2020-04-301-24/+6
* test: test_fs error messageHeinrich Schuchardt2020-04-271-2/+3
* test: pinmux: add pincontrol-gpio for pin configurationPatrick Delaunay2020-04-161-0/+10
* test: dm: update test for pins configuration in pinctrl nodePatrick Delaunay2020-04-161-10/+18
* efi_loader, pytest: add UEFI secure boot tests (image)AKASHI Takahiro2020-04-162-0/+238
* efi_loader, pytest: add UEFI secure boot tests (authenticated variables)AKASHI Takahiro2020-04-161-0/+282
* efi_loader, pytest: set up secure boot environmentAKASHI Takahiro2020-04-163-0/+180
* Merge branch 'next'Tom Rini2020-04-133-13/+37
|\
| * test/py: Allow using buildman to build U-BootSimon Glass2020-04-102-10/+33
| * test/py: Update u_boot_utils.find_ram_base to bypass the low 2MiB memoryBin Meng2020-04-101-3/+4
* | cmd: Add test and fix bugs for dm driversSean Anderson2020-04-091-0/+17
|/
* test: vboot: Reduce fake kernel size to 500 bytesSimon Glass2020-04-011-1/+1
* test: vboot: Move key creation into a functionSimon Glass2020-04-011-21/+18
* test: vboot: Fix pylint errorsSimon Glass2020-04-011-34/+19
* test: vboot: Tidy up the code a littleSimon Glass2020-04-011-13/+21
* test: vboot: Parameterise the testSimon Glass2020-04-011-6/+14
* test: vboot: Add a test for a forged configurationSimon Glass2020-04-012-1/+440
* test: vboot: Drop unnecessary parameter for fit_check_signSimon Glass2020-04-011-2/+1
* test/py: test_efi_grub_net() requires OF_CONTROLHeinrich Schuchardt2020-03-301-0/+1
* test/py: UEFI helloworld requires OF_CONTROLHeinrich Schuchardt2020-03-281-2/+3
* test/py: mmc: Fix 'mmc info' testcaseHarald Seiler2020-03-271-2/+2
* cmd: gpio: Make `gpio input` return pin value againAlex Kiernan2020-03-131-0/+37
* test: efi_selftest: fix pylint warningsHeinrich Schuchardt2020-02-051-174/+187