From 5bb75aa96aabdd69e605d317e6f0e387d1589a6b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 8 Dec 2020 17:32:34 +0100 Subject: Enable object discoverability in tempest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's now supported and will allow pass refstack_object. Signed-off-by: Cédric Ollivier Change-Id: I7e3ed3ff2a2e08468aea0578690878e52985e50a --- tools/files/tempest_conf.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/files/tempest_conf.yaml b/tools/files/tempest_conf.yaml index d17f93b..d5431ac 100644 --- a/tools/files/tempest_conf.yaml +++ b/tools/files/tempest_conf.yaml @@ -108,8 +108,7 @@ object-storage-feature-enabled: discoverable_apis: "account_quotas,formpost,bulk_upload,bulk_delete,\ tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo" object_versioning: true - # disabled since Airship 1.7 - discoverability: false + discoverability: true heat_plugin: skip_functional_test_list: EncryptionVolTypeTest skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\ -- cgit 1.2.3-korg