summaryrefslogtreecommitdiff
path: root/test/py
AgeCommit message (Expand)AuthorFilesLines
2022-10-31test: Support tests which can only be run manuallySimon Glass1-1/+7
2022-10-29event: Drop the path when checking event-list filenamesSimon Glass1-3/+3
2022-10-26test: Move to a working version of setuptoolsSimon Glass1-0/+1
2022-10-18vbe: Add a test for VBE device tree fixupsSimon Glass2-1/+127
2022-10-18vbe: Add fixups for a basic set of OS requestsSimon Glass1-0/+1
2022-10-18test: Move common FIT code into a separate fit_util fileSimon Glass2-70/+99
2022-10-11cmd: xxd: add new commandRoger Knecht2-0/+58
2022-10-11cmd: cat: add new commandRoger Knecht2-0/+55
2022-10-06test: fix some pylint errors in test_efi_secbootHeinrich Schuchardt1-9/+3
2022-09-25sandbox: Add a test for SCSISimon Glass1-0/+9
2022-09-14test: unit test for eficonfigMasahisa Kojima2-0/+394
2022-09-13test/py: Support --build when running tests in parallelSimon Glass2-4/+27
2022-09-13test/py: Move U-Boot building into a functionSimon Glass1-24/+36
2022-09-13test: Make test_gpio_read() independentSimon Glass1-0/+1
2022-09-13test: Mark test_gpt tests as slowSimon Glass1-0/+3
2022-09-13test: Mark all but the first vboot test as slowSimon Glass1-1/+5
2022-09-13test: Make test_efi_bootmgr() single-threadedSimon Glass1-0/+1
2022-09-13test: Make test_sqfs_ls() single-threadedSimon Glass1-0/+1
2022-09-13test: Update FIT tests to run in parallelSimon Glass2-2/+7
2022-09-13test: Make test_bind_unbind_with_uclass() single-threadedSimon Glass1-0/+1
2022-09-13test/py: Allow tests to be marked single-threaded onlySimon Glass2-0/+18
2022-09-13test: 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...Tom Rini2-0/+57
2022-05-08test/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