Skip to content

Commit 42bff13

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Disable the shelve tests for nova-cells using tempest config"
2 parents 0ad1914 + 09b431d commit 42bff13

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/tempest

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,10 @@ function configure_tempest {
398398
# neutron.allow_duplicate_networks option was removed from nova in Liberty
399399
# and is now the default behavior.
400400
iniset $TEMPEST_CONFIG compute-feature-enabled allow_duplicate_networks ${NOVA_ALLOW_DUPLICATE_NETWORKS:-True}
401+
if is_service_enabled n-cell; then
402+
# Cells doesn't support shelving/unshelving
403+
iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
404+
fi
401405

402406
# Network
403407
iniset $TEMPEST_CONFIG network api_version 2.0

0 commit comments

Comments
 (0)