Skip test_share_extend in CephFS jobs
There's a regression in Ceph tracked by
https://tracker.ceph.com/issues/67323
So we'll skip the test for now while the
issue is resolved in Ceph.
Change-Id: I030fe57608f4082a84ff60c31132c9bc7cbd1b1e
Partial-Bug: #2075981
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
diff --git a/zuul.d/manila-tempest-jobs.yaml b/zuul.d/manila-tempest-jobs.yaml
index c15eff9..56fc039 100644
--- a/zuul.d/manila-tempest-jobs.yaml
+++ b/zuul.d/manila-tempest-jobs.yaml
@@ -416,7 +416,12 @@
vars:
configure_swap_size: 8192
tempest_test_regex: manila_tempest_tests.tests
- tempest_exclude_regex: '(^manila_tempest_tests.tests.scenario.*ceph_fuse.*)'
+ # NOTE(gouthamr): Avoiding ceph fuse tests to conserve resources;
+ # we're hoping we'd get sufficient coverage through kernel tests.
+ # test_extend_share: https://bugs.launchpad.net/manila/+bug/2075981
+ tempest_exclude_regex: "\
+ (^manila_tempest_tests.tests.scenario.*ceph_fuse.*)|\
+ (^manila_tempest_tests.tests.scenario.test_share_extend.*)"
devstack_localrc:
ENABLE_CEPH_NOVA: false
CEPHADM_DEPLOY: true
@@ -493,7 +498,10 @@
tempest_concurrency: 1
# TODO(gouthamr): some tests are disabled due to bugs
# IPv6 Tests: https://bugs.launchpad.net/manila/+bug/1998489
- tempest_exclude_regex: "(^manila_tempest_tests.tests.scenario.*IPv6.*)"
+ # test_share_extend: https://bugs.launchpad.net/manila/+bug/2075981
+ tempest_exclude_regex: "\
+ (^manila_tempest_tests.tests.scenario.*IPv6.*)|\
+ (^manila_tempest_tests.tests.scenario.test_share_extend.*)"
tempest_test_regex: '(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])'
devstack_localrc:
CEPHADM_DEPLOY: True
@@ -560,7 +568,10 @@
tempest_concurrency: 2
# TODO(gouthamr): some tests are disabled due to bugs
# IPv6 Tests: https://bugs.launchpad.net/manila/+bug/1998489
- tempest_exclude_regex: "(^manila_tempest_tests.tests.scenario.*IPv6.*)"
+ # test_share_extend: https://bugs.launchpad.net/manila/+bug/2075981
+ tempest_exclude_regex: "\
+ (^manila_tempest_tests.tests.scenario.*IPv6.*)|\
+ (^manila_tempest_tests.tests.scenario.test_share_extend.*)"
devstack_localrc:
MYSQL_REDUCE_MEMORY: True
CEPHADM_DEPLOY: True