moto/tests/test_ec2
2021-09-24 16:01:09 +00:00
..
__init__.py
helpers.py Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_account_attributes.py
test_amazon_dev_pay.py
test_amis.py EC2 - DryRun-requests should return 412 status code (#4270) 2021-09-07 17:10:01 +01:00
test_availability_zones_and_regions.py
test_carrier_gateways.py EC2 - Additional unit tests (#4291) 2021-09-15 21:07:04 +00:00
test_customer_gateways.py Merge LocalStack changes into upstream moto (#4082) 2021-07-26 15:21:17 +01:00
test_dhcp_options.py Merge LocalStack changes into upstream moto (#4082) 2021-07-26 15:21:17 +01:00
test_ec2_cloudformation.py Use known ImageID in internal tests (#3555) 2021-01-13 09:02:11 +00:00
test_ec2_core.py
test_ec2_integration.py Add support for KmsKeyId in ec2:RunInstances (#3943) 2021-05-20 07:11:50 +01:00
test_egress_only_igw.py EC2 - Add tests for egress_only_internet_gateway (#4206) 2021-08-22 10:35:04 +01:00
test_elastic_block_store.py EC2 - DryRun-requests should return 412 status code (#4270) 2021-09-07 17:10:01 +01:00
test_elastic_ip_addresses.py EC2 - DryRun-requests should return 412 status code (#4270) 2021-09-07 17:10:01 +01:00
test_elastic_network_interfaces.py EC2 - DryRun-requests should return 412 status code (#4270) 2021-09-07 17:10:01 +01:00
test_flow_logs_cloudformation.py Update integration test to use Pytest (#3703) 2021-02-17 15:06:31 +00:00
test_flow_logs.py EC2 - DryRun-requests should return 412 status code (#4270) 2021-09-07 17:10:01 +01:00
test_general.py Merge LocalStack changes into upstream moto (#4082) 2021-07-26 15:21:17 +01:00
test_iam_integration.py Update integration test to use Pytest (#3703) 2021-02-17 15:06:31 +00:00
test_instance_type_offerings.py Prep release 2.0.9 (#4007) 2021-06-12 13:57:29 +01:00
test_instance_types.py Run black and fix tests 2020-11-24 00:51:00 +05:30
test_instances.py EC2 - instance lifecycle defaults to None when not using spot (#4321) 2021-09-22 16:32:30 +00:00
test_internet_gateways.py EC2 - DryRun-requests should return 412 status code (#4270) 2021-09-07 17:10:01 +01:00
test_ip_addresses.py
test_key_pairs.py EC2 - DryRun-requests should return 412 status code (#4270) 2021-09-07 17:10:01 +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 Nat Gateway (#4281) 2021-09-14 20:40:17 +00:00
test_network_acls.py EC2 describe_network_acls: add support for owner-id filter (#3898) 2021-05-05 13:15:43 +01:00
test_placement_groups.py
test_prefix_lists.py Tech debt - improve test coverage EC2/ELBv2/Events (#4181) 2021-08-16 15:13:50 +01:00
test_regions.py Address boto deprecation warnings (#3616) 2021-01-26 14:07:19 +00:00
test_reserved_instances.py
test_route_tables.py fixed route-table vpc-endpoint integration (#4285) 2021-09-16 21:49:49 +00:00
test_security_groups_cloudformation.py #3542 - CloudFormation - Fix SecurityGroup ingress rules (#3553) 2021-01-13 13:36:56 +00:00
test_security_groups.py EC2 - Additional unit tests (#4291) 2021-09-15 21:07:04 +00:00
test_server.py EC2 - Return custom error response for DescribeRouteTable/DescribeVPC (#4225) 2021-08-26 18:53:26 +01:00
test_spot_fleet.py Use known ImageID in internal tests (#3555) 2021-01-13 09:02:11 +00:00
test_spot_instances.py EC2 - instance lifecycle defaults to None when not using spot (#4321) 2021-09-22 16:32:30 +00:00
test_subnets.py Fix NetworkInterface PrivateIP support and EIP association (#4288) 2021-09-16 21:07:18 +00:00
test_tags.py EC2 - DryRun-requests should return 412 status code (#4270) 2021-09-07 17:10:01 +01:00
test_transit_gateway_cloudformation.py Improve test coverage (#4098) 2021-07-28 11:17:15 +01:00
test_transit_gateway_peering_attachments.py EC2/RDS2 - New tests (#4127) 2021-08-03 15:06:06 +01:00
test_transit_gateway.py Introduce Pylint to check for duplicate test method names (#3684) 2021-08-21 16:33:15 +01:00
test_utils.py
test_virtual_private_gateways.py Fix VPN gateway (#4279) 2021-09-11 08:21:01 +01:00
test_vm_export.py
test_vm_import.py
test_vpc_endpoint_services.py Implement EC2 describe_vpc_endpoint_services() (#4322) 2021-09-24 16:01:09 +00:00
test_vpc_peering.py EC2:DescribeVpcPeeringConnection() - use VpcPeeringConnectionIds-parameter if provided (#4230) 2021-08-27 14:56:31 +01:00
test_vpcs.py Implement EC2 describe_vpc_endpoint_services() (#4322) 2021-09-24 16:01:09 +00:00
test_vpn_connections.py Introduce Pylint to check for duplicate test method names (#3684) 2021-08-21 16:33:15 +01:00
test_windows.py