lvol: add a omitted case in usage function

702 case are listed in NIGHTLY test and run PASS,
but it not listed in lvol.sh' usage().
It's easy to be confusing.Where is 702 case?

Change-Id: Iad376112510b277e8747798dde5ef0f12b42c2ec
Signed-off-by: WangHaiLiang <hailiangx.e.wang@intel.com>
Reviewed-on: https://review.gerrithub.io/430905
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Seth Howell <seth.howell5141@gmail.com>
Reviewed-by: Paweł Niedźwiecki <pawelx.niedzwiecki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
WangHaiLiang 2018-10-26 17:18:12 +08:00 committed by Ben Walker
parent a5e8b1a9c8
commit a17c38ff1c

View File

@ -59,6 +59,7 @@ function usage() {
655: 'thin_provisioning_filling_disks_less_than_lvs_size', 655: 'thin_provisioning_filling_disks_less_than_lvs_size',
700: 'tasting_positive', 700: 'tasting_positive',
701: 'tasting_lvol_store_positive', 701: 'tasting_lvol_store_positive',
702: 'tasting_positive_with_different_lvol_store_cluster_size',
750: 'snapshot_readonly', 750: 'snapshot_readonly',
751: 'snapshot_compare_with_lvol_bdev', 751: 'snapshot_compare_with_lvol_bdev',
752: 'snapshot_during_io_traffic', 752: 'snapshot_during_io_traffic',