summaryrefslogtreecommitdiff
path: root/test/rollback_entropy.tasklist
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-05-11 15:19:14 -0700
committerCommit Bot <commit-bot@chromium.org>2020-05-14 19:51:39 +0000
commit9905ce8f6ad08810b0bd60f55981d9734e13e845 (patch)
tree771fc21d284c674d252e3ed95981fe18889c629e /test/rollback_entropy.tasklist
parent675f3a1a481aae3247e2d2af3e603b149cdaf4aa (diff)
downloadchrome-ec-9905ce8f6ad08810b0bd60f55981d9734e13e845.tar.gz
test: Add rollback entropy on-device unit test
This unit test validates the behavior of adding entropy to rollback. BRANCH=none BUG=b:151105339 TEST=make BOARD=bloonchipper test-rollback_entropy -j && ./util/flash_jlink.py --board bloonchipper --image ./build/bloonchipper/rollback_entropy/rollback_entropy.bin Dragonclaw console: > reboot ro > runtest Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I0532104d483e3a8c16c2c3b9fd7fef8554eaadad Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2197620
Diffstat (limited to 'test/rollback_entropy.tasklist')
-rw-r--r--test/rollback_entropy.tasklist9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/rollback_entropy.tasklist b/test/rollback_entropy.tasklist
new file mode 100644
index 0000000000..51734f058d
--- /dev/null
+++ b/test/rollback_entropy.tasklist
@@ -0,0 +1,9 @@
+/* Copyright 2020 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/**
+ * See CONFIG_TASK_LIST in config.h for details.
+ */
+#define CONFIG_TEST_TASK_LIST /* no tasks */