summaryrefslogtreecommitdiffstats
path: root/tests/expected/schedutils
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expected/schedutils')
-rw-r--r--tests/expected/schedutils/chrt0
-rw-r--r--tests/expected/schedutils/chrt-batch2
-rw-r--r--tests/expected/schedutils/chrt-deadline9
-rw-r--r--tests/expected/schedutils/chrt-fifo4
-rw-r--r--tests/expected/schedutils/chrt-idle2
-rw-r--r--tests/expected/schedutils/chrt-non-root-batch-vs-nice3
-rw-r--r--tests/expected/schedutils/chrt-other2
-rw-r--r--tests/expected/schedutils/chrt-rr4
-rw-r--r--tests/expected/schedutils/cpuset24
9 files changed, 50 insertions, 0 deletions
diff --git a/tests/expected/schedutils/chrt b/tests/expected/schedutils/chrt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/expected/schedutils/chrt
diff --git a/tests/expected/schedutils/chrt-batch b/tests/expected/schedutils/chrt-batch
new file mode 100644
index 0000000..f94fc6f
--- /dev/null
+++ b/tests/expected/schedutils/chrt-batch
@@ -0,0 +1,2 @@
+SCHED_BATCH
+0
diff --git a/tests/expected/schedutils/chrt-deadline b/tests/expected/schedutils/chrt-deadline
new file mode 100644
index 0000000..33d5527
--- /dev/null
+++ b/tests/expected/schedutils/chrt-deadline
@@ -0,0 +1,9 @@
+SCHED_DEADLINE
+0
+<removed>'s current runtime/deadline/period parameters: 13000/13000/13000
+SCHED_DEADLINE
+0
+<removed>'s current runtime/deadline/period parameters: 12000/12000/13000
+SCHED_DEADLINE
+0
+<removed>'s current runtime/deadline/period parameters: 10000/12000/13000
diff --git a/tests/expected/schedutils/chrt-fifo b/tests/expected/schedutils/chrt-fifo
new file mode 100644
index 0000000..4cfa07f
--- /dev/null
+++ b/tests/expected/schedutils/chrt-fifo
@@ -0,0 +1,4 @@
+SCHED_FIFO
+1
+SCHED_FIFO
+99
diff --git a/tests/expected/schedutils/chrt-idle b/tests/expected/schedutils/chrt-idle
new file mode 100644
index 0000000..42a43cb
--- /dev/null
+++ b/tests/expected/schedutils/chrt-idle
@@ -0,0 +1,2 @@
+SCHED_IDLE
+0
diff --git a/tests/expected/schedutils/chrt-non-root-batch-vs-nice b/tests/expected/schedutils/chrt-non-root-batch-vs-nice
new file mode 100644
index 0000000..06cf51a
--- /dev/null
+++ b/tests/expected/schedutils/chrt-non-root-batch-vs-nice
@@ -0,0 +1,3 @@
+<removed> (process ID) old priority 0, new priority 5
+SCHED_BATCH
+0
diff --git a/tests/expected/schedutils/chrt-other b/tests/expected/schedutils/chrt-other
new file mode 100644
index 0000000..07013ea
--- /dev/null
+++ b/tests/expected/schedutils/chrt-other
@@ -0,0 +1,2 @@
+SCHED_OTHER
+0
diff --git a/tests/expected/schedutils/chrt-rr b/tests/expected/schedutils/chrt-rr
new file mode 100644
index 0000000..b5ee90d
--- /dev/null
+++ b/tests/expected/schedutils/chrt-rr
@@ -0,0 +1,4 @@
+SCHED_RR
+1
+SCHED_RR
+99
diff --git a/tests/expected/schedutils/cpuset b/tests/expected/schedutils/cpuset
new file mode 100644
index 0000000..10e1760
--- /dev/null
+++ b/tests/expected/schedutils/cpuset
@@ -0,0 +1,24 @@
+masks:
+0x00000001 = 1 [0]
+0x00000002 = 2 [1]
+0x00000003 = 3 [0,1]
+0x00000004 = 4 [2]
+0x00000005 = 5 [0,2]
+0x00000006 = 6 [1,2]
+0x00000007 = 7 [0-2]
+0x00000008 = 8 [3]
+0x00000009 = 9 [0,3]
+0x00005555 = 5555 [0,2,4,6,8,10,12,14]
+0x00007777 = 7777 [0-2,4-6,8-10,12-14]
+strings:
+0 = 1 [0]
+1 = 2 [1]
+0,1 = 3 [0,1]
+2 = 4 [2]
+0,2 = 5 [0,2]
+1,2 = 6 [1,2]
+0-2 = 7 [0-2]
+3 = 8 [3]
+0,3 = 9 [0,3]
+0,2,4,6,8,10,12,14 = 5555 [0,2,4,6,8,10,12,14]
+0-2,4-6,8-10,12-14 = 7777 [0-2,4-6,8-10,12-14]