From a0420244e3d14f4441adab462fe9d2a0f1316b58 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: 2024年7月25日 17:25:11 -0700 Subject: [PATCH] Enable API testing with standalone cephfs-nfs job Recently [1], we turned off a bunch of tests since we were building out a way to run nfs-ganesha standalone with a cephadm based ceph cluster [2]. Running API tests will increase the coverage. We can retain the "backend" filter in our test regex since we still don't want to run any API only tests in this job. [1] I5b7fd5b2b557203189c25fa2a988d790e7fda3eb [2] If983bb5d5a5fc0c16c1cead84b5fa30ea961d21b Change-Id: I2198eee3892b2bb0eb835ec66e21b708152b33a9 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 c3b4e584..c15eff92 100644 --- a/zuul.d/manila-tempest-jobs.yaml +++ b/zuul.d/manila-tempest-jobs.yaml @@ -494,7 +494,7 @@ # 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.*)" - tempest_test_regex: '(^manila_tempest_tests.tests.scenario)(?=.*\[.*\bbackend\b.*\])' + tempest_test_regex: '(^manila_tempest_tests.tests)(?=.*\[.*\bbackend\b.*\])' devstack_localrc: CEPHADM_DEPLOY: True CEPHADM_DEV_OSD: True

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