Merge "Remove call to deprecated method in tempest"
This commit is contained in:
commit
13d255d90d
@ -321,7 +321,7 @@ function configure_tempest {
|
|||||||
local tmp_cfg_file
|
local tmp_cfg_file
|
||||||
tmp_cfg_file=$(mktemp)
|
tmp_cfg_file=$(mktemp)
|
||||||
cd $TEMPEST_DIR
|
cd $TEMPEST_DIR
|
||||||
tox -revenv -- verify-tempest-config -uro $tmp_cfg_file
|
tox -revenv -- tempest verify-config -uro $tmp_cfg_file
|
||||||
|
|
||||||
local compute_api_extensions=${COMPUTE_API_EXTENSIONS:-"all"}
|
local compute_api_extensions=${COMPUTE_API_EXTENSIONS:-"all"}
|
||||||
if [[ ! -z "$DISABLE_COMPUTE_API_EXTENSIONS" ]]; then
|
if [[ ! -z "$DISABLE_COMPUTE_API_EXTENSIONS" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user