Browse code

Merge "Skip rescue tests for cells v1"

Jenkins authored on 2016/04/07 01:46:13
Showing 1 changed files
... ...
@@ -398,6 +398,8 @@ function configure_tempest {
398 398
         iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
399 399
         # Cells doesn't support hot-plugging virtual interfaces.
400 400
         iniset $TEMPEST_CONFIG compute-feature-enabled interface_attach False
401
+        # Cells v1 doesn't support the rescue/unrescue tests in Tempest
402
+        iniset $TEMPEST_CONFIG compute-feature-enabled rescue False
401 403
 
402 404
         if  [[ -z "$DEFAULT_INSTANCE_TYPE" ]]; then
403 405
             # Cells supports resize but does not currently work with devstack