diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-08 17:32:34 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-08 17:32:34 +0100 |
commit | 5bb75aa96aabdd69e605d317e6f0e387d1589a6b (patch) | |
tree | 37798d2cd5f0166ccc6ded60073fd9f085a51436 /tools | |
parent | cbf9e13e38cbe33e5ac9931f52298fc12f644d7f (diff) |
Enable object discoverability in tempest
It's now supported and will allow pass refstack_object.
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I7e3ed3ff2a2e08468aea0578690878e52985e50a
Diffstat (limited to 'tools')
-rw-r--r-- | tools/files/tempest_conf.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
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,\ |