moto/tests/test_ec2
2021-10-15 22:43:00 +00:00
..
__init__.py ec2: add support for creation and importing of real SSH keys (#2108) 2019-05-25 11:17:52 +01:00
helpers.py Remove Py2 support (#3915) 2021-07-26 07:40:39 +01:00
test_account_attributes.py Merge remote-tracking branch 'upstream/master' 2019-12-23 08:38:53 +01:00
test_amazon_dev_pay.py merge 2018-12-21 12:28:56 +01:00
test_amis.py EC2 - Implement DryRun-flag on various operations (#4420) 2021-10-15 22:43:00 +00:00
test_availability_zones_and_regions.py EC2 - Implement DryRun-flag on various operations (#4420) 2021-10-15 22:43:00 +00:00
test_carrier_gateways.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_customer_gateways.py EC2 - Implement DryRun-flag on various operations (#4420) 2021-10-15 22:43:00 +00:00
test_dhcp_options.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_ec2_cloudformation.py CF - Add support for AWS::EC2::VPNGateway (create only) (#4263) 2021-10-10 21:43:49 +00:00
test_ec2_core.py merge 2018-12-21 12:28:56 +01:00
test_ec2_integration.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_egress_only_igw.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_elastic_block_store.py EC2:create_volume() - Add support for VolumeType (#4264) 2021-10-10 19:16:28 +00:00
test_elastic_ip_addresses.py EC2 - Implement DryRun-flag on various operations (#4420) 2021-10-15 22:43:00 +00:00
test_elastic_network_interfaces.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_flow_logs_cloudformation.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_flow_logs.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_general.py Rewrite deprecated EC2 tests (#3881) 2021-09-25 11:13:07 +00:00
test_iam_integration.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +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 - Implement DryRun-flag on various operations (#4420) 2021-10-15 22:43:00 +00:00
test_internet_gateways.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_ip_addresses.py merge 2018-12-21 12:28:56 +01:00
test_key_pairs.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_launch_templates.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_monitoring.py merge 2018-12-21 12:28:56 +01:00
test_nat_gateway.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_network_acls.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_placement_groups.py merge 2018-12-21 12:28:56 +01:00
test_prefix_lists.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_regions.py EC2 - Implement DryRun-flag on various operations (#4420) 2021-10-15 22:43:00 +00:00
test_reserved_instances.py merge 2018-12-21 12:28:56 +01:00
test_route_tables.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_security_groups_cloudformation.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_security_groups.py Parallel tests - make EC2 SG tests more resistant to parallel tests (#4372) 2021-10-05 20:40:21 +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 Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_subnets.py EC2 - Implement DryRun-flag on various operations (#4420) 2021-10-15 22:43:00 +00:00
test_tags.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_transit_gateway_cloudformation.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_transit_gateway_peering_attachments.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_transit_gateway.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_utils.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_virtual_private_gateways.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_vm_export.py merge 2018-12-21 12:28:56 +01:00
test_vm_import.py merge 2018-12-21 12:28:56 +01:00
test_vpc_endpoint_services.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_vpc_peering.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_vpcs.py EC2 - Implement DryRun-flag on various operations (#4420) 2021-10-15 22:43:00 +00:00
test_vpn_connections.py Parallelize tests - Part 1 (#4368) 2021-10-05 17:11:07 +00:00
test_windows.py merge 2018-12-21 12:28:56 +01:00