aboutsummaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-01-19 11:19:31 +0200
committerMatias Elo <matias.elo@nokia.com>2023-02-03 13:05:05 +0200
commit2136847979cb513b67a245752943ebc373fd9445 (patch)
treebb4e5df98c44163b4c959efc4fc24452dc1c19a6 /platform
parent151f650e8705e7bfa484c936155001fc17ceb447 (diff)
github_ci: add test case for custom stash config
Add new test case for custom stash configuration (overflow safe mode). Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Diffstat (limited to 'platform')
-rw-r--r--platform/linux-generic/test/stash-custom.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/linux-generic/test/stash-custom.conf b/platform/linux-generic/test/stash-custom.conf
new file mode 100644
index 000000000..95af7a259
--- /dev/null
+++ b/platform/linux-generic/test/stash-custom.conf
@@ -0,0 +1,8 @@
+# Mandatory fields
+odp_implementation = "linux-generic"
+config_file_version = "0.1.25"
+
+# Test overflow safe stash variant
+stash: {
+ strict_size = 0
+}