From 4361ef1eb871c85ef6f05fdd8cd26c25e76c4c8e Mon Sep 17 00:00:00 2001 From: Lee Yarwood Date: Wed, 11 Dec 2019 17:53:44 +0000 Subject: [PATCH] tempest: Enable stable_rescue tests with Libvirt Enable the compute feature for stable device rescue on all but LXC and Xen virt_types. Depends-On: https://review.opendev.org/#/c/700812/ Depends-On: https://review.opendev.org/#/c/700813/ Change-Id: Icfc717b4932be050a169fc00dae720d29a6497f7 --- lib/tempest | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tempest b/lib/tempest index 525abcb582..6e87e54801 100644 --- a/lib/tempest +++ b/lib/tempest @@ -570,6 +570,7 @@ function configure_tempest { iniset $TEMPEST_CONFIG compute-feature-enabled snapshot False iniset $TEMPEST_CONFIG compute-feature-enabled suspend False else + iniset $TEMPEST_CONFIG compute-feature-enabled stable_rescue True iniset $TEMPEST_CONFIG compute-feature-enabled swap_volume True fi fi