]> git.ipfire.org Git - people/ms/u-boot.git/commit
test:dfu: Add test scripts for testing DFU regression
authorLukasz Majewski <l.majewski@samsung.com>
Wed, 18 Jun 2014 09:38:56 +0000 (11:38 +0200)
committerTom Rini <trini@ti.com>
Sat, 9 Aug 2014 15:16:59 +0000 (11:16 -0400)
commita4c86bbb5ae89606d5318be4e2a6ae23110bb220
treedba76eaaa824ec23bf28000eef7e0213fb880ea8
parent6f12ebf6ea7bcae1b6d9ff090b5c1e7452be90e9
test:dfu: Add test scripts for testing DFU regression

This commit adds test scripts for testing if any commit has introduced
regression to the DFU subsystem.

It uses md5 to test if sent and received file is correct.
The test detailed description is available at README file.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
test/dfu/README [new file with mode: 0644]
test/dfu/dfu_gadget_test.sh [new file with mode: 0755]
test/dfu/dfu_gadget_test_init.sh [new file with mode: 0755]