qa/rgw: don't scan radosgw logs for encryption keys on jewel upgrade test

Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2017-04-20 14:49:04 -04:00
parent dcbc28fc46
commit a4fc5c38e5
2 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,7 @@ workload_jewel:
client.0:
force-branch: ceph-jewel
rgw_server: client.0
scan_for_encryption_keys: false
- print: "**** done s3tests workload_jewel"
upgrade-sequence_jewel:
sequential:

View File

@ -379,6 +379,8 @@ def scan_for_leaked_encryption_keys(ctx, config):
log.debug('Scanning radosgw logs for leaked encryption keys...')
procs = list()
for client, client_config in config.iteritems():
if not client_config.get('scan_for_encryption_keys', True):
continue
(remote,) = ctx.cluster.only(client).remotes.keys()
proc = remote.run(
args=[