mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
615 B
YAML
17 lines
615 B
YAML
6 years ago
|
---
|
||
|
- block:
|
||
|
|
||
|
- include: ./credential_tests.yml
|
||
|
- include: ./test_states.yml
|
||
|
- include: ./test_tags.yml
|
||
|
- include: ./test_modification.yml # TODO: test availability_zone and multi_az
|
||
|
- include: ./test_bad_options.yml
|
||
|
- include: ./test_processor_features.yml
|
||
|
- include: ./test_encryption.yml
|
||
|
- include: ./test_final_snapshot.yml
|
||
|
- include: ./test_read_replica.yml
|
||
|
- include: ./test_vpc_security_groups.yml
|
||
|
#- include: ./test_restore_instance.yml # TODO: point-in-time, snapshot, s3
|
||
|
# TODO: uncomment after adding rds_cluster module
|
||
|
#- include: ./test_aurora.yml
|