summaryrefslogtreecommitdiffstats
path: root/tests/expected/lscpu
diff options
context:
space:
mode:
authorKarel Zak2013-11-05 12:49:20 +0100
committerKarel Zak2013-11-05 12:49:20 +0100
commit485517de72057c90eaa49867bcc2a0c63d7506f3 (patch)
tree6b140590463d1b25338e4ce8f7d36f074f976cf7 /tests/expected/lscpu
parentlscpu: support non sequentially numbering of CPUs (diff)
downloadkernel-qcow2-util-linux-485517de72057c90eaa49867bcc2a0c63d7506f3.tar.gz
kernel-qcow2-util-linux-485517de72057c90eaa49867bcc2a0c63d7506f3.tar.xz
kernel-qcow2-util-linux-485517de72057c90eaa49867bcc2a0c63d7506f3.zip
tests: add sparc64 lscpu test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/expected/lscpu')
-rw-r--r--tests/expected/lscpu/lscpu-sparc6417
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/expected/lscpu/lscpu-sparc64 b/tests/expected/lscpu/lscpu-sparc64
new file mode 100644
index 000000000..4d05e9b72
--- /dev/null
+++ b/tests/expected/lscpu/lscpu-sparc64
@@ -0,0 +1,17 @@
+CPU op-mode(s): 32-bit, 64-bit
+CPU(s): 6
+On-line CPU(s) list: 6,7,10,11,14,15
+Thread(s) per core: 1
+Core(s) per socket: 1
+Socket(s): 6
+
+# 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
+6,0,0,
+7,1,1,
+10,2,2,
+11,3,3,
+14,4,4,
+15,5,5,