summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/testcase.yaml
diff options
context:
space:
mode:
authorPatryk Duda <pdk@semihalf.com>2022-12-21 13:55:33 +0100
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-12-22 22:42:10 +0000
commit966040b0ca9e5f9a6081b622f47d6693171fe44c (patch)
tree50ed3a32c6c5c94a40eaaec16b4dfad7a3c0fd9f /zephyr/test/drivers/testcase.yaml
parentf6bcb51d2d26a0470d955700c9e5bf7ab0d0eeba (diff)
downloadchrome-ec-966040b0ca9e5f9a6081b622f47d6693171fe44c.tar.gz
zephyr/test/drivers: Move flash test to separate directory
Moving flash tests to separate directory will allow to create a variant of these tests with different options enabled. BUG=b:239712345 BRANCH=none TEST=./twister -v -T zephyr/test/drivers/ --test \ external/platform/ec/zephyr/test/drivers/drivers.flash Signed-off-by: Patryk Duda <pdk@semihalf.com> Change-Id: Ifa8f350a27abe73d87794f6a4dcc13e34c7b6092 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4118761 Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Tested-by: Patryk Duda <patrykd@google.com> Commit-Queue: Patryk Duda <patrykd@google.com>
Diffstat (limited to 'zephyr/test/drivers/testcase.yaml')
-rw-r--r--zephyr/test/drivers/testcase.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/test/drivers/testcase.yaml b/zephyr/test/drivers/testcase.yaml
index 818a3e4515..d89abaa62a 100644
--- a/zephyr/test/drivers/testcase.yaml
+++ b/zephyr/test/drivers/testcase.yaml
@@ -89,6 +89,9 @@ tests:
extra_args: CONF_FILE="prj.conf;dps/prj.conf"
extra_configs:
- CONFIG_LINK_TEST_SUITE_USB_PD_DPS=y
+ drivers.flash:
+ extra_configs:
+ - CONFIG_LINK_TEST_SUITE_FLASH=y
drivers.host_cmd:
extra_configs:
- CONFIG_LINK_TEST_SUITE_HOST_COMMANDS=y