moto/tests/test_ec2
Steve Pulec 93f68090e3
Merge pull request #1989 from jrbeilke/bugfix-ec2_ami_is-public
Bugfix for filtering EC2 AMIs with is-public (values should be lowercase)
2018-12-28 21:22:28 -05:00
..
test_account_attributes.py
test_amazon_dev_pay.py
test_amis.py AWS is case-sensitive when using is-public to filter for AMIs and expects lower-case values 2018-12-06 12:18:59 -06:00
test_availability_zones_and_regions.py add test for descrie_regions with args 2017-12-28 21:02:58 +00:00
test_customer_gateways.py
test_dhcp_options.py
test_ec2_core.py Get standalone server mode working for all tests. 2017-02-23 19:43:48 -05:00
test_elastic_block_store.py remove start_time from attrib comparison in test_copy_snapshot() 2018-10-08 10:17:51 -05:00
test_elastic_ip_addresses.py adding Address reallocate capability for EIP 2018-05-10 23:39:19 -07:00
test_elastic_network_interfaces.py Implement availability-zone filter for DescribeNetworkInterfaces 2017-03-22 14:36:20 +01:00
test_general.py
test_instances.py fix EC2 instances ebsOptimized not handled (#1340) 2017-11-14 14:31:54 +00:00
test_internet_gateways.py Fix typo in test name (#1729) 2018-07-24 23:11:04 +01:00
test_ip_addresses.py
test_key_pairs.py
test_monitoring.py
test_nat_gateway.py
test_network_acls.py
test_placement_groups.py
test_regions.py
test_reserved_instances.py
test_route_tables.py
test_security_groups.py Fix security group rules for single rule case. Closes #1522. 2018-04-13 15:03:07 -04:00
test_server.py
test_spot_fleet.py
test_spot_instances.py
test_subnets.py
test_tags.py Allow tagging snapshots on creation 2018-04-04 17:46:51 +01:00
test_utils.py Remade ec2.utils.random_key_pair for be really random 2015-09-15 20:09:35 -04:00
test_virtual_private_gateways.py
test_vm_export.py
test_vm_import.py
test_vpc_peering.py Set deleted status on vpc peer deletion. 2018-11-14 14:48:57 +00:00
test_vpcs.py Enable Extended CIDR Associations on VPC (#1511) 2018-03-21 09:10:38 -07:00
test_vpn_connections.py
test_windows.py