]> err.no Git - util-linux/commitdiff
tests: update lscpu tests
authorKarel Zak <kzak@redhat.com>
Fri, 20 Aug 2010 19:29:04 +0000 (21:29 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 20 Aug 2010 19:29:04 +0000 (21:29 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
tests/expected/lscpu/lscpu-i386-amdshanghai
tests/expected/lscpu/lscpu-i386-dellpe700
tests/expected/lscpu/lscpu-i386-intels5000phb
tests/expected/lscpu/lscpu-x86_64-dellr710
tests/expected/lscpu/lscpu-x86_64-hpdl585
tests/expected/lscpu/lscpu-x86_64-ibme326m
tests/expected/lscpu/lscpu-x86_64-necem14
tests/ts/lscpu/lscpu

index 4e300885b943d4d410538cfe9b944ea87d4ea4b2..5f2d74ec6b8f4b909d25be8b6bd002fc77407a96 100644 (file)
@@ -8,6 +8,7 @@ CPU family:            16
 Model:                 4
 Stepping:              0
 CPU MHz:               1995.158
+BogoMIPS:              3989.99
 Virtualization:        AMD-V
 L1d cache:             512K
 L1i cache:             512K
index 5b7562b617047a24f2bf984f204e73e605934c30..d1d95c79d7ba9a9fe1dc17ba528dd57ba731ed06 100644 (file)
@@ -8,6 +8,7 @@ CPU family:            15
 Model:                 2
 Stepping:              9
 CPU MHz:               3391.773
+BogoMIPS:              6781.99
 
 # The following is the parsable format, which can be fed to other
 # programs. Each different item in every column has an unique ID
index 0436aae5c03faccf8b20369d57ead58a3090ce7c..24ca496af348c52461f1fde5c68d487061bd4a6a 100644 (file)
@@ -8,6 +8,7 @@ CPU family:            6
 Model:                 15
 Stepping:              7
 CPU MHz:               1596.044
+BogoMIPS:              3191.91
 Virtualization:        VT-x
 L1d cache:             32K
 L1i cache:             32K
index 43679dc43b51328b4480f382f64d2edd9ca70c28..d436f22f14c740bf72619b81cb5f72f5120e50e7 100644 (file)
@@ -9,6 +9,7 @@ CPU family:            6
 Model:                 26
 Stepping:              5
 CPU MHz:               2527.073
+BogoMIPS:              5053.32
 Virtualization:        VT-x
 L1d cache:             32K
 L1i cache:             32K
index 54a1a242461f7f204eb411cf95b1889a69903b6a..2dc36c060c17963b07004a3e873cb886db158861 100644 (file)
@@ -9,6 +9,7 @@ CPU family:            16
 Model:                 2
 Stepping:              3
 CPU MHz:               2210.188
+BogoMIPS:              4420.50
 Virtualization:        AMD-V
 L1d cache:             512K
 L1i cache:             512K
index ccc64a07b7dcf03528f3a6d367f20c0c78864db6..98aea983348d770c2eeaba072d90b7b50dedbfdf 100644 (file)
@@ -9,6 +9,7 @@ CPU family:            15
 Model:                 33
 Stepping:              2
 CPU MHz:               1995.058
+BogoMIPS:              3989.41
 L1d cache:             1024K
 L1i cache:             1024K
 L2 cache:              1024K
index c823f7e79d6f2204ec6a704fd5ba9b7d1e5b6ad2..d3c4f1baaf542de7e56cd617059e71ba7f6e5889 100644 (file)
@@ -9,6 +9,7 @@ CPU family:            15
 Model:                 4
 Stepping:              3
 CPU MHz:               3790.599
+BogoMIPS:              7579.94
 L1d cache:             16K
 L2 cache:              2048K
 NUMA node0 CPU(s):     0,1
index 2c7f2a457851461623ea2366328dc0180c3f05b7..a3c6e492a6b76d29b4f31344380542e0237aeff9 100755 (executable)
@@ -40,6 +40,9 @@ for dump in $(ls $TS_SELF/dumps/*.tar.gz | sort); do
        "${TS_CMD_LSCPU}" -p -s "${dumpdir}/${name}" \
                 >>"${TS_OUTPUT}" 2>&1
 
+       # LE/BE depends on binary
+       sed -i -e '/Byte Order:.*/d' $TS_OUTPUT
+
        ts_finalize_subtest
 done