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

tests/service/ec2: Add PreCheck for Managed Prefix Lists #16806

Merged
merged 1 commit into from
Jan 27, 2021

Commits on Dec 17, 2020

  1. tests/service/ec2: Add PreCheck for Managed Prefix Lists

    Reference: #16804
    
    Output from acceptance testing in AWS Commercial:
    
    ```
    --- PASS: TestAccDataSourceAwsEc2ManagedPrefixList_matchesTooMany (3.65s)
    --- PASS: TestAccDataSourceAwsEc2ManagedPrefixList_basic (20.74s)
    --- PASS: TestAccDataSourceAwsEc2ManagedPrefixList_filter (20.86s)
    
    --- PASS: TestAccAwsEc2ManagedPrefixList_disappears (21.32s)
    --- PASS: TestAccAwsEc2ManagedPrefixList_basic (22.83s)
    --- PASS: TestAccAwsEc2ManagedPrefixList_AddressFamily_IPv6 (23.06s)
    --- PASS: TestAccAwsEc2ManagedPrefixList_Name (35.60s)
    --- PASS: TestAccAwsEc2ManagedPrefixList_Entry (40.87s)
    --- PASS: TestAccAwsEc2ManagedPrefixList_Tags (47.58s)
    ```
    
    Output from acceptance testing in AWS GovCloud (US):
    
    ```
    --- SKIP: TestAccDataSourceAwsEc2ManagedPrefixList_basic (1.74s)
    --- SKIP: TestAccDataSourceAwsEc2ManagedPrefixList_filter (1.72s)
    --- SKIP: TestAccDataSourceAwsEc2ManagedPrefixList_matchesTooMany (1.73s)
    
    --- SKIP: TestAccAwsEc2ManagedPrefixList_AddressFamily_IPv6 (1.75s)
    --- SKIP: TestAccAwsEc2ManagedPrefixList_basic (1.73s)
    --- SKIP: TestAccAwsEc2ManagedPrefixList_disappears (1.73s)
    --- SKIP: TestAccAwsEc2ManagedPrefixList_Entry (1.73s)
    --- SKIP: TestAccAwsEc2ManagedPrefixList_Name (1.75s)
    --- SKIP: TestAccAwsEc2ManagedPrefixList_Tags (1.74s)
    ```
    bflad committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    4fae0f7 View commit details
    Browse the repository at this point in the history