aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/test/sched-basic.conf
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/test/sched-basic.conf')
-rw-r--r--platform/linux-generic/test/sched-basic.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/linux-generic/test/sched-basic.conf b/platform/linux-generic/test/sched-basic.conf
new file mode 100644
index 000000000..8a6d0ac98
--- /dev/null
+++ b/platform/linux-generic/test/sched-basic.conf
@@ -0,0 +1,13 @@
+# Mandatory fields
+odp_implementation = "linux-generic"
+config_file_version = "0.1.28"
+
+# Test scheduler with an odd spread value and without dynamic load balance
+sched_basic: {
+ prio_spread = 3
+ load_balance = 0
+ powersave: {
+ poll_time_nsec = 5000
+ sleep_time_nsec = 50000
+ }
+}