Add new rescue compute feature flag
This adds a new feature flag to toggle whether rescue mode is supported by
the hypervisor and skips rescue tests accordingly. The feature is enabled by
default.
Change-Id: I4dabe663a177aac853ea0e6f4b58b28da890be71
Closes-bug: #1331870.
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 9051310..f1712ac 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -424,6 +424,10 @@
# as [nova.rdp]->enabled in nova.conf (boolean value)
#rdp_console=false
+# Does the test environment support instance rescue mode?
+# (boolean value)
+#rescue=true
+
[dashboard]