Stop overriding manila tempest params

Manila's CephFS driver that we're testing
in scenario004 started supporting
snapshots and snapshot cloning, and our
tempest opts are incompatible.

Since tempestconf has a way to detect
the right options, lets stop overriding
in the job definitions.

Periodic RDO jobs will need to be fixed
in the same manner.

Depends-On: https://review.rdoproject.org/r/c/rdoinfo/+/33233
Related-Bug: #1922784
Change-Id: I4fbe340a110cb0b99e786844760af134672cda37
This commit is contained in:
Ronelle Landy 2021-04-07 15:03:37 -04:00
parent 8777ffcfff
commit 38ec4ce6b9

View File

@ -439,11 +439,6 @@
- 'ci/environments/scenario004-standalone.yaml'
tempest_services:
- manila
tempest_tempest_conf_overrides:
'share.multitenancy_enabled': 'False'
'share.enable_protocols': 'nfs'
'share.capability_snapshot_support': 'False'
'share.capability_create_share_from_snapshot_support': 'False'
tempest_test_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
- 'manila_tempest_tests.tests.api.test_shares.SharesCephFSTest.test_create_get_delete_share'
@ -646,10 +641,6 @@
- manila
tempest_tempest_conf_overrides:
'auth.tempest_roles': 'Member'
'share.multitenancy_enabled': 'False'
'share.enable_protocols': 'nfs'
'share.capability_snapshot_support': 'False'
'share.capability_create_share_from_snapshot_support': 'False'
tempest_test_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
- 'manila_tempest_tests.tests.api.test_shares.SharesNFSTest.test_create_get_delete_share'