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.
7 years ago
..
fixtures [cloud][tests] AWS lambda module unit tests (#21768) 8 years ago
placebo_recordings New module: Add ec2 Vpn Connection module and tests (cloud/amazon/ec2_vpc_vpn) (#24385) 7 years ago
__init__.py Relocate module unit tests. (#18812) 8 years ago
placebo_fixtures.py Fix PEP 8 issues. 8 years ago
test_api_gateway.py [cloud] New module: AWS API Gageway module (#20230) 8 years ago
test_aws_direct_connect_connection.py [cloud] New module: AWS Direct Connect connection (#26152) 7 years ago
test_aws_direct_connect_link_aggregation_group.py New Module to manage AWS direct connect link aggregation groups (#27250) 7 years ago
test_cloudformation.py Fix PEP 8 issues. 8 years ago
test_data_pipeline.py Ansible Config part2 (#27448) 7 years ago
test_ec2_utils.py fixed type mapper and added tests (#20963) 8 years ago
test_ec2_vpc_nat_gateway.py added diff as new keyword (#28581) 7 years ago
test_ec2_vpc_vpn.py New module: Add ec2 Vpn Connection module and tests (cloud/amazon/ec2_vpc_vpn) (#24385) 7 years ago
test_elb_application_lb.py elb_application_lb: fix issue with boto parameter validation on Rules (#27333) 7 years ago
test_kinesis_stream.py [cloud][test] Use pytest conditional imports instead of nose/SkipTest (#22019) 8 years ago
test_lambda.py test/: PEP8 compliancy (#24803) 8 years ago
test_s3.py skip test when no s3 lib 7 years ago
test_s3_bucket.py s3_bucket: fix python3 sorting incompatibility (#27502) 7 years ago