aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiu Yiding <yidingx.liu@intel.com>2019-06-19 12:01:10 +0800
committerPhilip Li <philip.li@intel.com>2019-06-19 13:32:25 +0800
commit1951bea083da08a7f428b9fca4476f7fafe1c9e3 (patch)
tree4da6544df749dc21fc4f8d3783c473d2c8a64ff9
parentb90a93467740241dc35c8cf08a8881778d9f9fef (diff)
downloadlkp-tests-1951bea083da08a7f428b9fca4476f7fafe1c9e3.tar.gz
stats/xfstests.1.yaml: add generic.085.pass to xfstests.1.yaml
spec/stats has file xfstests.1, it includes test example "generic/085 21s", but expected output is missing, add expected output to xfstests.1.yaml. Fix the following issue ------ 2) stats scripts invariance: /cephfs/jenkins/jobs/lkp-src/workspace/lkp-src/spec/stats/xfstests.1 Failure/Error: expect(new_stat).to eq old_stat expected: "generic.084.inconsistent_fs: 1\ngeneric.001.pass: 1\ngeneric.002.pass: 1\ngeneric.026.skip: 1\ngeneric.042.skip: 1\ngeneric.084.fail: 1\n" got: "generic.084.inconsistent_fs: 1\n085.pass: 1\ngeneric.026.skip: 1\ngeneric.042.skip: 1\ngeneric.084.fail: 1\n" ---snip--- +085.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.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/stats/xfstests.1.yaml b/spec/stats/xfstests.1.yaml
index e4fd39c2..51344a78 100644
--- a/spec/stats/xfstests.1.yaml
+++ b/spec/stats/xfstests.1.yaml
@@ -1,6 +1,7 @@
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
generic.084.fail: 1