moto/tests/test_ec2
Peter Van Bouwel 53fdf330ee Tests are added that verify that when a tag is being set on an (EBS) volume or on an instance that upon retrieval
from the resource, the tag are set on the instance.  Important is that the tags are set using create_tags but that
the presence is validated by getting the resource using either (get_all_volumes or get_all_instances).

When running the tests using nosetests it shows that the tags for the instances are correctly retrieved but the tags
for the volume are missing
2014-11-08 12:12:20 +01:00
..
test_amazon_dev_pay.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_amis.py Implement "name" filter to ec2.models.AMI 2014-10-10 15:14:46 -04:00
test_availability_zones_and_regions.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_customer_gateways.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_dhcp_options.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_ec2_core.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_elastic_block_store.py Some EC2 fixes for alternative regions. 2014-10-30 22:46:24 -04:00
test_elastic_ip_addresses.py Network Interfaces: Initial implementation. 2014-09-08 16:50:18 -07:00
test_elastic_network_interfaces.py enable cloudformation of NetworkInterface 2014-11-03 14:24:22 -05:00
test_general.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_instances.py Implement vpc-id Instance filter 2014-11-05 11:06:14 -05:00
test_internet_gateways.py Implement InternetGateway filters support 2014-11-05 12:26:29 -05:00
test_ip_addresses.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_key_pairs.py Support Python 3 using six 2014-08-28 10:57:43 -04:00
test_monitoring.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_network_acls.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_placement_groups.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_regions.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_reserved_instances.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_route_tables.py Merge pull request #241 from DreadPirateShawn/RouteVPCPeeringConnection 2014-10-26 20:02:51 -04:00
test_security_groups.py test ip_ranges when authorizing security group ingress rules 2014-10-06 14:49:37 -04:00
test_server.py Support Python 3 using six 2014-08-28 10:57:43 -04:00
test_spot_instances.py Add instance_id to spot instance requests. Closes #210. 2014-10-05 22:55:36 -04:00
test_subnets.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_tags.py Tests are added that verify that when a tag is being set on an (EBS) volume or on an instance that upon retrieval 2014-11-08 12:12:20 +01:00
test_virtual_private_gateways.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_vm_export.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_vm_import.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_vpc_peering.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_vpcs.py Add VPC state. 2014-10-12 21:51:12 -04:00
test_vpn_connections.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_windows.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00