summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorWill Thames <will@thames.id.au>2017-11-21 08:31:08 +1000
committerSloane Hertel <shertel@redhat.com>2017-11-20 17:31:08 -0500
commit0b128e2e29b812760671a0dc9e17b3e391dab8d1 (patch)
tree04bdf8b482b5100eedb92b493c541f520976dc93 /hacking
parent95a2140f4b1b34a82a1a88f65c7079f1371c5740 (diff)
downloadansible-0b128e2e29b812760671a0dc9e17b3e391dab8d1.tar.gz
Add tests for ec2_vpc_route_table (#32036)
* Add tests for ec2_vpc_route_table Initial tests for ec2_vpc_route_table ready for boto3 porting * Turn AWS connection information into a YAML block
Diffstat (limited to 'hacking')
-rw-r--r--hacking/aws_config/testing_policies/ec2-policy.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/hacking/aws_config/testing_policies/ec2-policy.json b/hacking/aws_config/testing_policies/ec2-policy.json
index 2ccababf7f..54c8c53fba 100644
--- a/hacking/aws_config/testing_policies/ec2-policy.json
+++ b/hacking/aws_config/testing_policies/ec2-policy.json
@@ -17,6 +17,7 @@
"ec2:CreateInternetGateway",
"ec2:CreateKeyPair",
"ec2:CreateNatGateway",
+ "ec2:CreateRoute",
"ec2:CreateRouteTable",
"ec2:CreateSecurityGroup",
"ec2:CreateSnapshot",
@@ -24,14 +25,18 @@
"ec2:CreateTags",
"ec2:CreateVpc",
"ec2:DeleteKeyPair",
+ "ec2:DeleteInternetGateway",
"ec2:DeleteNatGateway",
"ec2:DeleteSnapshot",
"ec2:DeleteSubnet",
+ "ec2:DeleteRoute",
+ "ec2:DeleteRouteTable",
"ec2:DeleteTags",
"ec2:DeleteVpc",
"ec2:DeleteTags",
"ec2:DeregisterImage",
"ec2:Describe*",
+ "ec2:DetachInternetGateway",
"ec2:DisassociateAddress",
"ec2:DisassociateRouteTable",
"ec2:ImportKeyPair",