From a17c38ff1ca39f9761b491ef8f7c75f090fc7f4a Mon Sep 17 00:00:00 2001 From: WangHaiLiang Date: Fri, 26 Oct 2018 17:18:12 +0800 Subject: [PATCH] lvol: add a omitted case in usage function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.gerrithub.io/430905 Chandler-Test-Pool: SPDK Automated Test System Tested-by: SPDK CI Jenkins Reviewed-by: Seth Howell Reviewed-by: Paweł Niedźwiecki Reviewed-by: Jim Harris Reviewed-by: Ben Walker Reviewed-by: Shuhei Matsumoto --- test/lvol/lvol.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lvol/lvol.sh b/test/lvol/lvol.sh index a58837655..29e3f0ff9 100755 --- a/test/lvol/lvol.sh +++ b/test/lvol/lvol.sh @@ -59,6 +59,7 @@ function usage() { 655: 'thin_provisioning_filling_disks_less_than_lvs_size', 700: 'tasting_positive', 701: 'tasting_lvol_store_positive', + 702: 'tasting_positive_with_different_lvol_store_cluster_size', 750: 'snapshot_readonly', 751: 'snapshot_compare_with_lvol_bdev', 752: 'snapshot_during_io_traffic',