aboutsummaryrefslogtreecommitdiff
path: root/test/py
AgeCommit message (Expand)AuthorFilesLines
2022-09-14test: unit test for eficonfigMasahisa Kojima2-0/+394
2022-09-12test/py: Support --build when running tests in parallelSimon Glass2-4/+27
2022-09-12test/py: Move U-Boot building into a functionSimon Glass1-24/+36
2022-09-12test: Make test_gpio_read() independentSimon Glass1-0/+1
2022-09-12test: Mark test_gpt tests as slowSimon Glass1-0/+3
2022-09-12test: Mark all but the first vboot test as slowSimon Glass1-1/+5
2022-09-12test: Make test_efi_bootmgr() single-threadedSimon Glass1-0/+1
2022-09-12test: Make test_sqfs_ls() single-threadedSimon Glass1-0/+1
2022-09-12test: Update FIT tests to run in parallelSimon Glass2-2/+7
2022-09-12test: Make test_bind_unbind_with_uclass() single-threadedSimon Glass1-0/+1
2022-09-12test/py: Allow tests to be marked single-threaded onlySimon Glass2-0/+18
2022-09-12test: Fix test_pinmux to run in parallelSimon Glass1-0/+1
2022-08-22CI: Move to Ubuntu 2022.04 "Jammy" for CI baseTom Rini1-2/+2
2022-08-12vbe: Support VBE simpleSimon Glass1-1/+1
2022-08-12event: Add an event for device tree fixupsSimon Glass1-0/+1
2022-08-10test: Add some tests for kconfig.hSimon Glass1-0/+39
2022-07-26test/py: Run simple dm commands without checkingMichal Simek1-0/+8
2022-07-26py: tests: Bind should run only on sandboxMichal Simek1-1/+2
2022-07-18efi: test/py: repair authenticated capsules testsVincent Stehlé2-0/+5
2022-07-11Merge branch 'next'Tom Rini2-170/+176
2022-07-08requirements: Move to atomicwrites==1.4.1Tom Rini1-1/+1
2022-07-08requirements: Move to atomicwrites==1.4.1Tom Rini1-1/+1
2022-07-05test/py: efi_secboot: add a test for a forged signed imageAKASHI Takahiro3-0/+43
2022-06-28test: fix some pylint errors in test_bind.pyHeinrich Schuchardt1-170/+175
2022-06-23test/py: test_stackprotector: Disable for ASANAndrew Scull1-0/+1
2022-06-19test: work around for EFI terminal size probingHeinrich Schuchardt2-0/+3
2022-06-04efi: test/py: authenticate fit capsulesVincent Stehlé3-6/+280
2022-06-04test/py: efi_capsule: repair image authentication testVincent Stehlé2-5/+5
2022-05-28test: don't change console timeout in EFI selftest.Heinrich Schuchardt1-2/+0
2022-05-28test: fix pylint warnings in test_efi_selftest.pyHeinrich Schuchardt1-61/+28
2022-05-28test: restore timeout after bootmenu unit testHeinrich Schuchardt1-33/+33
2022-05-26test: fix parsing the mksquashfs version numberHeinrich Schuchardt1-5/+4
2022-05-26test/py: test_part: Correct the test case nameBin Meng1-1/+1
2022-05-26test/py: test_fs: Correct the test case nameBin Meng1-1/+1
2022-05-26test/py: Reset the console timeout valueBin Meng1-0/+4
2022-05-08Merge tag 'efi-2022-07-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/08May2022Tom Rini2-0/+57
2022-05-07test/py: Add more test cases for rejecting an EFI imageIlias Apalodimas2-0/+57
2022-05-06test: py: tests: test_gpt.py: add a simple test for the command gpt repairPhilippe Reynes1-0/+10
2022-05-05sandbox: Avoid binman error when run without device treeSimon Glass1-0/+12
2022-05-05test/py: Add a way to start sandbox without a device treeSimon Glass1-7/+8
2022-05-03menu: always show the menu regardless of the number of entryMasahisa Kojima1-2/+0
2022-05-03test: fix some pylint problems in test_capsule_firmware_raw.pyHeinrich Schuchardt1-22/+20
2022-05-03test: unit test for bootmenuHeinrich Schuchardt1-0/+48
2022-05-02vpl: Test that VPL runs correctly through to U-Boot properSimon Glass1-0/+14
2022-05-02vpl: Support running vpl testsSimon Glass3-3/+45
2022-04-25bootstd: Add setup for the bootflow testsSimon Glass2-0/+103
2022-04-20cmd: gpio: Add `gpio read` subcommandDiego Rondini1-0/+14
2022-04-15test: capsule: Modify the capsule tests to use GUID values for sandboxSughosh Ganu3-114/+265
2022-04-08test/py:Update python tests for ‘gpio’ cmdAdarsh Babu Kalepalli1-1/+174
2022-04-07env: Allow text-env tests to run with awkSimon Glass1-14/+14