From 2bebf2d8d8c249d25c44a4d4cc6a9fecf8fcd454 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 5 Apr 2016 10:34:42 -0400 Subject: [PATCH] Skip rescue tests for cells v1 The rescue tests in Tempest don't work with cells v1 so let's skip them. Change-Id: I234f778c9d264ee2e5fe6050ca6b33283be464f7 --- lib/tempest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tempest b/lib/tempest index d8790f8345..67b631e596 100644 --- a/lib/tempest +++ b/lib/tempest @@ -398,6 +398,8 @@ function configure_tempest { iniset $TEMPEST_CONFIG compute-feature-enabled shelve False # Cells doesn't support hot-plugging virtual interfaces. iniset $TEMPEST_CONFIG compute-feature-enabled interface_attach False + # Cells v1 doesn't support the rescue/unrescue tests in Tempest + iniset $TEMPEST_CONFIG compute-feature-enabled rescue False if [[ -z "$DEFAULT_INSTANCE_TYPE" ]]; then # Cells supports resize but does not currently work with devstack