Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
$ go test -v -run TestAccAciFilterEntry_Update -timeout=60m
=== RUN TestAccAciFilterEntry_Update
=== STEP Basic: testing filter entry creation with required paramters only
=== STEP Basic: testing filter entry ether_t = ip
=== STEP Basic: testing filter entry apply_to_frag = yes
=== STEP Basic: testing filter entry apply_to_frag = no
=== STEP Basic: testing filter entry ether_t = arp
=== STEP Basic: testing filter entry arp_opc = req
=== STEP Basic: testing filter entry arp_opc = reply
=== STEP Basic: testing filter entry arp_opc = unspecified
=== STEP Basic: testing filter entry ether_t = ipv4
=== STEP Basic: testing filter entry ether_t = trill
=== STEP Basic: testing filter entry ether_t = mpls_ucast
=== STEP Basic: testing filter entry ether_t = mac_security
=== STEP Basic: testing filter entry ether_t = fcoe
=== STEP Basic: testing filter entry ether_t = ipv6
=== STEP Basic: testing filter entry icmpv4_t = dst-unreach
=== STEP Basic: testing filter entry icmpv4_t = echo
=== STEP Basic: testing filter entry icmpv4_t = time-exceeded
=== STEP Basic: testing filter entry icmpv4_t = src-quench
=== STEP Basic: testing filter entry icmpv6_t = time-exceeded
=== STEP Basic: testing filter entry icmpv6_t = echo-req
=== STEP Basic: testing filter entry icmpv6_t = nbr-solicit
=== STEP Basic: testing filter entry icmpv6_t = nbr-advert
=== STEP Basic: testing filter entry icmpv6_t = redirect
=== STEP Basic: testing filter entry match_dscp = CS1
=== STEP Basic: testing filter entry match_dscp = AF11
=== STEP Basic: testing filter entry match_dscp = AF12
=== STEP Basic: testing filter entry match_dscp = AF13
=== STEP Basic: testing filter entry match_dscp = CS2
=== STEP Basic: testing filter entry match_dscp = AF21
=== STEP Basic: testing filter entry match_dscp = AF22
=== STEP Basic: testing filter entry match_dscp = AF23
=== STEP Basic: testing filter entry match_dscp = CS3
=== STEP Basic: testing filter entry match_dscp = AF31
=== STEP Basic: testing filter entry match_dscp = AF32
=== STEP Basic: testing filter entry match_dscp = AF33
=== STEP Basic: testing filter entry match_dscp = CS4
=== STEP Basic: testing filter entry match_dscp = AF42
=== STEP Basic: testing filter entry match_dscp = AF43
=== STEP Basic: testing filter entry match_dscp = VA
=== STEP Basic: testing filter entry match_dscp = EF
=== STEP Basic: testing filter entry prot = icmp
=== STEP Basic: testing filter entry prot = igmp
=== STEP Basic: testing filter entry prot = egp
=== STEP Basic: testing filter entry prot = igp
=== STEP Basic: testing filter entry prot = icmpv6
=== STEP Basic: testing filter entry prot = eigrp
=== STEP Basic: testing filter entry prot = ospfigp
=== STEP Basic: testing filter entry prot = pim
=== STEP Basic: testing filter entry prot = l2tp
=== STEP Basic: testing filter entry prot = udp
=== STEP Basic: testing filter entry prot = tcp
=== STEP Basic: testing filter entry tcp_rules = ["syn"]
=== STEP Basic: testing filter entry tcp_rules = ["ack"]
=== STEP Basic: testing filter entry tcp_rules = ["fin"]
=== STEP Basic: testing filter entry tcp_rules = ["rst"]
=== STEP Basic: testing filter entry tcp_rules = ["syn"]
=== STEP Basic: testing filter entry tcp_rules = ["rst","fin"]
=== STEP Basic: testing filter entry ports ftpData
=== STEP Basic: testing filter entry ports smtp
=== STEP Basic: testing filter entry ports dns
=== STEP Basic: testing filter entry ports http
=== STEP Basic: testing filter entry ports pop3
=== STEP Basic: testing filter entry ports rtsp
=== PAUSE TestAccAciFilterEntry_Update
=== CONT TestAccAciFilterEntry_Update
=== STEP testing Filter Entry destroy
--- PASS: TestAccAciFilterEntry_Update (2015.18s)
PASS
ok github.com/terraform-providers/terraform-provider-aci/testacc 2017.567s