summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Honscheid <honscheid@google.com>2021-10-04 14:21:05 -0600
committerCommit Bot <commit-bot@chromium.org>2021-10-05 17:26:23 +0000
commit997939e44aabf70672ddb4439166e1afc1fed445 (patch)
treeba99e4abcde347aac59f90911e488cad020f9fa0
parent036cda45bba9fca0137add1d8693a264ba686d71 (diff)
downloadchrome-ec-997939e44aabf70672ddb4439166e1afc1fed445.tar.gz
zephyr: increase ztest mock parameter limit
We need to increase this limit to accommodate an upcoming test that uses more than 5 parameters to a mocked function. BUG=b:200589041 BRANCH=None TEST=zmake configure --test zephyr/test/drivers Change-Id: I57f908fb7abb7c4c148758216bf00ff317e9c46a Signed-off-by: Tristan Honscheid <honscheid@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3203150 Reviewed-by: Aaron Massey <aaronmassey@google.com>
-rw-r--r--zephyr/test/drivers/prj.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/test/drivers/prj.conf b/zephyr/test/drivers/prj.conf
index a3bceeb58c..ccbef7aa7c 100644
--- a/zephyr/test/drivers/prj.conf
+++ b/zephyr/test/drivers/prj.conf
@@ -9,7 +9,7 @@
CONFIG_ZTEST=y
CONFIG_ZTEST_ASSERT_VERBOSE=1
CONFIG_ZTEST_MOCKING=y
-CONFIG_ZTEST_PARAMETER_COUNT=5
+CONFIG_ZTEST_PARAMETER_COUNT=24
CONFIG_PLATFORM_EC=y
CONFIG_CROS_EC=y
CONFIG_SHIMMED_TASKS=y