Skip to content

Commit

Permalink
Add basic tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 2, 2023
1 parent e224ddd commit a09a499
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integration/targets/route53/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@
that:
- qdn is not failed
- qdn is changed
- "'wait_id' in qdn"
- qdn.wait_id is string

- name: Get A record using "get" method of route53 module
route53:
Expand Down Expand Up @@ -191,6 +193,7 @@
that:
- non_qdn is not failed
- non_qdn is not changed
- "'wait_id' not in non_qdn"

- name: Create A record using zone ID
route53:
Expand Down Expand Up @@ -705,6 +708,8 @@
- create_geo_continent_check_mode is changed
- create_geo_continent_check_mode is not failed
- '"route53:ChangeResourceRecordSets" not in create_geo_continent_check_mode.resource_actions'
- '"wait_id" in create_geo_continent_check_mode'
- create_geo_continent_check_mode.wait_id is none

- name: Create a record with geo_location - continent_code
route53:
Expand Down

0 comments on commit a09a499

Please sign in to comment.