summaryrefslogtreecommitdiff
path: root/zephyr/test/kingler/testcase.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/kingler/testcase.yaml')
-rw-r--r--zephyr/test/kingler/testcase.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/zephyr/test/kingler/testcase.yaml b/zephyr/test/kingler/testcase.yaml
new file mode 100644
index 0000000000..e49c89ee47
--- /dev/null
+++ b/zephyr/test/kingler/testcase.yaml
@@ -0,0 +1,15 @@
+# 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:
+ kingler.steelix:
+ extra_args: DTC_OVERLAY_FILE="./common.dts;../projects/corsola/interrupts_kingler.dts;../projects/corsola/cbi_steelix.dts;../projects/corsola/gpio_steelix.dts"
+ extra_configs:
+ - CONFIG_TEST_FORM_FACTOR_CONVERTIBLE=y
+ kingler.rusty:
+ extra_args: DTC_OVERLAY_FILE="./common.dts;../projects/corsola/interrupts_kingler.dts;../projects/corsola/cbi_steelix.dts;../projects/corsola/gpio_steelix.dts"
+ extra_configs:
+ - CONFIG_TEST_FORM_FACTOR_CLAMSHELL=y