Browse code

Merge "Disable the shelve tests for nova-cells using tempest config"

Jenkins authored on 2015/09/06 20:58:16
Showing 1 changed files
... ...
@@ -398,6 +398,10 @@ function configure_tempest {
398 398
     # neutron.allow_duplicate_networks option was removed from nova in Liberty
399 399
     # and is now the default behavior.
400 400
     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
401 405
 
402 406
     # Network
403 407
     iniset $TEMPEST_CONFIG network api_version 2.0