ansible/test/integration/targets/s3_logging/defaults/main.yml
Mark Chappell 8d0737edf0 Integration tests for s3_logging (#63257)
* s3_logging: (integration tests) updated AWS policy

* s3_logging: fix sanity test issues

* s3_logging: Integration tests

* Add pauses to cope with evenual consistency

* Mark s3_logging tests as 'unsupported' for now due to testing instability
2019-10-17 11:33:55 -07:00

4 lines
142 B
YAML

---
test_bucket: '{{ resource_prefix }}-testbucket'
log_bucket_1: '{{ resource_prefix }}-logs-1'
log_bucket_2: '{{ resource_prefix }}-logs-2'