Skip to content

Commit 9ed1a5c

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Skip rescue tests for cells v1"
2 parents 5652f53 + 2bebf2d commit 9ed1a5c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/tempest

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ function configure_tempest {
398398
iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
399399
# Cells doesn't support hot-plugging virtual interfaces.
400400
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
401403

402404
if [[ -z "$DEFAULT_INSTANCE_TYPE" ]]; then
403405
# Cells supports resize but does not currently work with devstack

0 commit comments

Comments
 (0)