From: Karel Zak Date: Mon, 12 Nov 2012 15:21:29 +0000 (+0100) Subject: tests: add armv7 lscpu dump X-Git-Tag: v2.23-rc1~530 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a901dd5dadbbcdc51c7cbd65d5cea53474f9732f;p=thirdparty%2Futil-linux.git tests: add armv7 lscpu dump Signed-off-by: Karel Zak --- diff --git a/tests/expected/lscpu/lscpu-armv7 b/tests/expected/lscpu/lscpu-armv7 new file mode 100644 index 0000000000..a1b691cfbf --- /dev/null +++ b/tests/expected/lscpu/lscpu-armv7 @@ -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 index 0000000000..67a2c66580 Binary files /dev/null and b/tests/ts/lscpu/dumps/armv7.tar.gz differ