summaryrefslogtreecommitdiffstats
path: root/tests/expected/schedutils
diff options
context:
space:
mode:
authorKarel Zak2010-05-24 14:13:33 +0200
committerKarel Zak2010-06-01 11:06:49 +0200
commit125b6a9191a1b09dbeaa1a068e7b0a966fca03fa (patch)
tree5422bff2d9a42ec6b10371881f05918335f1300b /tests/expected/schedutils
parenttaskset: move bitmap routines to lib/cpuset.c (diff)
downloadkernel-qcow2-util-linux-125b6a9191a1b09dbeaa1a068e7b0a966fca03fa.tar.gz
kernel-qcow2-util-linux-125b6a9191a1b09dbeaa1a068e7b0a966fca03fa.tar.xz
kernel-qcow2-util-linux-125b6a9191a1b09dbeaa1a068e7b0a966fca03fa.zip
tests: add cpuset regression test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/expected/schedutils')
-rw-r--r--tests/expected/schedutils/cpuset24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/expected/schedutils/cpuset b/tests/expected/schedutils/cpuset
new file mode 100644
index 000000000..10e17606c
--- /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]