We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4baa4ce + c2bd0d5 commit 13d255dCopy full SHA for 13d255d
1 file changed
lib/tempest
@@ -321,7 +321,7 @@ function configure_tempest {
321
local tmp_cfg_file
322
tmp_cfg_file=$(mktemp)
323
cd $TEMPEST_DIR
324
- tox -revenv -- verify-tempest-config -uro $tmp_cfg_file
+ tox -revenv -- tempest verify-config -uro $tmp_cfg_file
325
326
local compute_api_extensions=${COMPUTE_API_EXTENSIONS:-"all"}
327
if [[ ! -z "$DISABLE_COMPUTE_API_EXTENSIONS" ]]; then
0 commit comments