1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-15 14:05:13 +00:00
community.general/test/units/modules/cloud/amazon
Jonathan Nuñez 67b1d0f274 CloudFormation module: get StackEvents when ClientRequestToken is not used (#32434)
* When getting the stack events we need to consider the case where we don't have ClientRequestToken fixes #32396

* Adding tests for the case when the ClientRequestToken is not present in the stack creation.

* Renaming the stack that the test for Client Request Token requires so it won't cause collisions with the basic test.
2017-11-02 11:41:49 -04:00
..
fixtures
placebo_recordings CloudFormation module: get StackEvents when ClientRequestToken is not used (#32434) 2017-11-02 11:41:49 -04:00
__init__.py
placebo_fixtures.py
test_api_gateway.py
test_aws_direct_connect_connection.py
test_aws_direct_connect_link_aggregation_group.py
test_cloudformation.py CloudFormation module: get StackEvents when ClientRequestToken is not used (#32434) 2017-11-02 11:41:49 -04:00
test_data_pipeline.py
test_ec2_utils.py
test_ec2_vpc_nat_gateway.py added diff as new keyword (#28581) 2017-08-24 14:43:19 +02:00
test_ec2_vpc_vpn.py Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
test_elb_application_lb.py elb_application_lb: fix issue with boto parameter validation on Rules (#27333) 2017-08-23 13:49:52 -04:00
test_kinesis_stream.py [cloud] Add the ability to modify shard count to kinesis_stream module (#24805) 2017-08-29 17:13:46 -04:00
test_lambda.py [cloud] new module lambda_policy (PR #24951) 2017-08-28 16:45:53 -04:00
test_lambda_policy.py fix improt order to actually skip when no boto 2017-08-29 13:06:25 -04:00
test_s3.py
test_s3_bucket.py