ansible/test/integration/targets/rds_instance/tasks/main.yml
Will Thames a09aa205e1 Fix RDS test suite and minor bugs revealed (#57940)
* Update testing policy to be correct for RDS test suite
* Create read replica in same region to avoid more permissions being
  required
* Ensure modifying DB doesn't try to downgrade engine version
* Add tags to main test suite to limit number of tests run for problem
  solving
2019-06-25 09:54:03 -04:00

27 lines
863 B
YAML

---
- block:
- include: ./credential_tests.yml
tags: credentials
- include: ./test_states.yml
tags: states
- include: ./test_tags.yml
tags: tags
- include: ./test_modification.yml # TODO: test availability_zone and multi_az
tags: modification
- include: ./test_bad_options.yml
tags: bad_options
- include: ./test_processor_features.yml
tags: processor_features
- include: ./test_encryption.yml
tags: encryption
- include: ./test_final_snapshot.yml
tags: final_snapshot
- include: ./test_read_replica.yml
tags: read_replica
- include: ./test_vpc_security_groups.yml
tags: vpc_security_groups
#- include: ./test_restore_instance.yml # TODO: point-in-time, snapshot, s3
# TODO: uncomment after adding rds_cluster module
#- include: ./test_aurora.yml