Merge "[Verify] New command to uninstall Tempest plugins"

This commit is contained in:
Jenkins 2016-08-03 18:53:45 +00:00 committed by Gerrit Code Review
commit 13a5b47e11

View File

@ -61,6 +61,7 @@ _rally()
OPTS["verify_showconfig"]="--deployment" OPTS["verify_showconfig"]="--deployment"
OPTS["verify_start"]="--deployment --set --regex --tests-file --skip-list --tempest-config --xfails-file --no-use --system-wide --concurrency --failing" OPTS["verify_start"]="--deployment --set --regex --tests-file --skip-list --tempest-config --xfails-file --no-use --system-wide --concurrency --failing"
OPTS["verify_uninstall"]="--deployment" OPTS["verify_uninstall"]="--deployment"
OPTS["verify_uninstallplugin"]="--deployment --repo-name --system-wide"
OPTS["verify_use"]="--uuid" OPTS["verify_use"]="--uuid"
for OPT in ${!OPTS[*]} ; do for OPT in ${!OPTS[*]} ; do