aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/test
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-05-24 16:22:21 +0300
committerMatias Elo <matias.elo@nokia.com>2021-05-26 15:56:31 +0300
commit254e6cbb0bb6ca9b46e20cc8d6de0c6bebeea9ea (patch)
treeb97f9ac30e9b11a022f17e88d7ee95d7a1784415 /platform/linux-dpdk/test
parent47e5ad2bdc7d161e9f8bebf965986f3592536baa (diff)
Port 264cdcc2d "ci: add build job with modified scheduler config"
Port original commit from linux-generic. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Jere Leppänen <jere.leppanen@nokia.com>
Diffstat (limited to 'platform/linux-dpdk/test')
-rw-r--r--platform/linux-dpdk/test/sched-basic.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/linux-dpdk/test/sched-basic.conf b/platform/linux-dpdk/test/sched-basic.conf
new file mode 100644
index 000000000..c54089a0d
--- /dev/null
+++ b/platform/linux-dpdk/test/sched-basic.conf
@@ -0,0 +1,8 @@
+# Mandatory fields
+odp_implementation = "linux-dpdk"
+config_file_version = "0.1.11"
+
+sched_basic: {
+ # Test scheduler with an odd spread value
+ prio_spread = 3
+}