From 331b9ac8d57485bfeaa6d8c48a794fcf72154fb2 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov Date: Fri, 11 Dec 2015 19:46:20 +0300 Subject: [PATCH] [Verify] Adding possibility to specify concurrency for tests The `rally verify start` command doesn't allow us to specify concurrency for Tempest tests. The tests always are run in parallel mode and use concurrency equal to the count of CPU cores. However, users may want to use specific concurrency for running tests based on their deployments and available resources. This patch adds possibility to specify desired concurrency for tests. Closes-Bug: #1524968 Change-Id: I3ba2c987c739b13bb03005b1988ee6bd01e8a08d --- 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 79e0728a..cff00610 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 --tests-file --tempest-config --no-use --system-wide-install" + OPTS["verify_start"]="--deployment --set --regex --tests-file --tempest-config --no-use --system-wide-install --concurrency" OPTS["verify_uninstall"]="--deployment" OPTS["verify_use"]="--verification"