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 <gouthampravi@gmail.com>
This commit is contained in:
Goutham Pacha Ravi
2024年07月25日 17:25:11 -07:00
parent a04b5f6f3e
commit a0420244e3

View File

@@ -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
Reference in New Issue
openstack/manila-tempest-plugin
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.