summaryrefslogtreecommitdiff
path: root/test/usb_pe_drp_old_noextended.tasklist
diff options
context:
space:
mode:
authorPaul Fagerburg <pfagerburg@google.com>2020-08-14 16:41:22 -0600
committerCommit Bot <commit-bot@chromium.org>2020-08-17 20:48:15 +0000
commit14c16ab26538d3e95b2b734ffaf15b49fd9caca8 (patch)
tree376f89e2f172bc96b60e21190c972101be56b780 /test/usb_pe_drp_old_noextended.tasklist
parent84c97f043260e0b06b585ae2a46cc4e9977e0ccd (diff)
downloadchrome-ec-14c16ab26538d3e95b2b734ffaf15b49fd9caca8.tar.gz
test: rename usb_pe_drp to usb_pe_drp_old
Rename the current usb_pe_drp test to usb_pe_drp_old. There will be a new usb_pe_drp test that uses mocks and we will move the tests over in a controlled fashion. BUG=b:163421994 BRANCH=None TEST=`TEST_LIST_HOST=usb_pe_drp_old make runhosttests` works. Signed-off-by: Paul Fagerburg <pfagerburg@google.com> Change-Id: I2e0f79eb793d888109d00a96567042356c770502 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2357519 Tested-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'test/usb_pe_drp_old_noextended.tasklist')
-rw-r--r--test/usb_pe_drp_old_noextended.tasklist10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/usb_pe_drp_old_noextended.tasklist b/test/usb_pe_drp_old_noextended.tasklist
new file mode 100644
index 0000000000..eb41326e3e
--- /dev/null
+++ b/test/usb_pe_drp_old_noextended.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)