aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Yiding <yidingx.liu@intel.com>2019-06-20 09:33:52 +0800
committerPhilip Li <philip.li@intel.com>2019-06-20 14:30:54 +0800
commit3fa18a87a80e5746d8a1cdfb4fa682fbe57c85a1 (patch)
tree85db653492acaa826680ffe6dfbf753bf6bc7a58
parent24f9b4b7a76e3566fb001ff9c872aefb882ffd36 (diff)
downloadlkp-tests-3fa18a87a80e5746d8a1cdfb4fa682fbe57c85a1.tar.gz
spec/stats/xfstests: remove example "Ran :XXX"
expected output "generic.001.pass: 1 generic.002.pass: 1" doesn't exist anymore. In the past: PASS = Ran - Failures, spec test could output "generic.001.pass: 1 generic.002.pass: 1". spec/stats/xfstests.1 has below setting ------ Ran: generic/001 generic/002 Not run: generic/026 generic/042 Failures: generic/084 ------ spec/stats/xfstests.1.yaml expected below output ------ generic.001.pass: 1 generic.002.pass: 1 ------ Now: PASS = test has running time, spec tests doesn't output "generic.001.pass: 1 generic.002.pass: 1". Signed-off-by: Liu Yiding <yidingx.liu@intel.com> Signed-off-by: Philip Li <philip.li@intel.com>
-rw-r--r--spec/stats/xfstests.1.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/stats/xfstests.1.yaml b/spec/stats/xfstests.1.yaml
index 51344a78..254a8547 100644
--- a/spec/stats/xfstests.1.yaml
+++ b/spec/stats/xfstests.1.yaml
@@ -1,6 +1,4 @@
generic.084.inconsistent_fs: 1
-generic.001.pass: 1
-generic.002.pass: 1
generic.085.pass: 1
generic.026.skip: 1
generic.042.skip: 1