aboutsummaryrefslogtreecommitdiff
path: root/test/py
AgeCommit message (Expand)AuthorFilesLines
2023-05-04efi: Rename the base efi self-testSimon Glass1-1/+1
2023-05-04test: fix pydoc issues for EFI testsHeinrich Schuchardt5-11/+16
2023-04-25pytest: Use --lazy with umountTom Rini1-2/+2
2023-04-21test: fix launch_efi()Heinrich Schuchardt1-1/+3
2023-04-21test: fix pylint warning for capsule testsHeinrich Schuchardt4-76/+65
2023-04-04test/py: android: extend abootimg testSafae Ouajih1-13/+123
2023-04-04pytest: Update requirements to match sphinx versionsTom Rini1-4/+4
2023-04-03vbe: Use the correct image filename in the testSimon Glass1-2/+4
2023-04-02test_vboot.py: include test of fdt_add_pubkey toolRoman Kopytin1-38/+148
2023-03-30test: fs: Check fat short file nameWIP/2023-03-30-assorted-general-upatesStefan Herbrechtsmeier1-0/+36
2023-03-08test: Add concurrencytest to the requirementsSimon Glass1-0/+1
2023-02-27Merge 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-23part: Add a function to find the first bootable partitionSimon Glass2-4/+9
2023-01-23dm: 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-16bootstd: 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 nameWIP/2022-12-31-cmd-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-07dm: Add tests for the sandbox host driverSimon Glass2-2/+10
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass1-0/+3
2022-11-07test: Correct pylint warnings in fs_helperSimon Glass1-13/+25
2022-11-07test: 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 properWIP/2022-10-31-vbe-implement-the-full-firmware-flowSimon 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-17vbe: Add a test for VBE device tree fixupsSimon Glass2-1/+127
2022-10-17vbe: Add fixups for a basic set of OS requestsSimon Glass1-0/+1
2022-10-17test: 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