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.
$ make fmt && make testacc
gofmt -w $(find . -name '*.go' |grep -v vendor)
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test $(go list ./... |grep -v 'vendor') -v -timeout 120m
? github.com/terraform-providers/terraform-provider-aci [no test files]
? github.com/terraform-providers/terraform-provider-aci/aci [no test files]
=== RUN TestAccAciAnyDataSource_Basic
=== STEP Basic: testing any data source reading without giving name
=== STEP Basic: testing any data source reading with giving name
=== STEP testing any data source update for attribute: npvje = ft99u
=== STEP Basic: testing any data source reading with invalid name
=== STEP testing any data source update for attribute: description = test_annotation_1
=== PAUSE TestAccAciAnyDataSource_Basic
=== RUN TestProvider
--- PASS: TestProvider (0.03s)
=== RUN TestProvider_impl
--- PASS: TestProvider_impl (0.00s)
=== RUN TestAccAciAny_Basic
=== STEP Basic: testing any creation without giving Name
=== STEP testing any creation with name
=== STEP Basic: testing any creation with optional parameters
=== STEP Basic: testing any creation with different vrf name acctestctmm0
=== STEP Basic: testing any update without giving Name
=== STEP testing any creation with name
=== PAUSE TestAccAciAny_Basic
=== RUN TestAccAciAny_Update
=== STEP testing any creation with name
=== STEP testing attribute: match_t=All
=== STEP testing attribute: match_t=None
=== PAUSE TestAccAciAny_Update
=== RUN TestAccAciAny_NegativeCases
=== STEP testing any creation with name
=== STEP Basic: testing any creation with invalid vrf_dn
=== STEP testing attribute: description=oda02wmtw6g87ost9o6t6hbn4c02mxqoaemutlxo40yzaikk81saggeb8x2jloe93xpwm1j9zr0gds3oogbwbmlyaewkmheh4owm3gcrn34k3fz3ery41vq8j7vs8hva7
=== STEP testing attribute: annotation=oda02wmtw6g87ost9o6t6hbn4c02mxqoaemutlxo40yzaikk81saggeb8x2jloe93xpwm1j9zr0gds3oogbwbmlyaewkmheh4owm3gcrn34k3fz3ery41vq8j7vs8hva7
=== STEP testing attribute: name_alias=3xdgpsfnmuoxbqejijftbchhg6q7xqte7tqre2lpyjnfwwvixbk3t222ow31fjyd
=== STEP testing attribute: match_t=rfii0
=== STEP testing attribute: pref_gr_memb=rfii0
=== STEP testing attribute: zwzpl=rfii0
=== STEP testing any creation with name
=== PAUSE TestAccAciAny_NegativeCases
=== RUN TestAccAny_reltionalParameters
=== STEP testing any creation with name
=== STEP Relation Parameters: testing any creation with initial relational parameters
=== STEP Relation Parameters: testing any creation with final relational parameters
=== STEP testing any creation with name
=== PAUSE TestAccAny_reltionalParameters
=== RUN TestAccAny_MultipleCreateDelete
=== STEP creating multiple anys
=== STEP testing any destroy
--- PASS: TestAccAny_MultipleCreateDelete (71.52s)
=== CONT TestAccAciAnyDataSource_Basic
=== CONT TestAccAciAny_NegativeCases
=== CONT TestAccAciAny_Update
=== CONT TestAccAciAny_Basic
=== CONT TestAccAny_reltionalParameters
=== STEP testing any destroy
--- PASS: TestAccAciAnyDataSource_Basic (140.58s)
=== STEP testing any destroy
--- PASS: TestAccAciAny_Update (167.41s)
=== STEP testing any destroy
--- PASS: TestAccAciAny_NegativeCases (208.60s)
=== STEP testing any destroy
--- PASS: TestAccAny_reltionalParameters (229.55s)
=== STEP testing any destroy
--- PASS: TestAccAciAny_Basic (245.01s)
PASS
ok github.com/terraform-providers/terraform-provider-aci/testacc 318.812s