Set compute-feature-enabled.attach_encrypted_volume Tempest option
This allows setting the new option in Tempest for toggling whether or not the Cinder encrypted volume tests should run. Depends-On: I48eba7c645cc1c979fd766ae9c05efb00957f787 Related-Bug: #1463525 Change-Id: I9e12f8dc9e3e6b68dc031351cb081ee2bc6e6cbb
This commit is contained in:
parent
85a1c488df
commit
e57a33224b
@ -379,6 +379,7 @@ function configure_tempest {
|
|||||||
iniset $TEMPEST_CONFIG compute-feature-enabled preserve_ports True
|
iniset $TEMPEST_CONFIG compute-feature-enabled preserve_ports True
|
||||||
# TODO(gilliard): Remove the live_migrate_paused_instances flag when Juno is end of life.
|
# TODO(gilliard): Remove the live_migrate_paused_instances flag when Juno is end of life.
|
||||||
iniset $TEMPEST_CONFIG compute-feature-enabled live_migrate_paused_instances True
|
iniset $TEMPEST_CONFIG compute-feature-enabled live_migrate_paused_instances True
|
||||||
|
iniset $TEMPEST_CONFIG compute-feature-enabled attach_encrypted_volume ${ATTACH_ENCRYPTED_VOLUME_AVAILABLE:-True}
|
||||||
|
|
||||||
# Network
|
# Network
|
||||||
iniset $TEMPEST_CONFIG network api_version 2.0
|
iniset $TEMPEST_CONFIG network api_version 2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user