From 170cc45947459384b62a7f899f8c65fa7081bb3e Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Wed, 15 Jul 2020 23:42:05 -0700 Subject: [PATCH] [ci] Re-enable scenario tests in the LVM job Bug #1886668 has now been addressed in ubuntu, and the new kernel no longer suffers from the problem that led to mid-test reboots like the previous ones did. So we can safely re-enable scenario tests in the gating LVM job. Change-Id: Iefcacfb83262eb8441fd524b4703491980b6a9d7 Related-Bug: #1886668 Closes-Bug: #1886988 Signed-off-by: Goutham Pacha Ravi --- zuul.d/manila-tempest-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/manila-tempest-jobs.yaml b/zuul.d/manila-tempest-jobs.yaml index b46d6c98..fee206a1 100644 --- a/zuul.d/manila-tempest-jobs.yaml +++ b/zuul.d/manila-tempest-jobs.yaml @@ -112,7 +112,7 @@ required-projects: - openstack/neutron-dynamic-routing vars: - tempest_test_regex: '(^manila_tempest_tests.tests.api)(?=.*\[.*\bbackend\b.*\])' + tempest_test_regex: '(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])' devstack_localrc: SHARE_DRIVER: manila.share.drivers.lvm.LVMShareDriver MANILA_ENABLED_BACKENDS: london,paris