summaryrefslogtreecommitdiff
path: root/test/usb_prl_old.tasklist
diff options
context:
space:
mode:
authorPaul Fagerburg <pfagerburg@google.com>2020-06-17 12:54:04 -0600
committerCommit Bot <commit-bot@chromium.org>2020-06-18 01:22:21 +0000
commitc56845ec82e8d2b204e01f51e6ac7c148e27a752 (patch)
tree3837ab8958b63a9182cd8031896b4cd2d9770253 /test/usb_prl_old.tasklist
parentf2fed78c16c99689b6deaca5bd7e57ebe9f00de0 (diff)
downloadchrome-ec-c56845ec82e8d2b204e01f51e6ac7c148e27a752.tar.gz
test: rename usb_prl to usb_prl_old
In preparation for moving the usb_prl unit test from the simulation to mocks, rename the current test to _old. We will set up a new usb_prl test that uses mocks and move the tests over in a controlled fashion. BUG=b:158608129 BRANCH=None TEST=`TEST_LIST_HOST=usb_prl make runhosttests` works. Signed-off-by: Paul Fagerburg <pfagerburg@google.com> Change-Id: I4639be16c64ca9b79b1c001518df81ca40cf1527 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2250659 Tested-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org> Commit-Queue: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'test/usb_prl_old.tasklist')
-rw-r--r--test/usb_prl_old.tasklist10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/usb_prl_old.tasklist b/test/usb_prl_old.tasklist
new file mode 100644
index 0000000000..eb41326e3e
--- /dev/null
+++ b/test/usb_prl_old.tasklist
@@ -0,0 +1,10 @@
+/* Copyright 2019 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_TEST_TASK_LIST in config.h for details.
+ */
+#define CONFIG_TEST_TASK_LIST \
+ TASK_TEST(PD_C0, pd_task, NULL, LARGER_TASK_STACK_SIZE)