The rescue tests in Tempest don't work with cells v1 so
let's skip them.
Change-Id: I234f778c9d264ee2e5fe6050ca6b33283be464f7
| ... | ... |
@@ -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 |