summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorWill Thames <will@thames.id.au>2017-11-17 04:09:42 +1000
committerRyan Brown <sb@ryansb.com>2017-11-16 13:09:42 -0500
commit46c4f6311a5149bd7d049c763fd6c2013a100b72 (patch)
treeb76532f7234429cc276b5d345b073adcee108b17 /hacking
parent4f38c1fea04460ff76f4607df0874fcbe18f9bda (diff)
downloadansible-46c4f6311a5149bd7d049c763fd6c2013a100b72.tar.gz
[cloud] Add retries/backoff to ec2_vpc_subnet module (#31870)
* Allow backoff for describe_subnets Improve exception handling to latest standards * Add integration test suite for ec2_vpc_subnet * Add test for creating subnet without AZ Fix bug identified by test Fixes #31905
Diffstat (limited to 'hacking')
-rw-r--r--hacking/aws_config/testing_policies/ec2-policy.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/hacking/aws_config/testing_policies/ec2-policy.json b/hacking/aws_config/testing_policies/ec2-policy.json
index c80178323f..c5623b6237 100644
--- a/hacking/aws_config/testing_policies/ec2-policy.json
+++ b/hacking/aws_config/testing_policies/ec2-policy.json
@@ -27,6 +27,7 @@
"ec2:DeleteSubnet",
"ec2:DeleteTags",
"ec2:DeleteVpc",
+ "ec2:DeleteTags",
"ec2:DeregisterImage",
"ec2:Describe*",
"ec2:DisassociateAddress",