summaryrefslogtreecommitdiff
path: root/zephyr/test/krabby/testcase.yaml
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2022-09-06 18:08:42 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-12 09:57:07 +0000
commit09cfcbbf5f93753f689e7cf1b47b63f17c3e9f36 (patch)
treec3fcff1e6cf310aabf8ec3ee68d31c1dfbc5d85c /zephyr/test/krabby/testcase.yaml
parent234a3fd7dd115f1ea06d37b9d8cff7bc83ee7871 (diff)
downloadchrome-ec-09cfcbbf5f93753f689e7cf1b47b63f17c3e9f36.tar.gz
zephyr/test: add krabby board test
This CL adds the basic framework code for implementing krabby tests, and also a new test for corsola/src/krabby/charger_workaround.c. BUG=b:243841599 TEST=twister -T zephyr/test/krabby BRANCH=none Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: I8703d444b1fedc6b4a7a0c5aefe28a4e09716806 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3873241 Commit-Queue: Ting Shen <phoenixshen@chromium.org> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Tested-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'zephyr/test/krabby/testcase.yaml')
-rw-r--r--zephyr/test/krabby/testcase.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/zephyr/test/krabby/testcase.yaml b/zephyr/test/krabby/testcase.yaml
new file mode 100644
index 0000000000..4ec2ae13a2
--- /dev/null
+++ b/zephyr/test/krabby/testcase.yaml
@@ -0,0 +1,9 @@
+# Copyright 2022 The ChromiumOS Authors.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+common:
+ platform_allow: native_posix
+tests:
+ krabby.default:
+ extra_args: DTC_OVERLAY_FILE="common.dts;../projects/corsola/interrupts_krabby.dts;../projects/corsola/gpio_krabby.dts;pinctrl.dts"