summaryrefslogtreecommitdiffstats
path: root/test/py
Commit message (Expand)AuthorAgeFilesLines
* doc: move test/py/README.md to HTML documentationHeinrich Schuchardt2021-01-231-389/+0
* test: add test for dropped trace before log_initPatrick Delaunay2021-01-151-0/+11
* sandbox: Drop unnecessary test nodeSimon Glass2021-01-051-1/+0
* test: unit test for exception commandHeinrich Schuchardt2020-12-131-0/+24
* test/py: efi_capsule: test for raw image capsuleAKASHI Takahiro2020-12-032-0/+66
* test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro2020-12-034-0/+290
* test/py: test poweroffHeinrich Schuchardt2020-11-051-4/+4
* Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-10-303-52/+42
|\
| * dm: test: Drop of-platdata pytestSimon Glass2020-10-291-47/+0
| * test: Run only the selected SPL testSimon Glass2020-10-291-1/+1
| * pytest: Collect SPL unit testsSimon Glass2020-10-292-5/+42
| * dtoc: Fix widening of int to bytesSimon Glass2020-10-291-1/+1
* | test: log: Convert log_test from python to CSean Anderson2020-10-301-104/+0
|/
* cmd: fat: Use do_save() for fatwriteLad Prabhakar2020-10-231-3/+3
* cmd/button: return button statusHeinrich Schuchardt2020-10-141-8/+26
* test: sharpen button label unit testHeinrich Schuchardt2020-10-141-1/+1
* test: Add PStore command testsFrédéric Danis2020-10-144-0/+77
* test: vboot: add tests for multiple required keysThirupathaiah Annapureddy2020-10-121-2/+44
* log: Add a way to enable/disable a log deviceSimon Glass2020-10-101-0/+8
* test: pinmux: Add test for pin muxingSean Anderson2020-10-081-18/+18
* test/py: allow multi-digit index in in_tree()Pratyush Yadav2020-09-301-1/+1
* test: do no assume hush parser in validate_empty()Heinrich Schuchardt2020-09-121-1/+1
* Merge branch '2020-08-24-misc-improvements'Tom Rini2020-08-253-47/+102
|\
| * test/py: Add tests for LZO and ZSTDJoao Marcos Costa2020-08-243-47/+102
* | efi_loader: use ':' as separator for setenv -iHeinrich Schuchardt2020-08-244-74/+74
|/
* test/py: Update test_bindPatrice Chotard2020-08-221-6/+9
* sandbox: dts: Add compatible string for bind-test nodePatrice Chotard2020-08-221-3/+0
* test/py: efi_secboot: modify 'multiple signatures' test caseAKASHI Takahiro2020-08-142-12/+19
* test/py: efi_secboot: add test for intermediate certificatesAKASHI Takahiro2020-08-134-0/+305
* test/py: efi_secboot: small rework for adding a new testAKASHI Takahiro2020-08-132-13/+3
* test/py: fix SquashFS testsJoao Marcos Costa2020-08-103-14/+16
* test/py: serial# cannot be overwritten on some devicesHeinrich Schuchardt2020-08-081-2/+5
* test: py: test_shell_run() with CONFIG_HUSH_PARSER=nHeinrich Schuchardt2020-08-071-3/+3
* tests: support mkfs.ext4 without metadata_csumStephen Warren2020-08-072-3/+8
* test/py: Add tests for the SquashFS commandsJoao Marcos Costa2020-08-073-0/+101
* test/py: Add test support for three stage bootYan Liu2020-08-041-0/+10
* test: sandbox: add test for erase commandPatrick Delaunay2020-07-311-0/+16
* test: environment in ext4Patrick Delaunay2020-07-311-1/+96
* test: efi_selftest: Do not force serial# settingTom Rini2020-07-311-1/+1
* test: do not rely on => being the promptHeinrich Schuchardt2020-07-311-1/+1
* test/py: add tests for the button commandsPhilippe Reynes2020-07-281-0/+19
* test: env: add test for env info sub-commandPatrick Delaunay2020-07-261-0/+63
* test/py: efi_secboot: fix additional pylint errorsAKASHI Takahiro2020-07-221-7/+8
* test/py: efi_secboot: remove unused functionAKASHI Takahiro2020-07-221-9/+0
* efi_loader: use logging for bootefi commandHeinrich Schuchardt2020-07-222-10/+8
* efi_loader: skip warnings for network configurationHeinrich Schuchardt2020-07-161-5/+11
* test: use virt-make-fs to build imageHeinrich Schuchardt2020-07-112-30/+4
* test/py: efi_secboot: add a test for verifying with digest of signed imageAKASHI Takahiro2020-07-112-0/+59
* test/py: efi_secboot: add a test for multiple signaturesAKASHI Takahiro2020-07-112-1/+59
* test/py: efi_secboot: add a test against certificate revocationAKASHI Takahiro2020-07-112-1/+31