summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-06-12tools/tbot: update READMEHeiko Schocher
2017-06-12test: bus: Add a check that dev is not NULLSimon Glass
2017-06-12test: wdt: Add a check that dev is not NULLSimon Glass
2017-06-12test: pwm: Add a check that dev is not NULLSimon Glass
2017-06-09dm: blk: Add a way to obtain a block device from its parentSimon Glass
2017-06-05test: py: hush: Add echo dependencyMichal Simek
2017-06-05test: py: Use global pytestmark for hush testsMichal Simek
2017-06-01dm: phy: Update tests to use ut_asserteq()Simon Glass
2017-06-01dm: test: Disable the fdt_offset test with livetreeSimon Glass
2017-06-01dm: test: Separate out the bus DT offset testSimon Glass
2017-06-01test: Update 'make test' to run more testsSimon Glass
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass
2017-06-01dm: test: Add support for running tests with livetreeSimon Glass
2017-06-01dm: test: Show the test filename when runningSimon Glass
2017-06-01dm: test: Move test running code into a separate functionSimon Glass
2017-06-01sandbox: Add a way to reset sandbox state for testsSimon Glass
2017-06-01dm: core: Scan the live tree when setting up driver modelSimon Glass
2017-06-01dm: blk: Improve block device claimingSimon Glass
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass
2017-05-22test: py: Add cmd_echo dependencyMichal Simek
2017-05-10dm: sandbox: pwm: add test for pwm_set_invert()Kever Yang
2017-05-09dm: test: Add tests for the generic PHY uclassJean-Jacques Hiblot
2017-05-08dm: Simple Watchdog uclassmaxims@google.com
2017-04-27dm: sandbox: pwm: Add a basic pwm testSimon Glass
2017-04-15dm: led: Add support for blinking LEDsSimon Glass
2017-04-15dm: led: Support toggling LEDsSimon Glass
2017-04-15dm: led: Add support for getting the state of an LEDSimon Glass
2017-04-15dm: led: Adjust the LED uclassSimon Glass
2017-04-05dm: test: Add test for device removalStefan Roese
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese
2017-03-20test-fit.py: Minor grammar/spelling/clarification tweaksRobert P. J. Day
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-11-27travis: Add efi_loader grub2 testAlexander Graf
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf
2016-11-26tests: Add efi_loader hello world testAlexander Graf
2016-11-26tests: net: Offset downloads to 4MBAlexander Graf
2016-11-21fs-test.sh: Update expected resultsStefan Brüns
2016-11-21test/py: expose config and log as session scoped fixtureStefan Brüns
2016-10-23test/py: ensure a log section exists for skipped testsStephen Warren
2016-10-14test/py/tests/test_sleep.py: Add check for CONFIG_CMD_MISCTom Rini
2016-10-14Merge git://git.denx.de/u-boot-fdtTom Rini
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass
2016-10-13test: add NFS download testGuillaume GARDET
2016-09-23fs-test.sh: Update expected resultsTom Rini
2016-09-23test/fs: Check writes using "." (same dir) relative pathStefan Brüns
2016-09-23test/fs: Check ext4 behaviour if dirent is first entry in directory blockStefan Brüns
2016-09-23test/fs: strip noise from filesystem code prior to checking resultsStefan Brüns
2016-09-23test/fs: remove use of undefined WRITE_FILE variableStefan Brüns
2016-09-23test/fs: Restructure file path specification to allow some flexibilityStefan Brüns
2016-09-22test/py/tests/test_vboot.py: Add check that we boot the imageTom Rini