Add tempest run_validation option
This change adds the tempest run_validation option to run tests with ssh connection in the gate. Change-Id: I140f79b06d2e85c1d5d07fa5f117d4f8b250fa3d
This commit is contained in:
parent
af68087be3
commit
994db61738
@ -457,6 +457,9 @@ function configure_tempest {
|
||||
fi
|
||||
iniset $TEMPEST_CONFIG object-storage-feature-enabled discoverable_apis $object_storage_api_extensions
|
||||
|
||||
# Validation
|
||||
iniset $TEMPEST_CONFIG validation run_validation ${TEMPEST_RUN_VALIDATION:-False}
|
||||
|
||||
# Volume
|
||||
# TODO(dkranz): Remove the bootable flag when Juno is end of life.
|
||||
iniset $TEMPEST_CONFIG volume-feature-enabled bootable True
|
||||
|
Loading…
Reference in New Issue
Block a user