[CI] Ceph/NFS: skip data-intensive tests with ipv6
We're running test_create_shrink_and_write and test_create_extend_and_write tests twice, changing only the client VM's IP address family. Not much value in running all of these since we're exhausting the disk space with these tests. We can choose to re-enable these tests when the situation changes with either the footprint of the tests or the form factor of the devstack node. Partial-Bug: #2009083 Change-Id: I868b2e40934e5d10eb0c5cc6fa867e6adc2cc9fc Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
1 changed files with 5 additions and 0 deletions
@@ -408,6 +408,11 @@
- openstack/neutron-dynamic-routing
vars:
tempest_concurrency:2
# turning off some tests due to exhaustion of disk space
# https://bugs.launchpad.net/manila/+bug/2009083
tempest_exclude_regex:"\
(^manila_tempest_tests.tests.scenario.test_share_extend.TestShareExtendNFSIPv6.test_create_extend_and_write)|\
(^manila_tempest_tests.tests.scenario.test_share_shrink.TestShareShrinkNFSIPv6.test_create_shrink_and_write)"
devstack_services:*devstack-with-ovs# LP 1940324
devstack_plugins:
devstack-plugin-ceph:https://opendev.org/openstack/devstack-plugin-ceph
Reference in New Issue
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.