aboutsummaryrefslogtreecommitdiff
path: root/test/py
AgeCommit message (Expand)AuthorFilesLines
2016-02-26test/py: skip tests that require large CONFIG_SYS_MAXARGSStephen Warren1-0/+8
2016-02-26test/py: use space to interrupt autobootStephen Warren1-1/+1
2016-02-25test/py: Add option to skip SPL signature checkingMichal Simek1-1/+3
2016-02-24test/py: only check for SPL signature if SPL uses serial outputHeiko Schocher1-2/+7
2016-02-15test/py: put "Starting U-Boot" into separate log sectionStephen Warren1-1/+3
2016-02-15test/py: handle exceptions in console creationStephen Warren2-7/+15
2016-02-15test/py: print summary in test orderStephen Warren1-8/+8
2016-02-15test/py: fix CONFIG_SPL testStephen Warren1-1/+1
2016-02-15test/py: don't import pexpectStephen Warren1-1/+0
2016-02-15test/py: add docs for gdbserver and pytest optionsStephen Warren1-4/+56
2016-02-15test/py: run all "ut" subtestsStephen Warren2-24/+108
2016-02-09test/py: capture the entire U-Boot version at bootStephen Warren1-8/+3
2016-02-09test/py: fix off-by-one error in spawn matching codeStephen Warren1-1/+1
2016-02-09test/py: HTML awesome!Stephen Warren4-78/+178
2016-02-09test/py: exit(1) if there are problems running py.testStephen Warren1-0/+1
2016-02-08test/py: support running sandbox under gdbserverStephen Warren5-9/+26
2016-01-28test/py: dfu: allow boardenv to specify test sizesStephen Warren1-2/+10
2016-01-28test/py: fix a couple typos in commentsStephen Warren1-2/+2
2016-01-28test/py: run sandbox in source directoryStephen Warren2-3/+7
2016-01-28test/py: pass test DTB to sandboxStephen Warren1-1/+6
2016-01-28test/py: correctly log xfail/xpass testsStephen Warren3-24/+74
2016-01-28test/py: detect another "bad pattern" in console outputStephen Warren1-0/+2
2016-01-28test/py: check for bad patterns everywhere we waitStephen Warren1-7/+19
2016-01-28test.py: calculate bad patterns on change onlyStephen Warren1-24/+25
2016-01-28test/py: fix spawn.expect multiple match handlingStephen Warren1-1/+1
2016-01-28test/py: Provide custom IDs when parametrizing testsStephen Warren3-1/+13
2016-01-28test/py: Quote consistencyStephen Warren5-42/+42
2016-01-28test/py: use " for docstringsStephen Warren19-245/+245
2016-01-28test/py: make net test aware of USB and PCI enumerationStephen Warren1-13/+15
2016-01-28test/py: dfu: error out if USB device already existsStephen Warren1-0/+6
2016-01-28test/py: make crash detection more robustStephen Warren1-13/+7
2016-01-28test/py: add a networking testStephen Warren1-0/+153
2016-01-28test/py: move find_ram_base() into u_boot_utilsStephen Warren3-39/+41
2016-01-28test/py: add DFU testStephen Warren1-0/+262
2016-01-28test/py: ums: add filesystem-based testingStephen Warren1-48/+188
2016-01-28test/py: add various utility codeStephen Warren2-0/+190
2016-01-28test/py: optionally ignore errors from shell commandsStephen Warren1-2/+6
2016-01-28test/py: log when tests send CTRL-CStephen Warren1-0/+1
2016-01-28test/py: drain console log at the end of any failed testStephen Warren2-0/+39
2016-01-28test/py: move U-Boot respawn trigger to the test coreStephen Warren6-12/+8
2016-01-28test/py: fix timeout to be absoluteStephen Warren1-1/+6
2016-01-20test/py: add a test for the sleep commandStephen Warren1-0/+24
2016-01-20test/py: test the ums commandStephen Warren1-0/+94
2016-01-20test/py: test the shell if commandStephen Warren1-0/+154
2016-01-20test/py: add test of basic shell functionalityStephen Warren1-0/+42
2016-01-20test/py: test the md/mw commandsStephen Warren1-0/+36
2016-01-20test/py: add test of setenv/printenv/echoStephen Warren1-0/+221
2016-01-20test/py: test that sandbox exits when askedStephen Warren1-0/+24
2016-01-20test/py: Implement pytest infrastructureStephen Warren14-0/+2090