You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/modules/cloud/amazon
Sloane Hertel cf1a9d4d22 New module: Add ec2 Vpn Connection module and tests (cloud/amazon/ec2_vpc_vpn) (#24385)
* Add VPN module and unittests

* remove unnecessary imports

* fix documentation

* raise custom exception rather than passing module everywhere

* remove recordings

Rerecord tests

Fix docs

Ensure vpn_connection_id is a list of strings when checking if it exists

* fix check mode

* Rerecord tests

* remove superfluous code and comments and make exception handling uniform

fix docs

* Fix ec2_vpc_vpn documentation

* make ec2_vpc_vpn compatible with python 2.6 and make check mode logic more succinct

* fix comparison of list of dicts

* Fix typos and docstrings

make requested changes for imports

make code clearer

* Fix copyright and metadata version.
9 years ago
..
fixtures
placebo_recordings New module: Add ec2 Vpn Connection module and tests (cloud/amazon/ec2_vpc_vpn) (#24385) 9 years ago
__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
test_data_pipeline.py
test_ec2_utils.py
test_ec2_vpc_nat_gateway.py added diff as new keyword (#28581) 9 years ago
test_ec2_vpc_vpn.py New module: Add ec2 Vpn Connection module and tests (cloud/amazon/ec2_vpc_vpn) (#24385) 9 years ago
test_elb_application_lb.py elb_application_lb: fix issue with boto parameter validation on Rules (#27333) 9 years ago
test_kinesis_stream.py
test_lambda.py
test_s3.py
test_s3_bucket.py