From 206df97e20232fa1aead53f308f253cee06dcc30 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov Date: Wed, 3 Aug 2016 12:40:54 +0300 Subject: [PATCH] [Verify] Discover tests for system-wide Tempest installation This patch allows us to discover tests for system-wide Tempest installation. Change-Id: Icc7272f1589dcf2656f3d970859b590da64061ab --- etc/rally.bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rally.bash_completion b/etc/rally.bash_completion index f55fb71c..5e035db0 100644 --- a/etc/rally.bash_completion +++ b/etc/rally.bash_completion @@ -48,7 +48,7 @@ _rally() OPTS["task_validate"]="--deployment --task --task-args --task-args-file" OPTS["verify_compare"]="--uuid-1 --uuid-2 --csv --html --json --output-file --threshold" OPTS["verify_detailed"]="--uuid --sort-by" - OPTS["verify_discover"]="--deployment --pattern" + OPTS["verify_discover"]="--deployment --pattern --system-wide" OPTS["verify_genconfig"]="--deployment --tempest-config --override" OPTS["verify_import"]="--deployment --set --file --no-use" OPTS["verify_install"]="--deployment --source --version --system-wide"