summaryrefslogtreecommitdiff
path: root/tests/futility
diff options
context:
space:
mode:
authorNicolas Boichat <drinkcat@google.com>2017-02-07 11:40:59 +0800
committerchrome-bot <chrome-bot@chromium.org>2017-02-18 00:39:28 -0800
commit83bd850f3fd45648bb811f6080efac396c8a2062 (patch)
tree3e22a3c7755002b5dbe55eb0ce951afc4ab24899 /tests/futility
parent94bd5c5069e6ca0c99754f39152bd4e059968904 (diff)
downloadvboot-firmware-cr50-mp-9311.B.tar.gz
This also adds the required tests (keys, testcases). BRANCH=none BUG=chromium:684354 TEST=make runtests Change-Id: I5e148f8792ea325f813d76089271f3c4bcc2935d Reviewed-on: https://chromium-review.googlesource.com/438951 Commit-Ready: Nicolas Boichat <drinkcat@chromium.org> Tested-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'tests/futility')
-rwxr-xr-xtests/futility/test_show_rwsig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/futility/test_show_rwsig.sh b/tests/futility/test_show_rwsig.sh
index 7ff25571..915842d6 100755
--- a/tests/futility/test_show_rwsig.sh
+++ b/tests/futility/test_show_rwsig.sh
@@ -13,7 +13,7 @@ DATADIR="${SCRIPTDIR}/data"
TESTKEYS=${SRCDIR}/tests/testkeys
# Do not test 8192 as the signature length is > 1024 bytes
-SIGS="1024 2048 4096"
+SIGS="1024 2048 4096 2048_exp3"
HASHES="SHA1 SHA256 SHA512"
set -o pipefail