summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-07-03 15:40:46 (GMT)
committerTom Rini <trini@konsulko.com>2016-07-14 22:22:40 (GMT)
commit8729d582595dc0a9a666310f9f6001f815684f73 (patch)
treea1733a592f196e4307e5ccd1d34f6496db3b4e2f /test/README
parent1152a05ee6593bf3036337cd18edd355589ea3a8 (diff)
downloadu-boot-fsl-qoriq-8729d582595dc0a9a666310f9f6001f815684f73.tar.xz
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>
Diffstat (limited to 'test/README')
-rw-r--r--test/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/README b/test/README
index 6cfee05..ee55972 100644
--- a/test/README
+++ b/test/README
@@ -58,7 +58,6 @@ There are several ad-hoc tests which run outside the pytest environment:
test/image - FIT and lagacy image tests (shell script and Python)
test/stdint - A test that stdint.h can be used in U-Boot (shell script)
trace - Test for the tracing feature (shell script)
- vboot - Test for verified boot (shell script)
The above should be converted to run as part of the pytest suite.