1. b7a7c41 test/py: add test for whitelist of variables while importing environment by Quentin Schulz · 6 years ago
  2. f4eef40 test/py: remove hacks for non-zero RAM base address in tests by Quentin Schulz · 6 years ago
  3. 1703fbe Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  4. 72239fc vboot: Add FIT_SIGNATURE_MAX_SIZE protection by Teddy Reed · 6 years ago
  5. 8793631 test/py: vboot: Remove stderr redirect from openssl command by Paul Burton · 7 years ago
  6. 9f9e8a4 test/py: hush_if_test: Use open() in place of file() by Paul Burton · 7 years ago
  7. 57bf9be test/py: fit: Open files as binary files by Paul Burton · 7 years ago
  8. dffd56d test/py: Make print statements python 3.x safe by Paul Burton · 7 years ago
  9. 4e899d8 test_avb: Add pymark.buildconfigspec information for the AVB tests by Tom Rini · 6 years ago
  10. f96c948 test/py: avb2.0: add tests for avb commands by Igor Opaniuk · 6 years ago
  11. 680a52c tests: Make test_log.py tests depend on cmd_log not log by Tom Rini · 6 years ago
  12. 2dffe1c test/py: add TPMv2.x test suite by Miquel Raynal · 6 years ago
  13. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  14. 06c3d5b efi_selftest: check installation of the device tree by Heinrich Schuchardt · 7 years ago
  15. 7f9b50a test/py: add spi_flash tests by Liam Beguin · 7 years ago
  16. 4bdc90f test/py: add MMC/SD block read test by Stephen Warren · 7 years ago
  17. aa4e0e0 log: Add tests for the new log features by Simon Glass · 7 years ago
  18. deca50f log: Update log_console to honour the log format by Simon Glass · 7 years ago
  19. 3e229a8 test/py: Setup variables based on HUSH selection by Stephen Warren · 7 years ago
  20. 040f5f1 test: py: Add an option to skip sleep test by Michal Simek · 7 years ago
  21. f031464 test/py: gpt: update size of gpt partition by Patrick Delaunay · 7 years ago
  22. 20faa27 log: test: Add a pytest for logging by Simon Glass · 7 years ago
  23. 45055aa test/py: check return code of helloworld by Heinrich Schuchardt · 7 years ago
  24. 83dee94 test/py: fix typo in test_efi_loader.py by Heinrich Schuchardt · 7 years ago
  25. df172e1 test/py: test reboot by EFI watchdog by Heinrich Schuchardt · 7 years ago
  26. ac122ef test/py: regenerate persistent GPT image if code changes by Stephen Warren · 7 years ago
  27. 3a2605f cmd: gpt: solve issue for swap and rename command by Patrick Delaunay · 7 years ago
  28. 0cf02ff test/py: gpt: test start LBA for sub-command rename and swap by Patrick Delaunay · 7 years ago
  29. b61a3b5 test/py: gpt: add test for sub-command write by Patrick Delaunay · 7 years ago
  30. 30ef7cb test/py: gpt: add test for sub-command read and verify by Patrick Delaunay · 7 years ago
  31. da4c4bb test/py: gpt: copy persistent file by Patrick Delaunay · 7 years ago
  32. 6c7c3dc test/py/tests/test_sleep.py: test time approximately by Heinrich Schuchardt · 7 years ago
  33. 958046f Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 7 years ago
  34. 2d26bf6 test/py: add skip marker for reliance on tools by Stephen Warren · 7 years ago
  35. 38b1b79 test/py: add a test calling the EFI selftest by Heinrich Schuchardt · 7 years ago
  36. 110ba62 test/py: gpt: make use of infra-structure by Stephen Warren · 7 years ago
  37. c577218 add pytests for 'gpt rename' and 'gpt swap' by Alison Chaiken · 7 years ago
  38. a2f4225 add pytests for 'gpt guid' command in sandbox by Alison Chaiken · 7 years ago
  39. 3a37aee test: Move the FIT test into the correct place by Simon Glass · 7 years ago
  40. 845e10d tests: test_dfu.py: Add example udev rule for host_usb_dev_node by Tom Rini · 8 years ago
  41. 2028cc5 sandbox: Stop printing platdata at the start of SPL by Simon Glass · 7 years ago
  42. 5bdb317 test: py: hush: Add echo dependency by Michal Simek · 7 years ago
  43. a5b5481 test: py: Use global pytestmark for hush tests by Michal Simek · 7 years ago
  44. 6b83c38 test: py: Add cmd_echo dependency by Michal Simek · 7 years ago
  45. 0e4e38a travis: Add efi_loader grub2 test by Alexander Graf · 8 years ago
  46. 95b62b2 efi_loader: Allow to compile helloworld.efi w/o bundling it by Alexander Graf · 8 years ago
  47. 4ca4b26 tests: Add efi_loader hello world test by Alexander Graf · 8 years ago
  48. 1bce3ad tests: net: Offset downloads to 4MB by Alexander Graf · 8 years ago
  49. 2b2c6e5 test/py/tests/test_sleep.py: Add check for CONFIG_CMD_MISC by Tom Rini · 8 years ago
  50. 6a2981a test: add NFS download test by Guillaume GARDET · 8 years ago
  51. de4be9e test/py/tests/test_vboot.py: Add check that we boot the image by Tom Rini · 8 years ago
  52. f6d3465 test: Adjust run_command_list() to return a list of strings by Simon Glass · 8 years ago
  53. 27c087d test: Add a function to restart U-Boot by Simon Glass · 8 years ago
  54. 851271a test: vboot: Put each test variant in its own section by Simon Glass · 8 years ago
  55. ac9a23c test: Rename sha to sha_algo and pass it around by Simon Glass · 8 years ago
  56. ec70f8a test: Drop the cmd() function by Simon Glass · 8 years ago
  57. 72f5226 test: Fix typos in comments by Simon Glass · 8 years ago
  58. bcbd0c8 test: Fix typos and tidy up by Simon Glass · 8 years ago
  59. 04a4786 test/py: vboot can be run only at Sandbox by Michal Simek · 8 years ago
  60. c9ba60c test/py: use absolute dts path in vboot test by Stephen Warren · 8 years ago
  61. f60d060 test: Adjust the of-platdata test run condition by Simon Glass · 8 years ago
  62. ebe621d Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  63. b979d3d dm: Add a test for of-platdata by Simon Glass · 8 years ago
  64. 8729d58 test: Convert the vboot test to test/py by Simon Glass · 8 years ago
  65. a82642f test/py: fix CONFIG_ tests by Stephen Warren · 8 years ago
  66. 7a8f886 test/py: fix printenv signon message disable code by Stephen Warren · 8 years ago
  67. da37f00 tests: py: disable main_signon check for printenv cmd by Heiko Schocher · 8 years ago
  68. daa69f5 test/py: dfu: wait for USB device to go away at boot by Stephen Warren · 8 years ago
  69. f3a87f5 tests: py: dfu: Provide functionality to set test and dummy files alt settings by Lukasz Majewski · 8 years ago
  70. 8eb3752 tests: py: dfu: Add functionality to set different u-boot's dfu env variable by Lukasz Majewski · 8 years ago
  71. c6eb899 tests: py: dfu: Add variables to store dfu alt numbers for test and dummy files by Lukasz Majewski · 8 years ago
  72. 3ba1352 test/py: Add support for loading image via tftp to specified location by Michal Simek · 9 years ago
  73. 24862c6 test/py: skip tests that require large CONFIG_SYS_MAXARGS by Stephen Warren · 9 years ago
  74. 1cd85f5 test/py: run all "ut" subtests by Stephen Warren · 9 years ago
  75. 89ab841 test/py: support running sandbox under gdbserver by Stephen Warren · 9 years ago
  76. 26db3a6 test/py: dfu: allow boardenv to specify test sizes by Stephen Warren · 9 years ago
  77. db261f0 test/py: fix a couple typos in comments by Stephen Warren · 9 years ago
  78. d20e5e9 test/py: Provide custom IDs when parametrizing tests by Stephen Warren · 9 years ago
  79. a2ec560 test/py: Quote consistency by Stephen Warren · 9 years ago
  80. e8debf3 test/py: use " for docstrings by Stephen Warren · 9 years ago
  81. 56382a8 test/py: make net test aware of USB and PCI enumeration by Stephen Warren · 9 years ago
  82. be1df82 test/py: dfu: error out if USB device already exists by Stephen Warren · 9 years ago
  83. e5bb279 test/py: add a networking test by Stephen Warren · 9 years ago
  84. 0526610 test/py: move find_ram_base() into u_boot_utils by Stephen Warren · 9 years ago
  85. f5d196d test/py: add DFU test by Stephen Warren · 9 years ago
  86. d054f4c test/py: ums: add filesystem-based testing by Stephen Warren · 9 years ago
  87. 636f38d test/py: move U-Boot respawn trigger to the test core by Stephen Warren · 9 years ago
  88. 1c8b4d5 test/py: add a test for the sleep command by Stephen Warren · 9 years ago
  89. 3045d7f test/py: test the ums command by Stephen Warren · 9 years ago
  90. cc156f3 test/py: test the shell if command by Stephen Warren · 9 years ago
  91. 8b86c60 test/py: add test of basic shell functionality by Stephen Warren · 9 years ago
  92. 98cee89 test/py: test the md/mw commands by Stephen Warren · 9 years ago
  93. 5ab097a test/py: add test of setenv/printenv/echo by Stephen Warren · 9 years ago
  94. 472040d test/py: test that sandbox exits when asked by Stephen Warren · 9 years ago
  95. d201506 test/py: Implement pytest infrastructure by Stephen Warren · 9 years ago