summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2017-07-07 14:13:40 +0100
committerAnthony PERARD <anthony.perard@citrix.com>2017-07-11 14:32:35 +0100
commite44ea07c4ddd4f493482fd6f4f02446a2718ed65 (patch)
tree0afbb8115a2179f05e44040a1fe29115adcc57b7 /devstack
parent48268c73e3f43fa763d071422816942942987f4a (diff)
downloadnova-e44ea07c4ddd4f493482fd6f4f02446a2718ed65.tar.gz
Skip boot from encrypted volume on Xen+libvirt
The Xen toolstack is trying to locate the kernel by running pygrub on the host (as opposed to in guest) on the disk image, this fails for encrypted volume. Skip the Tempest test until this is resolved. Change-Id: I173ac0ae8ebfb249d75a29e425e90c8928c3da40 Related-Bug: 1702897
Diffstat (limited to 'devstack')
-rw-r--r--devstack/tempest-dsvm-tempest-xen-rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/devstack/tempest-dsvm-tempest-xen-rc b/devstack/tempest-dsvm-tempest-xen-rc
index 102a183314..669c705467 100644
--- a/devstack/tempest-dsvm-tempest-xen-rc
+++ b/devstack/tempest-dsvm-tempest-xen-rc
@@ -32,5 +32,9 @@ r="$r|tempest\.api\.compute\.admin\.test_volume_swap\.TestVolumeSwap\.test_volum
# https://bugs.launchpad.net/nova/+bug/1675787
r="$r|tempest\.api\.compute\.images\.test_images\.ImagesTestJSON\.test_create_image_from_paused_server"
+# Cannot boot from encrypted volume
+# https://bugs.launchpad.net/nova/+bug/1702897
+r="$r|tempest\.scenario\.test_volume_boot_pattern\.TestVolumeBootPattern\.test_boot_server_from_encrypted_volume_luks"
+
r="^(?!.*(?:$r))(?:^tempest\.(?:api|scenario|thirdparty))"
export DEVSTACK_GATE_TEMPEST_REGEX="$r"