aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests
AgeCommit message (Expand)AuthorFilesLines
2016-07-16test: Adjust the of-platdata test run conditionSimon Glass1-1/+1
2016-07-15Merge git://git.denx.de/u-boot-dmTom Rini1-0/+42
2016-07-14dm: Add a test for of-platdataSimon Glass1-0/+42
2016-07-14test: Convert the vboot test to test/pySimon Glass7-0/+376
2016-07-08test/py: fix CONFIG_ testsStephen Warren2-5/+5
2016-06-19test/py: fix printenv signon message disable codeStephen Warren1-1/+2
2016-06-09tests: py: disable main_signon check for printenv cmdHeiko Schocher1-1/+5
2016-05-06test/py: dfu: wait for USB device to go away at bootStephen Warren1-0/+2
2016-04-25tests: py: dfu: Provide functionality to set test and dummy files alt settingsLukasz Majewski1-5/+21
2016-04-25tests: py: dfu: Add functionality to set different u-boot's dfu env variableLukasz Majewski1-1/+13
2016-04-25tests: py: dfu: Add variables to store dfu alt numbers for test and dummy filesLukasz Majewski1-4/+8
2016-04-11test/py: Add support for loading image via tftp to specified locationMichal Simek1-1/+5
2016-02-26test/py: skip tests that require large CONFIG_SYS_MAXARGSStephen Warren1-0/+8
2016-02-15test/py: run all "ut" subtestsStephen Warren1-0/+29
2016-02-08test/py: support running sandbox under gdbserverStephen Warren1-3/+4
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: Provide custom IDs when parametrizing testsStephen Warren2-0/+6
2016-01-28test/py: Quote consistencyStephen Warren3-4/+4
2016-01-28test/py: use " for docstringsStephen Warren12-89/+89
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: add a networking testStephen Warren1-0/+153
2016-01-28test/py: move find_ram_base() into u_boot_utilsStephen Warren1-2/+3
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: move U-Boot respawn trigger to the test coreStephen Warren3-8/+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 Warren3-0/+43