- e9b7497 test/py: efi_capsule: add a test for "--guid" option by AKASHI Takahiro · 2 years, 9 months ago
- 460c94a test/py: efi_capsule: align with the syntax change of mkeficapsule by AKASHI Takahiro · 2 years, 9 months ago
- bad58cb test/py: efi_capsule: add image authentication test by AKASHI Takahiro · 2 years, 9 months ago
- 7ace56a test/py: Add test case for mkimage -o argument by Jan Kiszka · 2 years, 9 months ago
- 2a4b0d5 rsa: adds rsa3072 algorithm by Jamin Lin · 2 years, 10 months ago
- 93ad262 test: fix pylint warnings in test_env.py by Heinrich Schuchardt · 3 years ago
- 0a4512b test: test_lsblk: Mark as sandbox specific by Patrick Delaunay · 3 years ago
- 4afab30 Merge tag 'v2022.01-rc4' into next by Tom Rini · 2 years, 11 months ago
- 3b7bf8a test: unit test for the EFI_TCG2_PROTOCOL by Heinrich Schuchardt · 3 years ago
- 617270b configs: enable CMD_TPM on QEMU ARM by Heinrich Schuchardt · 3 years ago
- 2402c93 Merge tag 'v2022.01-rc3' into next by Tom Rini · 3 years ago
- 452e8c9 test/py: Raise a ValueError if a command fails by Simon Glass · 3 years, 1 month ago
- 689d0a1 test/py: Relax the naming rules for unit tests by Simon Glass · 3 years, 1 month ago
- 15156c9 test/py: Allow passing input to a program by Simon Glass · 3 years, 1 month ago
- 2b5e710 test: fix pylint error in u_boot_console_exec_attach.py by Heinrich Schuchardt · 3 years ago
- 6e6d37f test: fix pylint error in u_boot_console_sandbox.py by Heinrich Schuchardt · 3 years ago
- 9aa1a14 test: fix pylint errors in u_boot_utils.py by Heinrich Schuchardt · 3 years ago
- 67e9b64 test: fix pylint errors in u_boot_spawn.py by Heinrich Schuchardt · 3 years ago
- 09e4098 test: fix pylint errors in multiplexed_log.py by Heinrich Schuchardt · 3 years ago
- 1ae35c7 test: address some pylint warnings by Heinrich Schuchardt · 3 years ago
- 86b9c3e env: Allow U-Boot scripts to be placed in a .env file by Simon Glass · 3 years, 1 month ago
- 35839ed pytest: Show a message when sandbox crashes by Simon Glass · 3 years, 1 month ago
- b04f64a pytest: Shorten traceback length by default by Simon Glass · 3 years, 1 month ago
- 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 1 month ago
- 39bd2c8 test/py: Add usb gadget binding test by Patrice Chotard · 3 years, 2 months ago
- 17d1fe1 test: Allow tpm2 tests to run in parallel by Simon Glass · 3 years, 2 months ago
- ea3164e test: Allow hush tests to run in parallel by Simon Glass · 3 years, 2 months ago
- cfb83f3 test: Allow vboot tests to run in parallel by Simon Glass · 3 years, 2 months ago
- 01e1e2a test/py: Check hashes produced by mkimage against known values by Alexandru Gagniuc · 3 years, 2 months ago
- e908d20 Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years, 2 months ago
- 8870daa test/py: tpm2: Skip tpm pytest based on env variable by T Karthik Reddy · 3 years, 4 months ago
- 2a73606 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 3 months ago
- 1c6608b sandbox: tpm: Support extending a PCR multiple times by Simon Glass · 3 years, 4 months ago
- 89795ef test/py: Improve check for mksquashfs version by Marek Behún · 3 years, 4 months ago
- 67778ff test/py: efi_capsule: align with efidebug syntax changes by AKASHI Takahiro · 3 years, 4 months ago
- 4c60fd9 cmd: pinmux: update result of do_status by Patrick Delaunay · 3 years, 6 months ago
- 9bde9b5 test/py: rewrite sqfsls command test suite by Joao Marcos Costa · 3 years, 4 months ago
- 208eb2a test/py: rewrite sqfsload command test suite by Joao Marcos Costa · 3 years, 4 months ago
- 04c9813 test/py: rewrite common tools for SquashFS tests by Joao Marcos Costa · 3 years, 4 months ago
- 99f5303 test/py: Wait for guestmount worker to exit after running guestunmount by Alper Nebi Yasak · 3 years, 5 months ago
- 8f5f5d3 test/py: Use loop mounts if guestmount fails in filesystem tests by Alper Nebi Yasak · 3 years, 5 months ago
- b2710fa test: Include /sbin to the PATH when creating file system by Andy Shevchenko · 3 years, 5 months ago
- 77bfaad test: Fix filesystem tests always being skipped by Alper Nebi Yasak · 3 years, 6 months ago
- 6f243e2 test/py: improve regular expression for ut subtest symbol matcher by Marek Behún · 3 years, 6 months ago
- 95300f2 pytest: add sandbox test for "extension" command by Kory Maincent · 3 years, 6 months ago
- 5f0d23c tests: patman: Add requests to the module list by Tom Rini · 3 years, 9 months ago
- e133343 test/py: Bump py to 1.10.0 for CVE-2020-29651 by Tom Rini · 3 years, 7 months ago
- ce62b0f test/py: Fix efidebug related tests by Ilias Apalodimas · 3 years, 7 months ago
- 4e9bce1 Add support for stack-protector by Joel Peshkin · 3 years, 7 months ago
- 7801526 test/py: ecdsa: Use mkimage keyfile instead of keydir argument by Alexandru Gagniuc · 3 years, 9 months ago
- f91de32 test/py: ecdsa: Add test for mkimage ECDSA signing by Alexandru Gagniuc · 3 years, 9 months ago
- a4515f0 test/py: Add pycryptodomex to list of required pakages by Alexandru Gagniuc · 3 years, 9 months ago
- 6951255 test: qemu: add qfw sandbox driver, dm tests, qemu tests by Asherah Connor · 3 years, 8 months ago
- 978a4da pytest: Lower pygit2 requirement by Tom Rini · 3 years, 9 months ago
- 90eba24 Merge branch 'next' by Tom Rini · 3 years, 7 months ago
- 1ba21bb test: Don't unmount not (yet) mounted system by Andy Shevchenko · 3 years, 9 months ago
- 1057b1b Merge tag 'v2021.04-rc5' into next by Tom Rini · 3 years, 8 months ago
- de489d8 test: test the ESRT creation by Jose Marinho · 3 years, 8 months ago
- cbea241 efidebug: add multiple device path instances on Boot#### by Ilias Apalodimas · 3 years, 8 months ago
- 9262fe1 test: Include /sbin to the PATH when creating ext4 disk image by Andy Shevchenko · 3 years, 9 months ago
- 22fc991 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 8 months ago
- 7f047b4 test: py: add initial coverage for scp03 cmd by Igor Opaniuk · 3 years, 9 months ago
- 2a2814d test: Rename all linker lists to have a ut_ prefix by Simon Glass · 3 years, 8 months ago
- a353e76 test: Re-enable test_ofplatdata by Simon Glass · 3 years, 8 months ago
- bef1b28 sandbox: Drop the 'starting...' message by Simon Glass · 3 years, 8 months ago
- 7d3eff3 efi_loader: correct uboot_bin_env.its file format by Heinrich Schuchardt · 3 years, 9 months ago
- f4a60b0 test: py: add pygit2 and pyelftools to requirements.txt by Igor Opaniuk · 3 years, 10 months ago
- 3f04db8 image: Check for unit addresses in FITs by Simon Glass · 3 years, 9 months ago
- 124c255 libfdt: Check for multiple/invalid root nodes by Simon Glass · 3 years, 9 months ago
- d5f3aad test: Add tests for the 'evil' vboot attacks by Simon Glass · 3 years, 9 months ago
- fafafac test: Add vboot_evil implementation by Simon Glass · 3 years, 9 months ago
- 79af75f fit: Don't allow verification of images with @ nodes by Simon Glass · 3 years, 9 months ago
- 3724975 test/py: fix runtest wrapper for pytest 6 by Stephen Warren · 3 years, 10 months ago
- a59e59c test: Update test_fs to not use deprecated pytest.yield_fixture() by Tom Rini · 3 years, 10 months ago
- 89d52af test: correct entry point to pytest by Heinrich Schuchardt · 3 years, 10 months ago
- e6b8e94 test: test_ofplatdata: Mark as sandbox specific by Tom Rini · 3 years, 10 months ago
- 0157619 doc: move test/py/README.md to HTML documentation by Heinrich Schuchardt · 3 years, 10 months ago
- a4918b2 test: add test for dropped trace before log_init by Patrick Delaunay · 4 years ago
- acfb530 sandbox: Drop unnecessary test node by Simon Glass · 3 years, 11 months ago
- 6ca5ff3 test: unit test for exception command by Heinrich Schuchardt · 4 years ago
- 4926e7d test/py: efi_capsule: test for raw image capsule by AKASHI Takahiro · 4 years ago
- 450596f test/py: efi_capsule: test for FIT image capsule by AKASHI Takahiro · 4 years ago
- 35d9492 test/py: test poweroff by Heinrich Schuchardt · 4 years, 1 month ago
- 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years ago
- 62ef818 test: log: Convert log_test from python to C by Sean Anderson · 4 years, 1 month ago
- a8b1fbc dm: test: Drop of-platdata pytest by Simon Glass · 4 years, 1 month ago
- e1e54ff test: Run only the selected SPL test by Simon Glass · 4 years, 1 month ago
- bc84d58 pytest: Collect SPL unit tests by Simon Glass · 4 years, 1 month ago
- e144caf dtoc: Fix widening of int to bytes by Simon Glass · 4 years, 1 month ago
- 2742275 cmd: fat: Use do_save() for fatwrite by Lad Prabhakar · 4 years, 1 month ago
- a6bfd71 cmd/button: return button status by Heinrich Schuchardt · 4 years, 2 months ago
- 39916bb test: sharpen button label unit test by Heinrich Schuchardt · 4 years, 2 months ago
- 26f555a test: Add PStore command tests by Frédéric Danis · 4 years, 8 months ago
- feaeee8 test: vboot: add tests for multiple required keys by Thirupathaiah Annapureddy · 4 years, 3 months ago
- 3d03ab6 log: Add a way to enable/disable a log device by Simon Glass · 4 years, 2 months ago
- 7f0f180 test: pinmux: Add test for pin muxing by Sean Anderson · 4 years, 2 months ago
- 8a34d3d test/py: allow multi-digit index in in_tree() by Pratyush Yadav · 4 years, 2 months ago
- 185440f test: do no assume hush parser in validate_empty() by Heinrich Schuchardt · 4 years, 2 months ago
- 8ee3a24 Merge branch '2020-08-24-misc-improvements' by Tom Rini · 4 years, 3 months ago
- 91f6c1c test/py: Add tests for LZO and ZSTD by Joao Marcos Costa · 4 years, 3 months ago