summaryrefslogtreecommitdiff
path: root/test/py
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xilinx-for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-161-0/+31
|\
| * test/py: hush_if_test: Add tests to cover octal/hex valuesMichal Simek2020-01-141-0/+31
* | test/py: use valid device tree in test_fit.pyHeinrich Schuchardt2020-01-151-3/+6
|/
* test/py: Create a test for launching UEFI binaries from FIT imagesCristian Ciocaltea2020-01-071-0/+458
* test/py: describe env__efi_loader_helloworld_fileHeinrich Schuchardt2020-01-071-3/+4
* test/py: Fix broken 'notbuildconfigspec' markerCristian Ciocaltea2020-01-071-1/+1
* Merge branch 'next'WIP/06Jan2020Tom Rini2020-01-061-12/+27
|\
| * test.py: Make search for autoconf.mk more permissiveSimon Glass2019-12-101-12/+27
* | test: Fix the boardspec for the SPL handoff testSimon Glass2020-01-021-1/+1
* | test_env: don't strip() printenv resultsStephen Warren2020-01-021-1/+1
|/
* test/py: test_fs: add tests for creating/deleting many filesAKASHI Takahiro2019-12-051-0/+84
* test/py: Use raw strings more to avoid deprecation warningsTom Rini2019-10-302-6/+3
* test/py: Update docs, add requirements.txt for pipTom Rini2019-10-302-21/+48
* test/py: Rework test.py to be a different kind of wrapperTom Rini2019-10-301-16/+4
* test/py: Update test_fs to decode check_output callsTom Rini2019-10-301-12/+12
* test/py: test_efi_selftest.py: Updates for python 3 supportTom Rini2019-10-301-18/+18
* test/py: test_ut.py: Ensure we use bytesTom Rini2019-10-301-3/+3
* test/py: Manual python3 fixesTom Rini2019-10-305-12/+19
* test/py: Automated conversion to Python 3Tom Rini2019-10-308-80/+71
* test/py: Fix pytest4 deprecation warningsMarek Vasut2019-10-301-18/+12
* test/py: Split mark to multiple linesTom Rini2019-10-302-4/+9
* dm: Tidy up dump output when there are many devicesPatrick Delaunay2019-10-151-1/+1
* pytest: vboot: add a test for required keyPhilippe Reynes2019-10-152-0/+103
* test/py: Add cmd_memory dependency back to test_mmc_wrWIP/2019-08-20-master-importsMichal Simek2019-08-201-1/+1
* test/py: Fix MMC/SD block write test dependencyMichal Simek2019-08-091-1/+1
* test/py: avb: Move AVB test to android dirSam Protsenko2019-08-071-0/+0
* fit: Do not automatically decompress ramdisk imagesJulius Werner2019-08-071-1/+9
* test/py: add MMC/SD block write testJean-Jacques Hiblot2019-07-311-0/+105
* fit: Support compression for non-kernel components (e.g. FDT)Julius Werner2019-07-291-4/+25
* test/py: Add base test case for A/B updatesRuslan Trofymenko2019-07-241-0/+75
* treewide: Fix stale references of Android docsEugeniu Rosca2019-07-241-1/+1
* test/py: gpt: Use long options for sgdiskSam Protsenko2019-07-181-4/+7
* test: check u-boot properties in SPL device treePatrick Delaunay2019-07-101-0/+28
* test/py: not all boards support UEFI runtime resetHeinrich Schuchardt2019-07-061-4/+0
* test/py: error message test_efi_selftest_device_treeHeinrich Schuchardt2019-07-061-1/+1
* test/py: don't use mmc_rd config for other mmc testsStephen Warren2019-05-091-19/+66
* avb: add support for named persistent valuesIgor Opaniuk2019-04-261-0/+16
* efi_selftest: do not run FDT test with ACPI table.Heinrich Schuchardt2019-04-231-1/+2
* test/py: pytest.mark.notbuildconfigspec()Heinrich Schuchardt2019-04-232-5/+10
* test: py: Extend fpga test with fit image with external dataMichal Simek2019-04-161-0/+13
* test.py: Disable fsck for FAT tests for nowTom Rini2019-04-101-2/+0
* test/py: mmc: Add 'mmc read' performance checkMarek Vasut2019-04-091-0/+11
* test/py: mmc: Add 'mmc info' testMarek Vasut2019-04-091-0/+37
* test/py: mmc: Add 'mmc rescan' testMarek Vasut2019-04-091-0/+26
* test/py: mmc: Add 'mmc dev' testMarek Vasut2019-04-091-0/+21
* test/py: mmc: Factor out device selectionMarek Vasut2019-04-091-11/+27
* test: fs: Added tests for symlinksJean-Jacques Hiblot2019-04-093-0/+208
* test: fs: Add filesystem integrity checksJean-Jacques Hiblot2019-04-095-3/+48
* test: fs: disable the metadata checksums on ext4 filesystemsJean-Jacques Hiblot2019-04-091-0/+2
* efi_loader: correct CTRL-A - CTRL-Z console inputHeinrich Schuchardt2019-04-071-1/+1