args += ['REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt']
else:
args += ['REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt']
- attrs = ["not fails_on_rgw", "not lifecycle_expiration", "not test_of_sts", "not webidentity_test"]
+ attrs = ["not fails_on_rgw", "not lifecycle_expiration"]
+ if not client_config.get('sts_tests', False):
+ attrs += ["not test_of_sts"]
+ if not client_config.get('webidentity_tests', False):
+ attrs += ["not webidentity_test"]
if client_config.get('calling-format') != 'ordinary':
attrs += ['not fails_with_subdomain']
if not client_config.get('with-sse-s3'):