]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Correct sandbox filesystem commands in FIT image test
authorSimon Glass <sjg@chromium.org>
Fri, 22 Aug 2014 20:26:44 +0000 (14:26 -0600)
committerTom Rini <trini@ti.com>
Thu, 28 Aug 2014 21:18:48 +0000 (17:18 -0400)
commitdfe6f4d684ae6ef94615ff15c661a3da9560deeb
tree15e269901079accb9a21667f85fa61278c13ee74
parentfe20a81a6802bb871f4c3c46534310519c7d86d3
Correct sandbox filesystem commands in FIT image test

The host filesystem name has changed, so update the tests. The tests now
run again correctly:

$ make O=b/sandbox sandbox_defconfig all
...
$ test/image/test-fit.py -u b/sandbox/u-boot
FIT Tests

=========
Kernel load
Kernel + FDT load
Kernel + FDT + Ramdisk load

Tests passed
Caveat: this is only a sanity check - test coverage is poor

Signed-off-by: Simon Glass <sjg@chromium.org>
test/image/test-fit.py