summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/testcase.yaml
diff options
context:
space:
mode:
authorTristan Honscheid <honscheid@google.com>2023-02-13 18:55:10 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-02-14 11:31:34 +0000
commit42d83017fb78371f1ded1af599089daedf3a9a4d (patch)
treef4dc86bc75cdfe532c60bc2db7ce52fbfd81ac9a /zephyr/test/drivers/testcase.yaml
parentb40c6970d3b788498a83de4f2828357e2ac3e279 (diff)
downloadchrome-ec-42d83017fb78371f1ded1af599089daedf3a9a4d.tar.gz
zephyr: Fix YAML files to conform with upstream style
cl:4177231 enabled YAML file linting for platform/ec/zephyr files based on upstream Zephyr's style but several of our YAML files do not currently conform. This CL has all the required corrections when running the linter on every YAML file. BUG=None TEST=util/zephyr_check_compliance.py modified to scan everything BRANCH=None Change-Id: I9dcf1d7f0c306028e4d6b368f20e88c882514169 Signed-off-by: Tristan Honscheid <honscheid@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4247159 Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com> Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
Diffstat (limited to 'zephyr/test/drivers/testcase.yaml')
-rw-r--r--zephyr/test/drivers/testcase.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/zephyr/test/drivers/testcase.yaml b/zephyr/test/drivers/testcase.yaml
index 807ce4b8bb..b3746f9556 100644
--- a/zephyr/test/drivers/testcase.yaml
+++ b/zephyr/test/drivers/testcase.yaml
@@ -200,7 +200,9 @@ tests:
- CONFIG_POWER_SEQUENCE_MOCK=y
- CONFIG_PLATFORM_EC_POWERSEQ_HOST_SLEEP=y
drivers.ps8xxx:
- extra_args: CONF_FILE="prj.conf;ps8xxx/prj.conf" DTC_OVERLAY_FILE="./boards/native_posix.overlay;./ps8xxx/usbc.dts"
+ extra_args: >
+ CONF_FILE="prj.conf;ps8xxx/prj.conf"
+ DTC_OVERLAY_FILE="./boards/native_posix.overlay;./ps8xxx/usbc.dts"
extra_configs:
- CONFIG_LINK_TEST_SUITE_PS8XXX=y
drivers.rt9490:
@@ -278,7 +280,8 @@ tests:
extra_configs:
- CONFIG_LINK_TEST_SUITE_USBC_CONSOLE_PD=y
drivers.usbc_console_pd_legacy:
- extra_args: DTC_OVERLAY_FILE="default/boards/native_posix.overlay;./usbc_console_pd/usbc_legacy.dts"
+ extra_args: >
+ DTC_OVERLAY_FILE="default/boards/native_posix.overlay;./usbc_console_pd/usbc_legacy.dts"
extra_configs:
- CONFIG_LINK_TEST_SUITE_USBC_CONSOLE_PD=y
- CONFIG_PLATFORM_EC_TCPC_INTERRUPT=n