Skip to content

Instantly share code, notes, and snippets.

@kasia-kittel
Created September 2, 2019 13:17
Show Gist options
  • Select an option

  • Save kasia-kittel/ee1389f395fc85853105c47ad2022e1f to your computer and use it in GitHub Desktop.

Select an option

Save kasia-kittel/ee1389f395fc85853105c47ad2022e1f to your computer and use it in GitHub Desktop.
Terratest PR tests output
(...):aws kasia$ aws-vault exec test -- go test -v -timeout 15m -run TestGetDefaultVpc
=== RUN TestGetDefaultVpc
=== PAUSE TestGetDefaultVpc
=== CONT TestGetDefaultVpc
TestGetDefaultVpc 2019-09-02T14:16:24+01:00 region.go:91: Using region us-east-1
--- PASS: TestGetDefaultVpc (1.38s)
PASS
ok terratest/modules/aws 1.410s
(...):aws kasia$ aws-vault exec test -- go test -v -timeout 15m -run TestGetVpcById
=== RUN TestGetVpcById
=== PAUSE TestGetVpcById
=== CONT TestGetVpcById
TestGetVpcById 2019-09-02T14:16:33+01:00 region.go:91: Using region sa-east-1
--- PASS: TestGetVpcById (2.92s)
PASS
ok terratest/modules/aws 2.939s
(...):aws kasia$ aws-vault exec test -- go test -v -timeout 15m -run TestGetVpcById
=== RUN TestGetVpcById
=== PAUSE TestGetVpcById
=== CONT TestGetVpcById
TestGetVpcById 2019-09-02T14:16:43+01:00 region.go:91: Using region ap-northeast-2
--- PASS: TestGetVpcById (2.95s)
PASS
ok terratest/modules/aws 2.971s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment