summaryrefslogtreecommitdiff
path: root/test/py
AgeCommit message (Expand)AuthorFilesLines
2020-04-01test: vboot: Reduce fake kernel size to 500 bytesSimon Glass1-1/+1
2020-04-01test: vboot: Move key creation into a functionSimon Glass1-21/+18
2020-04-01test: vboot: Fix pylint errorsSimon Glass1-34/+19
2020-04-01test: vboot: Tidy up the code a littleSimon Glass1-13/+21
2020-04-01test: vboot: Parameterise the testSimon Glass1-6/+14
2020-04-01test: vboot: Add a test for a forged configurationSimon Glass2-1/+440
2020-04-01test: vboot: Drop unnecessary parameter for fit_check_signSimon Glass1-2/+1
2020-03-30test/py: test_efi_grub_net() requires OF_CONTROLHeinrich Schuchardt1-0/+1
2020-03-28test/py: UEFI helloworld requires OF_CONTROLHeinrich Schuchardt1-2/+3
2020-03-27test/py: mmc: Fix 'mmc info' testcaseHarald Seiler1-2/+2
2020-03-13cmd: gpio: Make `gpio input` return pin value againAlex Kiernan1-0/+37
2020-02-05test: efi_selftest: fix pylint warningsHeinrich Schuchardt1-174/+187
2020-02-05test: test_efi_fit: fix pylint warningsHeinrich Schuchardt1-38/+39
2020-02-04test/py: android: Add test for abootimgSam Protsenko1-0/+159
2020-02-04doc: android: Convert to Sphinx formatSam Protsenko1-1/+1
2020-01-16Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-0/+31
2020-01-16test/py: use valid device tree in test_fit.pyHeinrich Schuchardt1-3/+6
2020-01-14test/py: hush_if_test: Add tests to cover octal/hex valuesMichal Simek1-0/+31
2020-01-07test/py: Create a test for launching UEFI binaries from FIT imagesCristian Ciocaltea1-0/+458
2020-01-07test/py: describe env__efi_loader_helloworld_fileHeinrich Schuchardt1-3/+4
2020-01-07test/py: Fix broken 'notbuildconfigspec' markerCristian Ciocaltea1-1/+1
2020-01-07Merge branch 'next'Tom Rini1-12/+27
2020-01-02test: Fix the boardspec for the SPL handoff testSimon Glass1-1/+1
2020-01-02test_env: don't strip() printenv resultsStephen Warren1-1/+1
2019-12-10test.py: Make search for autoconf.mk more permissiveSimon Glass1-12/+27
2019-12-05test/py: test_fs: add tests for creating/deleting many filesAKASHI Takahiro1-0/+84
2019-10-31test/py: Use raw strings more to avoid deprecation warningsTom Rini2-6/+3
2019-10-31test/py: Update docs, add requirements.txt for pipTom Rini2-21/+48
2019-10-31test/py: Rework test.py to be a different kind of wrapperTom Rini1-16/+4
2019-10-31test/py: Update test_fs to decode check_output callsTom Rini1-12/+12
2019-10-31test/py: test_efi_selftest.py: Updates for python 3 supportTom Rini1-18/+18
2019-10-31test/py: test_ut.py: Ensure we use bytesTom Rini1-3/+3
2019-10-31test/py: Manual python3 fixesTom Rini5-12/+19
2019-10-31test/py: Automated conversion to Python 3Tom Rini8-80/+71
2019-10-31test/py: Fix pytest4 deprecation warningsMarek Vasut1-18/+12
2019-10-31test/py: Split mark to multiple linesTom Rini2-4/+9
2019-10-15dm: Tidy up dump output when there are many devicesPatrick Delaunay1-1/+1
2019-10-15pytest: vboot: add a test for required keyPhilippe Reynes2-0/+103
2019-08-20test/py: Add cmd_memory dependency back to test_mmc_wrMichal Simek1-1/+1
2019-08-09test/py: Fix MMC/SD block write test dependencyMichal Simek1-1/+1
2019-08-08test/py: avb: Move AVB test to android dirSam Protsenko1-0/+0
2019-08-07fit: Do not automatically decompress ramdisk imagesJulius Werner1-1/+9
2019-07-31test/py: add MMC/SD block write testJean-Jacques Hiblot1-0/+105
2019-07-29fit: Support compression for non-kernel components (e.g. FDT)Julius Werner1-4/+25
2019-07-24test/py: Add base test case for A/B updatesRuslan Trofymenko1-0/+75
2019-07-24treewide: Fix stale references of Android docsEugeniu Rosca1-1/+1
2019-07-18test/py: gpt: Use long options for sgdiskSam Protsenko1-4/+7
2019-07-11test: check u-boot properties in SPL device treePatrick Delaunay1-0/+28
2019-07-06test/py: not all boards support UEFI runtime resetHeinrich Schuchardt1-4/+0
2019-07-06test/py: error message test_efi_selftest_device_treeHeinrich Schuchardt1-1/+1