Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add activation of ACMPCA CA to acceptance tests #13684

Merged
merged 2 commits into from
Aug 21, 2020

Commits on Aug 21, 2020

  1. r/aws_acmpca_certificate_authority: Test CA activation.

    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAwsAcmpcaCertificateAuthority_Enabled'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAwsAcmpcaCertificateAuthority_Enabled -timeout 120m
    === RUN   TestAccAwsAcmpcaCertificateAuthority_Enabled
    === PAUSE TestAccAwsAcmpcaCertificateAuthority_Enabled
    === CONT  TestAccAwsAcmpcaCertificateAuthority_Enabled
    --- PASS: TestAccAwsAcmpcaCertificateAuthority_Enabled (69.95s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	69.989s
    
    Add 'TestAccAwsAcmpcaCertificateAuthority_disappears'.
    
    Acceptance test output:
    
    $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAwsAcmpcaCertificateAuthority_disappears'
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAwsAcmpcaCertificateAuthority_disappears -timeout 120m
    === RUN   TestAccAwsAcmpcaCertificateAuthority_disappears
    === PAUSE TestAccAwsAcmpcaCertificateAuthority_disappears
    === CONT  TestAccAwsAcmpcaCertificateAuthority_disappears
    --- PASS: TestAccAwsAcmpcaCertificateAuthority_disappears (25.10s)
    PASS
    ok  	github.com/terraform-providers/terraform-provider-aws/aws	25.138s
    ewbankkit committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    b497313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b094014 View commit details
    Browse the repository at this point in the history