]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: add armv7 lscpu dump
authorKarel Zak <kzak@redhat.com>
Mon, 12 Nov 2012 15:21:29 +0000 (16:21 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 12 Nov 2012 15:21:29 +0000 (16:21 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/expected/lscpu/lscpu-armv7 [new file with mode: 0644]
tests/ts/lscpu/dumps/armv7.tar.gz [new file with mode: 0644]

diff --git a/tests/expected/lscpu/lscpu-armv7 b/tests/expected/lscpu/lscpu-armv7
new file mode 100644 (file)
index 0000000..a1b691c
--- /dev/null
@@ -0,0 +1,12 @@
+CPU(s):                2
+On-line CPU(s) list:   0,1
+Thread(s) per core:    1
+Core(s) per socket:    2
+Socket(s):             1
+
+# 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
+0,0,0,
+1,1,0,
diff --git a/tests/ts/lscpu/dumps/armv7.tar.gz b/tests/ts/lscpu/dumps/armv7.tar.gz
new file mode 100644 (file)
index 0000000..67a2c66
Binary files /dev/null and b/tests/ts/lscpu/dumps/armv7.tar.gz differ