From: Kefu Chai Date: Wed, 11 Sep 2019 03:38:35 +0000 (+0800) Subject: test/crimson: add acceptable section to tests X-Git-Tag: v15.1.0~1609^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F30315%2Fhead;p=ceph.git test/crimson: add acceptable section to tests Signed-off-by: Kefu Chai --- diff --git a/src/test/crimson/cbt/radosbench_4K_read.yaml b/src/test/crimson/cbt/radosbench_4K_read.yaml index 59a1b092fb0e..916bb2e378cc 100644 --- a/src/test/crimson/cbt/radosbench_4K_read.yaml +++ b/src/test/crimson/cbt/radosbench_4K_read.yaml @@ -14,6 +14,11 @@ tasks: read_time: 30 read_only: true prefill_time: 3 + acceptable: + bandwidth: '(or (greater) (near 0.05))' + iops_avg: '(or (greater) (near 0.05))' + iops_stddev: '(or (less) (near 0.05))' + latency_avg: '(or (less) (near 0.05))' monitoring_profiles: perf: nodes: diff --git a/src/test/crimson/cbt/radosbench_4K_write.yaml b/src/test/crimson/cbt/radosbench_4K_write.yaml index 175c18239fc7..bb20b59e0c47 100644 --- a/src/test/crimson/cbt/radosbench_4K_write.yaml +++ b/src/test/crimson/cbt/radosbench_4K_write.yaml @@ -13,6 +13,11 @@ tasks: pool_profile: 'replicated' write_time: 3 write_only: true + acceptable: + bandwidth: '(or (greater) (near 0.05))' + iops_avg: '(or (greater) (near 0.05))' + iops_stddev: '(or (less) (near 0.05))' + latency_avg: '(or (less) (near 0.05))' monitoring_profiles: perf: nodes: