summaryrefslogtreecommitdiff
path: root/test/integration/targets/ec2_vpc_route_table/aliases
Commit message (Collapse)AuthorAgeFilesLines
* Migrated to community.amazonAnsible Core Team2020-03-231-4/+0
|
* ec2_vpc_route_table_info integration tests (#63413)Prasad Katti2019-10-221-0/+1
| | | | | | | | * ec2_vpc_route_table_info integration tests Make sure ec2_vpc_route_table_info return value has the right attributes. * ec2_vpc_route_table_info integration tests for tags
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-231-1/+1
| | | | | | | * Update Shippable integration test groups. * Update integration test group aliases. * Rebalance AWS and Azure tests with extra group. * Rebalance Windows tests with another group.
* Allow ec2_vpc_route_table integration tests to run on Prs to the ↵Sloane Hertel2018-04-271-1/+1
| | | | ec2_vpc_route_table module by marking it unstable instead of disabled (#39417)
* Improve handling of integration test aliases. (#38698)Matt Clay2018-04-121-0/+2
| | | | | | | | | | | | * Include change classification data in metadata. * Add support for disabled tests. * Add support for unstable tests. * Add support for unsupported tests. * Overhaul integration aliases sanity test. * Update Shippable scripts to handle unstable tests. * Mark unstable Azure tests. * Mark unstable Windows tests. * Mark disabled tests.
* Disable unstable ec2_vpc_route_table test.Matt Clay2018-03-231-1/+0
|
* Split up cloud tests to avoid 1 hour CI limit.Matt Clay2017-11-231-1/+1
|
* Add tests for ec2_vpc_route_table (#32036)Will Thames2017-11-201-0/+2
* Add tests for ec2_vpc_route_table Initial tests for ec2_vpc_route_table ready for boto3 porting * Turn AWS connection information into a YAML block