| ... | ... |
@@ -457,6 +457,9 @@ function configure_tempest {
|
| 457 | 457 |
fi |
| 458 | 458 |
iniset $TEMPEST_CONFIG object-storage-feature-enabled discoverable_apis $object_storage_api_extensions |
| 459 | 459 |
|
| 460 |
+ # Validation |
|
| 461 |
+ iniset $TEMPEST_CONFIG validation run_validation ${TEMPEST_RUN_VALIDATION:-False}
|
|
| 462 |
+ |
|
| 460 | 463 |
# Volume |
| 461 | 464 |
# TODO(dkranz): Remove the bootable flag when Juno is end of life. |
| 462 | 465 |
iniset $TEMPEST_CONFIG volume-feature-enabled bootable True |