summaryrefslogtreecommitdiff
path: root/test/py
AgeCommit message (Expand)AuthorFilesLines
2023-03-08test: Add concurrencytest to the requirementsSimon Glass1-0/+1
2023-02-28Merge tag 'v2023.04-rc3' into nextTom Rini1-2/+3
2023-02-23trace: Relax test requirementsSimon Glass1-2/+3
2023-02-14dm: test: Add a test for the various migration combinationsSimon Glass1-0/+108
2023-02-14test: Add a way to set the environment for a pytestSimon Glass2-4/+6
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass1-4/+4
2023-02-11trace: Add a testSimon Glass1-0/+304
2023-01-27mkimage: fit: Support signed configurations in 'auto' FITsMassimo Pegorer1-0/+195
2023-01-24part: Add a function to find the first bootable partitionSimon Glass2-4/+9
2023-01-24dm: core: Support sorting devices with dm treeSimon Glass1-0/+38
2023-01-18test/py: gpt: add test for the gpt partition type GUID identifierEnric Balletbo i Serra1-0/+23
2023-01-17bootstd: Add a test for the bootstd menuSimon Glass3-19/+199
2023-01-16sandbox: Enable mmc command and legacy imagesSimon Glass1-0/+2
2023-01-11test: env: add test for u-boot-initial-env creationMax Krummenacher1-0/+24
2022-12-31cmd: source: Support specifying config nameSean Anderson1-1/+10
2022-12-31test: Add test for source commandSean Anderson2-0/+71
2022-12-06event: Re-add file paths to the testsTom Rini1-3/+3
2022-11-22eficonfig: refactor file selection handlingMasahisa Kojima1-0/+1
2022-11-08dm: Add tests for the sandbox host driverSimon Glass2-2/+10
2022-11-08dm: sandbox: Switch over to using the new host uclassSimon Glass1-0/+3
2022-11-08test: Correct pylint warnings in fs_helperSimon Glass1-13/+25
2022-11-08test: Split out mk_fs function into a helperSimon Glass2-52/+60
2022-11-06test/py: efi_secboot: Remove unnecessary cert-to-efi-hash-list optionMasahisa Kojima1-4/+4
2022-10-31test: dm: Add test cases for FWU Metadata uclassSughosh Ganu2-2/+0
2022-10-31vbe: Add a test for the VBE flow into U-Boot properSimon Glass1-0/+38
2022-10-31vbe: Use a manual testSimon Glass1-5/+2
2022-10-31vbe: Add Kconfig options for VPLSimon Glass1-0/+1
2022-10-31vbe: Move OS implementation into a separate fileSimon Glass1-1/+0
2022-10-31vbe: Rename vbe_fixup to vbe_requestSimon Glass1-1/+1
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