From d1733a6e20d17dd92aa64e1865f65bd56f38e080 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 17 May 2018 11:13:13 -0400 Subject: [PATCH] Disable test_volume_backup_restore for lio-barbican job Tempest recently added this test and it is failing here. Change-Id: Idfe243347ec7fb529c253955b27d499718ef086e --- playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml | 1 + 1 file changed, 1 insertion(+) 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 e4f741876cd..4ed117bcabd 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