]> git.ipfire.org Git - people/ms/u-boot.git/history - test/py
test/py: pass test DTB to sandbox
[people/ms/u-boot.git] / test / py /
2016-01-29  Stephen Warrentest/py: pass test DTB to sandbox
2016-01-29  Stephen Warrentest/py: correctly log xfail/xpass tests
2016-01-29  Stephen Warrentest/py: detect another "bad pattern" in console output
2016-01-29  Stephen Warrentest/py: check for bad patterns everywhere we wait
2016-01-29  Stephen Warrentest.py: calculate bad patterns on change only
2016-01-29  Stephen Warrentest/py: fix spawn.expect multiple match handling
2016-01-29  Stephen Warrentest/py: Provide custom IDs when parametrizing tests
2016-01-29  Stephen Warrentest/py: Quote consistency
2016-01-29  Stephen Warrentest/py: use " for docstrings
2016-01-29  Stephen Warrentest/py: make net test aware of USB and PCI enumeration
2016-01-29  Stephen Warrentest/py: dfu: error out if USB device already exists
2016-01-29  Stephen Warrentest/py: make crash detection more robust
2016-01-29  Stephen Warrentest/py: add a networking test
2016-01-29  Stephen Warrentest/py: move find_ram_base() into u_boot_utils
2016-01-29  Stephen Warrentest/py: add DFU test
2016-01-29  Stephen Warrentest/py: ums: add filesystem-based testing
2016-01-29  Stephen Warrentest/py: add various utility code
2016-01-29  Stephen Warrentest/py: optionally ignore errors from shell commands
2016-01-29  Stephen Warrentest/py: log when tests send CTRL-C
2016-01-29  Stephen Warrentest/py: drain console log at the end of any failed...
2016-01-29  Stephen Warrentest/py: move U-Boot respawn trigger to the test core
2016-01-29  Stephen Warrentest/py: fix timeout to be absolute
2016-01-21  Tom RiniMerge git://git.denx.de/u-boot-dm
2016-01-21  Stephen Warrentest/py: add a test for the sleep command
2016-01-21  Stephen Warrentest/py: test the ums command
2016-01-21  Stephen Warrentest/py: test the shell if command
2016-01-21  Stephen Warrentest/py: add test of basic shell functionality
2016-01-21  Stephen Warrentest/py: test the md/mw commands
2016-01-21  Stephen Warrentest/py: add test of setenv/printenv/echo
2016-01-21  Stephen Warrentest/py: test that sandbox exits when asked
2016-01-21  Stephen Warrentest/py: Implement pytest infrastructure