Skip to content

Commit c2bd0d5

Browse files
author
Gang Wei
committed
Remove call to deprecated method in tempest
Fix below warning: "Use of: 'verify-tempest-config' is deprecated, please use: 'tempest verify-config'" Change-Id: If66096cde31fedda407e1e6ac6899b196569a454
1 parent 973fb21 commit c2bd0d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tempest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ function configure_tempest {
325325
local tmp_cfg_file
326326
tmp_cfg_file=$(mktemp)
327327
cd $TEMPEST_DIR
328-
tox -revenv -- verify-tempest-config -uro $tmp_cfg_file
328+
tox -revenv -- tempest verify-config -uro $tmp_cfg_file
329329

330330
local compute_api_extensions=${COMPUTE_API_EXTENSIONS:-"all"}
331331
if [[ ! -z "$DISABLE_COMPUTE_API_EXTENSIONS" ]]; then

0 commit comments

Comments
 (0)