aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/test
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-07-29 09:55:10 +0300
committerMatias Elo <matias.elo@nokia.com>2021-08-19 15:54:47 +0300
commitb7a02bb136e5c15bac38087bf5608a2a0aaa39c6 (patch)
tree815698cbfb19924a687c8498e2394efe43a2f901 /platform/linux-dpdk/test
parent3c89658205f257f88cdb2517ac4e34941bb0d487 (diff)
Port 12e3b93c1 "ci: build and run alternate scheduler config"
Port original commit from linux-generic. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Diffstat (limited to 'platform/linux-dpdk/test')
-rw-r--r--platform/linux-dpdk/test/sched-basic.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/linux-dpdk/test/sched-basic.conf b/platform/linux-dpdk/test/sched-basic.conf
index 868fe48d4..19a550b66 100644
--- a/platform/linux-dpdk/test/sched-basic.conf
+++ b/platform/linux-dpdk/test/sched-basic.conf
@@ -2,7 +2,8 @@
odp_implementation = "linux-dpdk"
config_file_version = "0.1.13"
+# Test scheduler with an odd spread value and without dynamic load balance
sched_basic: {
- # Test scheduler with an odd spread value
prio_spread = 3
+ load_balance = 0
}