aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2017-07-22tests: test_dfu.py: Add example udev rule for host_usb_dev_nodeTom Rini1-0/+7
2017-07-11sandbox: Stop printing platdata at the start of SPLSimon Glass1-29/+1
2017-07-11test: Add a test for snprintf() and the banner/versionSimon Glass2-0/+84
2017-07-11dm: core: Add uclass_first/next_device_check()Simon Glass1-0/+80
2017-07-11dm: core: Test uclass_first/next_device() on probe failureSimon Glass1-0/+72
2017-06-12tools/tbot: update READMEHeiko Schocher1-1/+1
2017-06-12test: bus: Add a check that dev is not NULLSimon Glass1-0/+3
2017-06-12test: wdt: Add a check that dev is not NULLSimon Glass1-0/+1
2017-06-12test: pwm: Add a check that dev is not NULLSimon Glass1-0/+1
2017-06-09dm: blk: Add a way to obtain a block device from its parentSimon Glass1-0/+18
2017-06-05test: py: hush: Add echo dependencyMichal Simek1-0/+2
2017-06-05test: py: Use global pytestmark for hush testsMichal Simek1-4/+2
2017-06-01dm: phy: Update tests to use ut_asserteq()Simon Glass1-6/+9
2017-06-01dm: test: Disable the fdt_offset test with livetreeSimon Glass1-1/+2
2017-06-01dm: test: Separate out the bus DT offset testSimon Glass1-1/+15
2017-06-01test: Update 'make test' to run more testsSimon Glass1-1/+7
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass1-2/+36
2017-06-01dm: test: Add support for running tests with livetreeSimon Glass1-7/+16
2017-06-01dm: test: Show the test filename when runningSimon Glass1-1/+2
2017-06-01dm: test: Move test running code into a separate functionSimon Glass1-24/+32
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass1-0/+1
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass1-2/+2
2017-06-01dm: blk: Improve block device claimingSimon Glass1-2/+37
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass1-0/+21
2017-05-22test: py: Add cmd_echo dependencyMichal Simek2-0/+7
2017-05-10dm: sandbox: pwm: add test for pwm_set_invert()Kever Yang1-0/+1
2017-05-09dm: test: Add tests for the generic PHY uclassJean-Jacques Hiblot2-0/+113
2017-05-08dm: Simple Watchdog uclassmaxims@google.com2-0/+41
2017-04-27dm: sandbox: pwm: Add a basic pwm testSimon Glass2-0/+33
2017-04-14dm: led: Add support for blinking LEDsSimon Glass1-0/+24
2017-04-14dm: led: Support toggling LEDsSimon Glass1-0/+25
2017-04-14dm: led: Add support for getting the state of an LEDSimon Glass1-0/+2
2017-04-14dm: led: Adjust the LED uclassSimon Glass1-2/+3
2017-04-04dm: test: Add test for device removalStefan Roese2-0/+77
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese4-14/+14
2017-03-20test-fit.py: Minor grammar/spelling/clarification tweaksRobert P. J. Day1-5/+8
2017-02-08dm: core: Replace of_offset with accessorSimon Glass2-5/+5
2016-11-27travis: Add efi_loader grub2 testAlexander Graf1-10/+47
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf1-1/+1
2016-11-26tests: Add efi_loader hello world testAlexander Graf1-0/+158
2016-11-26tests: net: Offset downloads to 4MBAlexander Graf1-2/+2
2016-11-21fs-test.sh: Update expected resultsStefan Brüns1-3/+3
2016-11-21test/py: expose config and log as session scoped fixtureStefan Brüns1-0/+26
2016-10-23test/py: ensure a log section exists for skipped testsStephen Warren1-1/+12
2016-10-14test/py/tests/test_sleep.py: Add check for CONFIG_CMD_MISCTom Rini1-0/+2
2016-10-13Merge git://git.denx.de/u-boot-fdtTom Rini1-1/+4
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-1/+4
2016-10-13test: add NFS download testGuillaume GARDET1-0/+49
2016-09-23fs-test.sh: Update expected resultsTom Rini1-7/+7
2016-09-23test/fs: Check writes using "." (same dir) relative pathStefan Brüns1-1/+28