diff options
Diffstat (limited to '')
-rw-r--r-- | tests/expected/schedutils/chrt | 0 | ||||
-rw-r--r-- | tests/expected/schedutils/chrt-batch | 2 | ||||
-rw-r--r-- | tests/expected/schedutils/chrt-deadline | 9 | ||||
-rw-r--r-- | tests/expected/schedutils/chrt-fifo | 4 | ||||
-rw-r--r-- | tests/expected/schedutils/chrt-idle | 2 | ||||
-rw-r--r-- | tests/expected/schedutils/chrt-non-root-batch-vs-nice | 3 | ||||
-rw-r--r-- | tests/expected/schedutils/chrt-other | 2 | ||||
-rw-r--r-- | tests/expected/schedutils/chrt-rr | 4 |
8 files changed, 26 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 |