Skip to content

Commit a22942b

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Recreate tox venv for tempest on stack.sh run"
2 parents c894472 + 199c604 commit a22942b

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
@@ -331,7 +331,7 @@ function configure_tempest {
331331
# NOTE(mtreinish): This must be done after auth settings are added to the tempest config
332332
local tmp_cfg_file=$(mktemp)
333333
cd $TEMPEST_DIR
334-
tox -evenv -- verify-tempest-config -uro $tmp_cfg_file
334+
tox -revenv -- verify-tempest-config -uro $tmp_cfg_file
335335

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

0 commit comments

Comments
 (0)