From 8ee4ad3d2f75ebd14d98549e02f74a1927186e9f Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 1 Oct 2015 21:12:32 +0200 Subject: [PATCH] Add parameter --tests-file to 'verify start' With this parameter it is possible to load a list of tests from a file. Closes-bug: #1450478 Change-Id: I576db470a7253151ed6753da4035a2f235278a39 --- etc/rally.bash_completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rally.bash_completion b/etc/rally.bash_completion index 636bca60..47baa485 100644 --- a/etc/rally.bash_completion +++ b/etc/rally.bash_completion @@ -56,7 +56,7 @@ _rally() OPTS["verify_results"]="--uuid --html --json --output-file" OPTS["verify_show"]="--uuid --sort-by --detailed" OPTS["verify_showconfig"]="--deployment" - OPTS["verify_start"]="--deployment --set --regex --tempest-config --no-use --system-wide-install" + OPTS["verify_start"]="--deployment --set --regex --tests-file --tempest-config --no-use --system-wide-install" OPTS["verify_uninstall"]="--deployment" OPTS["verify_use"]="--verification" @@ -87,4 +87,4 @@ _rally() return 0 } -complete -o filenames -F _rally rally \ No newline at end of file +complete -o filenames -F _rally rally