From 793c7b9671c655d17313622ae5da0a405b06caae Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Mon, 19 Dec 2016 19:08:57 +0200 Subject: [PATCH] [verification] Remove outdated stuff We are planning to rewrite the whole Verification component. It will be done from scratch. To reduce diff in following patches, let's remove all redundant "outdated" code now. Co-Authored-By: Yaroslav Lobankov Change-Id: I64dd3851e381324a8d5274029690b5cfd2333911 --- doc/source/quick_start/tutorial.rst | 1 - etc/rally.bash_completion | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/doc/source/quick_start/tutorial.rst b/doc/source/quick_start/tutorial.rst index 3e5d54ac..a913fb62 100644 --- a/doc/source/quick_start/tutorial.rst +++ b/doc/source/quick_start/tutorial.rst @@ -37,4 +37,3 @@ more complicated cases. tutorial/step_7_working_with_multple_openstack_clouds tutorial/step_8_discovering_more_plugins tutorial/step_9_deploying_openstack - tutorial/step_10_verifying_cloud_via_tempest diff --git a/etc/rally.bash_completion b/etc/rally.bash_completion index 73983254..bff57e17 100644 --- a/etc/rally.bash_completion +++ b/etc/rally.bash_completion @@ -47,23 +47,6 @@ _rally() OPTS["task_trends"]="--out --open --tasks" OPTS["task_use"]="--uuid" OPTS["task_validate"]="--deployment --task --task-args --task-args-file" - OPTS["verify_compare"]="" - OPTS["verify_detailed"]="--uuid --sort-by" - OPTS["verify_discover"]="--deployment --pattern --system-wide" - OPTS["verify_genconfig"]="--deployment --tempest-config --add-options --override" - OPTS["verify_import"]="--deployment --set --file --no-use" - OPTS["verify_install"]="--deployment --source --version --system-wide" - OPTS["verify_installplugin"]="--deployment --source --version --system-wide" - OPTS["verify_list"]="" - OPTS["verify_listplugins"]="--deployment --system-wide" - OPTS["verify_reinstall"]="--deployment --source --version --system-wide" - OPTS["verify_results"]="--uuid --html --json --csv --output-file" - OPTS["verify_show"]="--uuid --sort-by --detailed" - OPTS["verify_showconfig"]="--deployment" - OPTS["verify_start"]="--deployment --set --regex --load-list --skip-list --tempest-config --xfail-list --no-use --system-wide --concurrency --failing" - OPTS["verify_uninstall"]="--deployment" - OPTS["verify_uninstallplugin"]="--deployment --repo-name --system-wide" - OPTS["verify_use"]="--uuid" for OPT in ${!OPTS[*]} ; do CMD=${OPT%%_*}