diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-10 20:58:46 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-10 22:18:19 +0200 |
commit | cd6cfd499192f89a1b0e36e757ed1f0b805b8e8c (patch) | |
tree | d2f06a9a6464f9e32d425c3f70816d30641ac698 | |
parent | 8ffc8773c0b66123a2d24ba477e684ebebd2cc53 (diff) |
Disable Swift discoverability in tempest
It allows passing most of Swift tests even if bucket info is missing.
Additional modifications should be applied to SUT [1].
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1252600
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I28cd5de5cda47324a5c0589b32394232c78786a3
-rwxr-xr-x | tools/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test.sh b/tools/test.sh index b6a6b48..4566e42 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -39,6 +39,8 @@ volume: storage_protocol: ceph volume-feature-enabled: backup: true +object-storage-feature-enabled: + discoverability: false EOF cat > openstack.creds << EOF |