From: Heiko Carstens Date: Mon, 10 Oct 2011 08:59:42 +0000 (+0200) Subject: lscpu: add s390 kvm test case X-Git-Tag: v2.21-rc1~341 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6dafef65561beb9b61065a28a00e918b693180e6;p=thirdparty%2Futil-linux.git lscpu: add s390 kvm test case Signed-off-by: Heiko Carstens --- diff --git a/tests/expected/lscpu/lscpu-s390-kvm b/tests/expected/lscpu/lscpu-s390-kvm new file mode 100644 index 0000000000..1aa42f9a0c --- /dev/null +++ b/tests/expected/lscpu/lscpu-s390-kvm @@ -0,0 +1,21 @@ +CPU op-mode(s): 32-bit, 64-bit +CPU(s): 3 +On-line CPU(s) list: 0-2 +Thread(s) per core: 1 +Core(s) per socket: 1 +Socket(s) per book: 1 +Book(s): 3 +Vendor ID: IBM/S390 +BogoMIPS: 14367.00 +Hypervisor: KVM/Linux +Hypervisor vendor: KVM +Virtualization type: full +Dispatching mode: horizontal + +# 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,1, +2,2,2, diff --git a/tests/ts/lscpu/dumps/s390-kvm.tar.gz b/tests/ts/lscpu/dumps/s390-kvm.tar.gz new file mode 100644 index 0000000000..340f7eabe5 Binary files /dev/null and b/tests/ts/lscpu/dumps/s390-kvm.tar.gz differ