From 7ec55338da1120de6fb49bb9f6164a8cbc843347 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Tue, 13 Mar 2018 11:01:21 -0400 Subject: [PATCH] Enable slow tests for lvm-barbican job We would likely benefit by running tempest.scenario.test_encrypted_cinder_volumes tests and TestVolumeBootPattern.test_create_server_from_volume_snapshot Change-Id: I5082926cc5ede463d67e3ab995e17983b5db3855 --- playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 109a8426358..e4f741876cd 100644 --- a/playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml +++ b/playbooks/legacy/cinder-tempest-dsvm-lvm-lio-barbican/run.yaml @@ -56,7 +56,7 @@ # As we are setting DEVSTACK_GATE_TEMPEST_ALL_PLUGINS, we need to add # the regex to limit the tests to the same as a tempest -efull would # run. - DEVSTACK_GATE_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario)|(^cinder\.tests.tempest))' + DEVSTACK_GATE_TEMPEST_REGEX='(^tempest\.(api|scenario)|(^cinder\.tests.tempest))' DEVSTACK_GATE_TEMPEST_REGEX+='(?!.*VolumesSnapshotTestJSON.test_snapshot_backup)' DEVSTACK_GATE_TEMPEST_REGEX+='(?!.*VolumesBackupsTest.test_backup_create_attached_volume)' DEVSTACK_GATE_TEMPEST_REGEX+='(?!.*VolumesBackupsTest.test_backup_create_and_restore_to_an_existing_volume)'