summaryrefslogtreecommitdiff
path: root/playbooks/legacy
diff options
context:
space:
mode:
authorEric Harney <eharney@redhat.com>2018-05-17 11:13:13 -0400
committerEric Harney <eharney@redhat.com>2018-05-17 11:13:13 -0400
commitd1733a6e20d17dd92aa64e1865f65bd56f38e080 (patch)
treec5149a41c1c20f52317d09d75a7bdca38ac8776b /playbooks/legacy
parent1f76e2cd7d6d06a8e23a0e96f001f023fe261b8b (diff)
downloadcinder-d1733a6e20d17dd92aa64e1865f65bd56f38e080.tar.gz
Disable test_volume_backup_restore for lio-barbican job
Tempest recently added this test and it is failing here. Change-Id: Idfe243347ec7fb529c253955b27d499718ef086e
Diffstat (limited to 'playbooks/legacy')
-rw-r--r--playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml b/playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml
index e4f741876..4ed117bca 100644
--- a/playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml
+++ b/playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml
@@ -65,6 +65,7 @@
DEVSTACK_GATE_TEMPEST_REGEX+='(?!.*VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete)'
DEVSTACK_GATE_TEMPEST_REGEX+='(?!.*VolumesBackupsTest.test_volume_snapshot_backup)'
DEVSTACK_GATE_TEMPEST_REGEX+='(?!.*VolumesBackupsV39Test.test_update_backup)'
+ DEVSTACK_GATE_TEMPEST_REGEX+='(?!.*TestVolumeBackupRestore.test_volume_backup_restore)'
export DEVSTACK_GATE_TEMPEST_REGEX
export BRANCH_OVERRIDE=default
if [ "$BRANCH_OVERRIDE" != "default" ] ; then