Skip to content

Commit

Permalink
Re-enable integration test for autoscaling_instance* modules (#2383)
Browse files Browse the repository at this point in the history
SUMMARY


Fixes #2362
ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
Reviewed-by: Mike Graves <[email protected]>
Reviewed-by: Mark Chappell
  • Loading branch information
GomathiselviS authored Nov 12, 2024
1 parent 69d81d5 commit 453e084
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/autoscaling_instance_enable_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- autoscaling_instance - Enable integration tests which were disabled earlier due to permission issues (https://github.com/ansible-collections/amazon.aws/pull/2383).
2 changes: 0 additions & 2 deletions tests/integration/targets/autoscaling_instance/aliases
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# reason: missing-policy
disabled
time=30m
cloud/aws

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# =====================================================
# Test updating the health of all instances
# =====================================================
- name: Sleep to wait for the health check period to be over before making any changes
ansible.builtin.wait_for:
timeout: 10

# Set all to Healthy - no change
- name: instance_ids - all Healthy (idempotency) - check_mode
Expand Down

0 comments on commit 453e084

Please sign in to comment.