diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-03 18:26:54 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-08 08:30:28 +0200 |
commit | 62b7106671d04f70d7f6b49e9d53e637d116b0db (patch) | |
tree | 46c08ca36cf75c090587ada5c49129816b240e24 /test/sched_rr_change.service | |
parent | ccb03fc9015e6c8131e4d289a36e0145eaf2b5a2 (diff) |
remove tests
Diffstat (limited to 'test/sched_rr_change.service')
-rw-r--r-- | test/sched_rr_change.service | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/sched_rr_change.service b/test/sched_rr_change.service deleted file mode 100644 index b3e3a000f8..0000000000 --- a/test/sched_rr_change.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=Change prio - -[Service] -ExecStart=/bin/true -CPUSchedulingPolicy=rr -CPUSchedulingPriority=1 -CPUSchedulingPriority=2 -CPUSchedulingPriority=99 |