diff options
author | Will Thames <will@thames.id.au> | 2019-06-28 20:28:47 +1000 |
---|---|---|
committer | Sloane Hertel <shertel@redhat.com> | 2019-07-02 17:48:07 -0400 |
commit | a6d757e0746884e95b76d5da3b012f6f83aab7d3 (patch) | |
tree | c50a5fa43e6f735b0d367198c36087534099da36 /hacking | |
parent | da1a621bd908e1248ee1559303b805eac0096d11 (diff) | |
download | ansible-a6d757e0746884e95b76d5da3b012f6f83aab7d3.tar.gz |
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.json | 3 |
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": "*" }, |