moto/tests/test_ec2
Brian Pandola 1a98c4f14a
Fix: handling of boolean value privateDnsEnabled in ec2:VpcEndpoint (#3566)
* Properly coerce `privateDnsEnabled` to boolean value when parsing requests.
* Per AWS spec, default `privateDnsEnabled` request value to `True`.
* Properly serialize `privateDnsEnabled` as boolean value in responses.
* Add test coverage.

Ref: #3540
2021-01-08 08:05:44 +00:00
..
__init__.py
helpers.py
test_account_attributes.py Merge remote-tracking branch 'upstream/master' 2019-12-23 08:38:53 +01:00
test_amazon_dev_pay.py
test_amis.py Back to Black 2020-11-10 14:12:38 +01:00
test_availability_zones_and_regions.py black reformatting changes 2020-04-24 14:20:58 -04:00
test_customer_gateways.py Port test suite from nose to pytest. 2020-11-10 08:23:44 +01:00
test_dhcp_options.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_ec2_cloudformation.py Remove boto package dependency 2020-11-26 23:59:15 -08:00
test_ec2_core.py
test_elastic_block_store.py Linting 2020-11-11 15:55:37 +00:00
test_elastic_ip_addresses.py FIX:Ec2:Added:Tags for EIP (#3505) 2020-12-06 00:04:46 +00:00
test_elastic_network_interfaces.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_flow_logs.py Linting 2020-11-11 15:55:37 +00:00
test_general.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_iam_instance_profile_associations.py Implement IAM instance profile associations (#3482) 2020-11-20 22:00:53 +00:00
test_instance_type_offerings.py DescribeInstanceTypeOfferings - script that hardcodes all offerings 2020-12-02 14:41:24 +00:00
test_instance_types.py Run black and fix tests 2020-11-24 00:51:00 +05:30
test_instances.py Linting 2020-11-11 15:55:37 +00:00
test_internet_gateways.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_ip_addresses.py
test_key_pairs.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_launch_templates.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_monitoring.py
test_nat_gateway.py Fix:Added nat-gateway tags (#3560) 2021-01-07 17:59:46 +00:00
test_network_acls.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_placement_groups.py merge 2018-12-21 12:28:56 +01:00
test_regions.py Add missing regions to all services 2019-12-26 17:12:22 +01:00
test_reserved_instances.py
test_route_tables.py Back to Black 2020-11-10 14:12:38 +01:00
test_security_groups.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_server.py
test_spot_fleet.py black linting 2019-12-16 21:25:20 -05:00
test_spot_instances.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_subnets.py Improve ec2:DescribeSubnets filtering (#3457) 2020-11-16 08:17:36 +00:00
test_tags.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_utils.py
test_virtual_private_gateways.py Adding VPN Gateway filters (#3155) 2020-07-21 16:08:49 +01:00
test_vm_export.py
test_vm_import.py
test_vpc_peering.py Finish porting from nose to pytest. 2020-11-10 08:25:05 +01:00
test_vpcs.py Fix: handling of boolean value privateDnsEnabled in ec2:VpcEndpoint (#3566) 2021-01-08 08:05:44 +00:00
test_vpn_connections.py Linting 2020-11-11 15:55:37 +00:00
test_windows.py