moto/tests/test_ec2
Akira Noda b1b269208c
Add Tags field for describe_spot_fleet_requests response (#6332)
* add tag specifications for request parameters
* add unit test for invalid tag resource type
2023-05-22 13:53:57 -07: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 Pylint - Enable more rules on source and tests-directory (#4929) 2022-03-11 20:28:45 -01:00
test_amazon_dev_pay.py Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
test_amis.py Fix ami attributes (#6280) 2023-05-04 09:16:22 +00:00
test_availability_zones_and_regions.py Remove deprecated decorators + boto dependency (#4378) 2022-01-18 14:18:57 -01:00
test_carrier_gateways.py MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
test_customer_gateways.py Remove Py3.6 support (#5818) 2023-01-06 11:07:20 -01:00
test_dhcp_options.py Refactor EC2 models into separate files (#5003) 2022-04-04 17:51:11 +00:00
test_ec2_cloudformation.py Implement CloudFormation Stack deletion for VPCs, Subnets (#6118) 2023-03-24 16:49:03 -01:00
test_ec2_core.py Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
test_ec2_integration.py EC2 - Add ami validation (#5160) 2022-05-26 16:04:36 +00:00
test_egress_only_igw.py Pylint - Enable more rules on source and tests-directory (#4929) 2022-03-11 20:28:45 -01:00
test_elastic_block_store.py Admin: Update Docs to point to getmoto (#5826) 2023-01-07 10:35:14 -01:00
test_elastic_ip_addresses.py EC2: Simplify DryRun-handling (#5926) 2023-02-14 12:43:28 -01:00
test_elastic_network_interfaces.py EC2: Support assigning specified private IP addrs (#6147) 2023-04-03 09:16:31 +00:00
test_fleets.py EC2: Add ec2 fleets basic api (#5367) 2022-08-12 09:33:39 +00:00
test_flow_logs_cloudformation.py MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
test_flow_logs.py MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
test_general.py Admin - enable more Pylint rules (#5037) 2022-04-18 20:44:56 +00:00
test_hosts.py EC2: Support Dedicated Hosts (#5878) 2023-01-27 15:27:00 -01:00
test_iam_integration.py Update Black + formatting (#4926) 2022-03-10 13:39:59 -01:00
test_instance_type_offerings.py chore: update EC2 Instance Offerings (#5946) 2023-02-19 17:25:54 -01:00
test_instance_types.py EC2: Match exception to AWS response when describing non-existent EC2 instance types (#5527) 2022-10-04 09:49:47 +00:00
test_instances.py EC2: validate pagination parameters (#6293) 2023-05-09 15:47:15 +00:00
test_internet_gateways.py Update Black + formatting (#4926) 2022-03-10 13:39:59 -01:00
test_ip_addresses.py Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
test_key_pairs.py EC2: Generate IDs for all key pairs (#5370) 2022-08-10 21:29:54 +00:00
test_launch_templates.py EC2: Implement GetLaunchTemplateData (#6152) 2023-03-30 16:53:26 +01:00
test_monitoring.py Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
test_nat_gateway.py Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
test_network_acls.py Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) 2022-11-17 21:41:08 -01:00
test_placement_groups.py Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
test_prefix_lists.py Techdebt: MyPy EC2 (#5936) 2023-02-16 20:43:43 -01:00
test_regions.py Admin: Update Docs to point to getmoto (#5826) 2023-01-07 10:35:14 -01:00
test_reserved_instances.py Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
test_route_tables.py EC2: vpc endpoint as a route target (#6316) 2023-05-12 10:12:36 +00:00
test_security_groups_cloudformation.py Refactor EC2 models into separate files (#5003) 2022-04-04 17:51:11 +00:00
test_security_groups.py EC2: Fix egress rules used in ingress revoke method (#6180) 2023-04-06 18:59:18 +00:00
test_server.py Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
test_settings.py Added new functionality for EC2 (#4701) 2021-12-19 13:27:23 -01:00
test_spot_fleet.py Add Tags field for describe_spot_fleet_requests response (#6332) 2023-05-22 13:53:57 -07:00
test_spot_instances.py EC2: Simplify DryRun-handling (#5926) 2023-02-14 12:43:28 -01:00
test_subnets.py Admin: Update Docs to point to getmoto (#5826) 2023-01-07 10:35:14 -01:00
test_tags.py Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) 2022-11-17 21:41:08 -01:00
test_transit_gateway_cloudformation.py Update Black + formatting (#4926) 2022-03-10 13:39:59 -01:00
test_transit_gateway_peering_attachments.py MultiAccount support (#5192) 2022-08-13 09:49:43 +00:00
test_transit_gateway.py Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) 2022-11-17 21:41:08 -01:00
test_utils.py refactor scripts/get_amis.py into moto.ec2.utils.gen_moto_amis() (#4867) 2022-02-17 12:38:31 -01:00
test_virtual_private_gateways.py Remove deprecated decorators + boto dependency (#4378) 2022-01-18 14:18:57 -01:00
test_vm_export.py Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
test_vm_import.py Techdebt: Enable pylint rules (#4432) 2021-10-18 19:44:29 +00:00
test_vpc_endpoint_services_integration.py EC2 availability zones in us-west-1: use A and B (#5515) 2022-10-02 13:03:03 +00:00
test_vpc_peering.py Techdebt: Replace string-format with f-strings (for tests dirs) (#5678) 2022-11-17 21:41:08 -01:00
test_vpc_service_configuration.py Feature: Ability to seed Moto, and make random ID's deterministic (#5492) 2022-09-28 09:35:12 +00:00
test_vpcs.py EC2: create_vpc_endpoint() should use default policy document if not provided (#6022) 2023-03-06 23:21:02 -01:00
test_vpn_connections.py Update Black + formatting (#4926) 2022-03-10 13:39:59 -01:00
test_windows.py EC2: Implement GetPasswordData (#5798) 2022-12-22 09:57:19 -01:00