From: Ruediger Meier Date: Thu, 27 Mar 2014 10:19:37 +0000 (+0100) Subject: tests: add lscpu dump for ppc cpu with no cache size X-Git-Tag: v2.25-rc1~400^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50a3a60490ba9780253f2963274f707e8958eadd;p=thirdparty%2Futil-linux.git tests: add lscpu dump for ppc cpu with no cache size Taken from qemu-system-ppc (qemu 1.7) machine with installed debian 7.4 wheezy, kernel 3.2.0-4-powerpc. Signed-off-by: Ruediger Meier --- diff --git a/tests/expected/lscpu/lscpu-ppc-qemu b/tests/expected/lscpu/lscpu-ppc-qemu new file mode 100644 index 0000000000..b3ea4a7289 --- /dev/null +++ b/tests/expected/lscpu/lscpu-ppc-qemu @@ -0,0 +1,15 @@ +CPU(s): 1 +On-line CPU(s) list: 0 +Thread(s) per core: 1 +Core(s) per socket: 1 +Socket(s): 1 +Model: Power Macintosh +BogoMIPS: 33.25 +L1d cache: unknown size +L1i cache: unknown size + +# 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 diff --git a/tests/ts/lscpu/dumps/ppc-qemu.tar.gz b/tests/ts/lscpu/dumps/ppc-qemu.tar.gz new file mode 100644 index 0000000000..a428271e61 Binary files /dev/null and b/tests/ts/lscpu/dumps/ppc-qemu.tar.gz differ