]> git.ipfire.org Git - people/ms/u-boot.git/commit
test: Convert the vboot test to test/py
authorSimon Glass <sjg@chromium.org>
Sun, 3 Jul 2016 15:40:46 +0000 (09:40 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jul 2016 22:22:40 +0000 (18:22 -0400)
commit8729d582595dc0a9a666310f9f6001f815684f73
treea1733a592f196e4307e5ccd1d34f6496db3b4e2f
parent1152a05ee6593bf3036337cd18edd355589ea3a8
test: Convert the vboot test to test/py

Now that we have a suitable test framework we should move all tests into it.
The vboot test is a suitable candidate. Rewrite it in Python and move the
data files into an appropriate directory.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/README
test/py/tests/test_vboot.py [new file with mode: 0644]
test/py/tests/vboot/sandbox-kernel.dts [moved from test/vboot/sandbox-kernel.dts with 100% similarity]
test/py/tests/vboot/sandbox-u-boot.dts [moved from test/vboot/sandbox-u-boot.dts with 100% similarity]
test/py/tests/vboot/sign-configs-sha1.its [moved from test/vboot/sign-configs-sha1.its with 100% similarity]
test/py/tests/vboot/sign-configs-sha256.its [moved from test/vboot/sign-configs-sha256.its with 100% similarity]
test/py/tests/vboot/sign-images-sha1.its [moved from test/vboot/sign-images-sha1.its with 100% similarity]
test/py/tests/vboot/sign-images-sha256.its [moved from test/vboot/sign-images-sha256.its with 100% similarity]
test/vboot/.gitignore [deleted file]
test/vboot/vboot_test.sh [deleted file]