-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider/aws: Add support for IPv6 to aws_security_group_rule (#12645)
``` % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSSecurityGroupRule_' ✹ ✭ ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2017/03/13 15:40:39 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSSecurityGroupRule_ -timeout 120m === RUN TestAccAWSSecurityGroupRule_Ingress_VPC --- PASS: TestAccAWSSecurityGroupRule_Ingress_VPC (53.36s) === RUN TestAccAWSSecurityGroupRule_Ingress_Protocol --- PASS: TestAccAWSSecurityGroupRule_Ingress_Protocol (85.22s) === RUN TestAccAWSSecurityGroupRule_Ingress_Ipv6 --- PASS: TestAccAWSSecurityGroupRule_Ingress_Ipv6 (87.55s) === RUN TestAccAWSSecurityGroupRule_Ingress_Classic --- PASS: TestAccAWSSecurityGroupRule_Ingress_Classic (50.58s) === RUN TestAccAWSSecurityGroupRule_MultiIngress --- PASS: TestAccAWSSecurityGroupRule_MultiIngress (47.98s) === RUN TestAccAWSSecurityGroupRule_Egress --- PASS: TestAccAWSSecurityGroupRule_Egress (50.48s) === RUN TestAccAWSSecurityGroupRule_SelfReference --- PASS: TestAccAWSSecurityGroupRule_SelfReference (82.45s) === RUN TestAccAWSSecurityGroupRule_ExpectInvalidTypeError --- PASS: TestAccAWSSecurityGroupRule_ExpectInvalidTypeError (0.01s) === RUN TestAccAWSSecurityGroupRule_PartialMatching_basic --- PASS: TestAccAWSSecurityGroupRule_PartialMatching_basic (95.55s) === RUN TestAccAWSSecurityGroupRule_PartialMatching_Source --- PASS: TestAccAWSSecurityGroupRule_PartialMatching_Source (95.65s) === RUN TestAccAWSSecurityGroupRule_Issue5310 --- PASS: TestAccAWSSecurityGroupRule_Issue5310 (45.91s) === RUN TestAccAWSSecurityGroupRule_Race --- PASS: TestAccAWSSecurityGroupRule_Race (697.79s) === RUN TestAccAWSSecurityGroupRule_SelfSource --- PASS: TestAccAWSSecurityGroupRule_SelfSource (96.19s) === RUN TestAccAWSSecurityGroupRule_PrefixListEgress --- PASS: TestAccAWSSecurityGroupRule_PrefixListEgress (97.51s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 1586.248s ```
- Loading branch information
Showing
3 changed files
with
130 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters