From ac3c750236d14d6ef16795d65dab98aad9417f95 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: 2023年10月23日 09:42:38 -0700 Subject: [PATCH] Stop skipping cephfs snapshot cloning test The scenario test `test_write_data_to_share_created_from_snapshot` was being skipped because of a bug in ceph's MDS service. It has now been addressed [1] [1] https://tracker.ceph.com/issues/57210 Closes-Bug: #1989273 Change-Id: I967479458038b67c7892a71ac881491e1f8c87f7 Depends-On: Iea541d2edefc871bcac2d965997c88462fcbe521 Signed-off-by: Goutham Pacha Ravi --- zuul.d/manila-tempest-jobs.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/zuul.d/manila-tempest-jobs.yaml b/zuul.d/manila-tempest-jobs.yaml index 3a481473..a544cca9 100644 --- a/zuul.d/manila-tempest-jobs.yaml +++ b/zuul.d/manila-tempest-jobs.yaml @@ -495,10 +495,7 @@ vars: # TODO(gouthamr): some tests are disabled due to bugs # IPv6 Tests: https://bugs.launchpad.net/manila/+bug/1998489 - # snapshot clone fs sync: https://bugs.launchpad.net/manila/+bug/1989273 - tempest_exclude_regex: "\ - (^manila_tempest_tests.tests.scenario.*IPv6.*)|\ - (^manila_tempest_tests.tests.scenario.test_share_basic_ops.TestShareBasicOpsNFS.test_write_data_to_share_created_from_snapshot)" + tempest_exclude_regex: "(^manila_tempest_tests.tests.scenario.*IPv6.*)" devstack_localrc: MANILA_OPTGROUP_cephfsnfs_cephfs_ganesha_server_ip: "{{ hostvars[inventory_hostname]['nodepool']['private_ipv4'] }}" CEPH_RELEASE: "quincy" @@ -558,10 +555,7 @@ tempest_concurrency: 2 # TODO(gouthamr): some tests are disabled due to bugs # IPv6 Tests: https://bugs.launchpad.net/manila/+bug/1998489 - # snapshot clone fs sync: https://bugs.launchpad.net/manila/+bug/1989273 - tempest_exclude_regex: "\ - (^manila_tempest_tests.tests.scenario.*IPv6.*)|\ - (^manila_tempest_tests.tests.scenario.test_share_basic_ops.TestShareBasicOpsNFS.test_write_data_to_share_created_from_snapshot)" + tempest_exclude_regex: "(^manila_tempest_tests.tests.scenario.*IPv6.*)" devstack_localrc: MYSQL_REDUCE_MEMORY: True CEPHADM_DEPLOY: True

AltStyle によって変換されたページ (->オリジナル) /