Created
September 2, 2019 13:17
-
-
Save kasia-kittel/ee1389f395fc85853105c47ad2022e1f to your computer and use it in GitHub Desktop.
Terratest PR tests output
This file contains hidden or 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
| (...):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