From 38ec4ce6b9a716f488251f4cbe5aa40ac08d2d2c Mon Sep 17 00:00:00 2001 From: Ronelle Landy Date: Wed, 7 Apr 2021 15:03:37 -0400 Subject: [PATCH] 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 --- zuul.d/standalone-jobs.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/zuul.d/standalone-jobs.yaml b/zuul.d/standalone-jobs.yaml index 2029ad0f8..0100371aa 100644 --- a/zuul.d/standalone-jobs.yaml +++ b/zuul.d/standalone-jobs.yaml @@ -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'