]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: add dump from PPC64 to lscpu tests
authorKarel Zak <kzak@redhat.com>
Thu, 31 Mar 2011 12:47:45 +0000 (14:47 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 31 Mar 2011 12:47:45 +0000 (14:47 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/expected/lscpu/lscpu-ppc64-POWER7 [new file with mode: 0644]
tests/ts/lscpu/dumps/ppc64-POWER7.tar.gz [new file with mode: 0644]

diff --git a/tests/expected/lscpu/lscpu-ppc64-POWER7 b/tests/expected/lscpu/lscpu-ppc64-POWER7
new file mode 100644 (file)
index 0000000..b8a0b4b
--- /dev/null
@@ -0,0 +1,31 @@
+CPU(s):                16
+On-line CPU(s) list:   0-15
+Thread(s) per core:    4
+Core(s) per socket:    1
+CPU socket(s):         4
+NUMA node(s):          1
+Model:                 IBM,8233-E8B
+L1d cache:             32K
+L1i cache:             32K
+NUMA node0 CPU(s):     0-15
+
+# The following is the parsable format, which can be fed to other
+# programs. Each different item in every column has an unique ID
+# starting from zero.
+# CPU,Core,Socket,Node,,L1d,L1i
+0,0,0,0,,0,0
+1,0,0,0,,0,0
+2,0,0,0,,0,0
+3,0,0,0,,0,0
+4,1,1,0,,1,1
+5,1,1,0,,1,1
+6,1,1,0,,1,1
+7,1,1,0,,1,1
+8,2,2,0,,2,2
+9,2,2,0,,2,2
+10,2,2,0,,2,2
+11,2,2,0,,2,2
+12,3,3,0,,3,3
+13,3,3,0,,3,3
+14,3,3,0,,3,3
+15,3,3,0,,3,3
diff --git a/tests/ts/lscpu/dumps/ppc64-POWER7.tar.gz b/tests/ts/lscpu/dumps/ppc64-POWER7.tar.gz
new file mode 100644 (file)
index 0000000..c8fcc23
Binary files /dev/null and b/tests/ts/lscpu/dumps/ppc64-POWER7.tar.gz differ