summaryrefslogtreecommitdiffstats
path: root/hacking
diff options
context:
space:
mode:
authorWill Thames <will@thames.id.au>2019-06-28 12:28:47 +0200
committerSloane Hertel <shertel@redhat.com>2019-07-02 23:48:07 +0200
commita6d757e0746884e95b76d5da3b012f6f83aab7d3 (patch)
treec50a5fa43e6f735b0d367198c36087534099da36 /hacking
parentRemoved nested role for ec2_instance tests (diff)
downloadansible-a6d757e0746884e95b76d5da3b012f6f83aab7d3.tar.xz
ansible-a6d757e0746884e95b76d5da3b012f6f83aab7d3.zip
Ensure block device instance creation outputs instances
Not waiting outputs results in a format that will never be matched by the tests Ensure instances get tidied up Allow ec2:ReportInstanceStatus ec2_instance: Improve test cleanup on failing tests Improve describe/modify attribute error handling Address feedback on PR
Diffstat (limited to 'hacking')
-rw-r--r--hacking/aws_config/testing_policies/compute-policy.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/hacking/aws_config/testing_policies/compute-policy.json b/hacking/aws_config/testing_policies/compute-policy.json
index 94b1baae39..123843b3dd 100644
--- a/hacking/aws_config/testing_policies/compute-policy.json
+++ b/hacking/aws_config/testing_policies/compute-policy.json
@@ -86,7 +86,8 @@
"ec2:ModifyVpcAttribute",
"ec2:RegisterImage",
"ec2:ReleaseAddress",
- "ec2:ReplaceRouteTableAssociation"
+ "ec2:ReplaceRouteTableAssociation",
+ "ec2:ReportInstanceStatus"
],
"Resource": "*"
},