From: Karel Zak Date: Tue, 5 Nov 2013 11:49:20 +0000 (+0100) Subject: tests: add sparc64 lscpu test X-Git-Tag: v2.25-rc1~776 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485517de72057c90eaa49867bcc2a0c63d7506f3;p=thirdparty%2Futil-linux.git tests: add sparc64 lscpu test Signed-off-by: Karel Zak --- diff --git a/tests/expected/lscpu/lscpu-sparc64 b/tests/expected/lscpu/lscpu-sparc64 new file mode 100644 index 0000000000..4d05e9b724 --- /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, diff --git a/tests/ts/lscpu/dumps/sparc64.tar.gz b/tests/ts/lscpu/dumps/sparc64.tar.gz new file mode 100644 index 0000000000..7edfba832d Binary files /dev/null and b/tests/ts/lscpu/dumps/sparc64.tar.gz differ