]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: add lscpu dumps from three Dell's & a Xen
authorSami Kerola <sami.kerola@tomtom.com>
Tue, 31 May 2011 18:31:25 +0000 (20:31 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 8 Jun 2011 11:09:02 +0000 (13:09 +0200)
x86_64-dell_poweredgeR610
Ubuntu 11.04 kernel 2.6.38-8

x86_64-dell_poweredge1950
Red Hat EL 4.5 kernel 2.6.9-55.ELsmp

x86_64-dell_e4310
Red Hat EL 5.3 kernel 2.6.18-194.17.4.el5

x86_64-el5xen
Red Hat EL 5.6 kernel 2.6.18-238.el5xen

Signed-off-by: Sami Kerola <sami.kerola@tomtom.com>
tests/expected/lscpu/lscpu-x86_64-dell_e4310 [new file with mode: 0644]
tests/expected/lscpu/lscpu-x86_64-dell_poweredge1950 [new file with mode: 0644]
tests/expected/lscpu/lscpu-x86_64-dell_poweredgeR610 [new file with mode: 0644]
tests/expected/lscpu/lscpu-x86_64-el5xen [new file with mode: 0644]
tests/ts/lscpu/dumps/x86_64-dell_e4310.tar.gz [new file with mode: 0644]
tests/ts/lscpu/dumps/x86_64-dell_poweredge1950.tar.gz [new file with mode: 0644]
tests/ts/lscpu/dumps/x86_64-dell_poweredgeR610.tar.gz [new file with mode: 0644]
tests/ts/lscpu/dumps/x86_64-el5xen.tar.gz [new file with mode: 0644]

diff --git a/tests/expected/lscpu/lscpu-x86_64-dell_e4310 b/tests/expected/lscpu/lscpu-x86_64-dell_e4310
new file mode 100644 (file)
index 0000000..7131e3e
--- /dev/null
@@ -0,0 +1,28 @@
+CPU op-mode(s):        32-bit, 64-bit
+CPU(s):                4
+On-line CPU(s) list:   0-3
+Thread(s) per core:    2
+Core(s) per socket:    2
+CPU socket(s):         1
+NUMA node(s):          1
+Vendor ID:             GenuineIntel
+CPU family:            6
+Model:                 37
+Stepping:              5
+CPU MHz:               1199.000
+BogoMIPS:              5319.97
+Virtualization:        VT-x
+L1d cache:             32K
+L1i cache:             32K
+L2 cache:              256K
+L3 cache:              3072K
+NUMA node0 CPU(s):     0-3
+
+# 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,L2,L3
+0,0,0,0,,0,0,0,0
+1,1,0,0,,1,1,1,0
+2,0,0,0,,0,0,0,0
+3,1,0,0,,1,1,1,0
diff --git a/tests/expected/lscpu/lscpu-x86_64-dell_poweredge1950 b/tests/expected/lscpu/lscpu-x86_64-dell_poweredge1950
new file mode 100644 (file)
index 0000000..64c5a9c
--- /dev/null
@@ -0,0 +1,23 @@
+CPU op-mode(s):        32-bit, 64-bit
+CPU(s):                8
+NUMA node(s):          1
+Vendor ID:             GenuineIntel
+CPU family:            6
+Model:                 15
+Stepping:              7
+CPU MHz:               2327.526
+BogoMIPS:              4655.08
+NUMA node0 CPU(s):     0-7
+
+# 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
+1,,,0
+2,,,0
+3,,,0
+4,,,0
+5,,,0
+6,,,0
+7,,,0
diff --git a/tests/expected/lscpu/lscpu-x86_64-dell_poweredgeR610 b/tests/expected/lscpu/lscpu-x86_64-dell_poweredgeR610
new file mode 100644 (file)
index 0000000..55791ce
--- /dev/null
@@ -0,0 +1,40 @@
+CPU op-mode(s):        32-bit, 64-bit
+CPU(s):                16
+Thread(s) per core:    2
+Core(s) per socket:    4
+CPU socket(s):         2
+NUMA node(s):          2
+Vendor ID:             GenuineIntel
+CPU family:            6
+Model:                 26
+Stepping:              5
+CPU MHz:               2261.056
+BogoMIPS:              4522.04
+Virtualization:        VT-x
+L1d cache:             32K
+L1i cache:             32K
+L2 cache:              256K
+L3 cache:              8192K
+NUMA node0 CPU(s):     0,2,4,6,8,10,12,14
+NUMA node1 CPU(s):     1,3,5,7,9,11,13,15
+
+# 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,L2,L3
+0,0,0,0,,0,0,0,0
+1,1,1,1,,1,1,1,1
+2,2,0,0,,2,2,2,0
+3,3,1,1,,3,3,3,1
+4,4,0,0,,4,4,4,0
+5,5,1,1,,5,5,5,1
+6,6,0,0,,6,6,6,0
+7,7,1,1,,7,7,7,1
+8,0,0,0,,0,0,0,0
+9,1,1,1,,1,1,1,1
+10,2,0,0,,2,2,2,0
+11,3,1,1,,3,3,3,1
+12,4,0,0,,4,4,4,0
+13,5,1,1,,5,5,5,1
+14,6,0,0,,6,6,6,0
+15,7,1,1,,7,7,7,1
diff --git a/tests/expected/lscpu/lscpu-x86_64-el5xen b/tests/expected/lscpu/lscpu-x86_64-el5xen
new file mode 100644 (file)
index 0000000..c801b23
--- /dev/null
@@ -0,0 +1,30 @@
+CPU op-mode(s):        32-bit, 64-bit
+CPU(s):                8
+Thread(s) per core:    1
+Core(s) per socket:    1
+CPU socket(s):         8
+Vendor ID:             GenuineIntel
+CPU family:            6
+Model:                 26
+Stepping:              5
+CPU MHz:               2393.998
+BogoMIPS:              5986.29
+Hypervisor vendor:     Xen
+Virtualization type:   para
+L1d cache:             32K
+L1i cache:             32K
+L2 cache:              256K
+L3 cache:              8192K
+
+# 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,L2,L3
+0,0,0,,,0,0,0,0
+1,1,1,,,0,0,0,0
+2,2,2,,,1,1,1,0
+3,3,3,,,1,1,1,0
+4,4,4,,,2,2,2,0
+5,5,5,,,2,2,2,0
+6,6,6,,,3,3,3,0
+7,7,7,,,3,3,3,0
diff --git a/tests/ts/lscpu/dumps/x86_64-dell_e4310.tar.gz b/tests/ts/lscpu/dumps/x86_64-dell_e4310.tar.gz
new file mode 100644 (file)
index 0000000..2988cbc
Binary files /dev/null and b/tests/ts/lscpu/dumps/x86_64-dell_e4310.tar.gz differ
diff --git a/tests/ts/lscpu/dumps/x86_64-dell_poweredge1950.tar.gz b/tests/ts/lscpu/dumps/x86_64-dell_poweredge1950.tar.gz
new file mode 100644 (file)
index 0000000..ef3f73e
Binary files /dev/null and b/tests/ts/lscpu/dumps/x86_64-dell_poweredge1950.tar.gz differ
diff --git a/tests/ts/lscpu/dumps/x86_64-dell_poweredgeR610.tar.gz b/tests/ts/lscpu/dumps/x86_64-dell_poweredgeR610.tar.gz
new file mode 100644 (file)
index 0000000..2f9fccd
Binary files /dev/null and b/tests/ts/lscpu/dumps/x86_64-dell_poweredgeR610.tar.gz differ
diff --git a/tests/ts/lscpu/dumps/x86_64-el5xen.tar.gz b/tests/ts/lscpu/dumps/x86_64-el5xen.tar.gz
new file mode 100644 (file)
index 0000000..2ad47dd
Binary files /dev/null and b/tests/ts/lscpu/dumps/x86_64-el5xen.tar.gz differ