summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/testcase.yaml
diff options
context:
space:
mode:
authorMadhurima Paruchuri <mparuchuri@google.com>2023-02-23 18:47:56 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-09 10:12:53 +0000
commit4cd9d236cc25fa6ccc16b829fc6e24d53b0a99d5 (patch)
treed4f4128f2d1e8934e0554c980381eb0f7c01b3b2 /zephyr/test/drivers/testcase.yaml
parent8e142ffb932692433454df5638fc42861866f14b (diff)
downloadchrome-ec-4cd9d236cc25fa6ccc16b829fc6e24d53b0a99d5.tar.gz
cbi: flash: Implement CBI flash storage driver interface
BUG=b:267628657 BRANCH=None TEST=./twister -s drivers/drivers.cbi_flash -c --coverage Change-Id: Ia1be34baf79774dc550bd70493ce5d2de31f2f28 Signed-off-by: Madhurima Paruchuri <mparuchuri@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4284566 Reviewed-by: Wai-Hong Tam <waihong@google.com>
Diffstat (limited to 'zephyr/test/drivers/testcase.yaml')
-rw-r--r--zephyr/test/drivers/testcase.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/test/drivers/testcase.yaml b/zephyr/test/drivers/testcase.yaml
index 97237e82b9..04567d0a2c 100644
--- a/zephyr/test/drivers/testcase.yaml
+++ b/zephyr/test/drivers/testcase.yaml
@@ -72,6 +72,12 @@ tests:
- CONFIG_PLATFORM_EC_CMD_BUTTON=y
- CONFIG_PLATFORM_EC_VOLUME_BUTTONS=y
- CONFIG_PLATFORM_EC_EMULATED_SYSRQ=y
+ drivers.cbi_flash:
+ extra_args: DTC_OVERLAY_FILE="./boards/native_posix.overlay;./cbi_flash/binman.dts"
+ extra_configs:
+ - CONFIG_LINK_TEST_SUITE_CBI_FLASH=y
+ - CONFIG_PLATFORM_EC_CBI_FLASH=y
+ - CONFIG_PLATFORM_EC_FLASH_SIZE_BYTES=0x80000
drivers.common_cbi:
extra_configs:
- CONFIG_LINK_TEST_SUITE_COMMON_CBI=y