openstacksdk/openstack/tests/unit/cloud
Artem Goncharov cf9922e885 Extract image download method into a mixin
This is the same code for v1 and v2.

While we're in there, add checksum verification for when download
is used with an output file.

Change-Id: I35675fdbc29728b39ca76fc411f656e6234623a5
2019-05-11 09:40:38 +02:00
..
__init__.py Merge tox, tests and other support files 2017-10-04 14:51:08 -05:00
test__utils.py Move object methods to object_store proxy 2019-03-08 18:32:08 +01:00
test_aggregate.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_availability_zones.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_baremetal_node.py Make PATCH a first class operation and support it for baremetal 2019-03-28 12:57:04 +01:00
test_baremetal_ports.py Switch bare metal NIC actions in OpenStackCloud to baremetal Proxy calls 2018-10-15 17:50:56 +02:00
test_caching.py Update compute.server resource 2019-04-25 15:22:51 +02:00
test_cluster_templates.py Improve Magnum cluster templates functions 2018-06-26 09:52:39 -05:00
test_clustering.py Move clustering additions from shade directories 2018-06-25 10:57:33 -05:00
test_coe_clusters.py Fix Magnum cluster update 2018-07-10 14:17:03 +12:00
test_coe_clusters_certificate.py Add Magnum /certificates support 2018-07-11 19:00:50 +12:00
test_create_server.py Update compute.server resource 2019-04-25 15:22:51 +02:00
test_create_volume_snapshot.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_delete_server.py Update compute.server resource 2019-04-25 15:22:51 +02:00
test_delete_volume_snapshot.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_domain_params.py Convert domain params tests to requests_mock 2018-06-25 19:27:34 +00:00
test_domains.py Add 409 ConflictException 2018-03-22 22:41:52 +13:00
test_endpoints.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_flavors.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_floating_ip_common.py Split OpenStackCloud into reasonable pieces 2019-03-26 16:26:48 +01:00
test_floating_ip_neutron.py Merge "Update compute.server resource" 2019-05-09 18:30:02 +00:00
test_floating_ip_nova.py Make delete_unattached_floating_ips return a count 2018-10-30 16:06:34 +11:00
test_floating_ip_pool.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_fwaas.py Add "name" filter in "list" call when retrieving a single register 2019-04-25 13:45:57 +00:00
test_groups.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_identity_roles.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_image.py Extract image download method into a mixin 2019-05-11 09:40:38 +02:00
test_image_snapshot.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_inventory.py Add support for all_tenants in OpenStackInventory 2019-04-30 21:47:15 -06:00
test_keypair.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_limits.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_magnum_services.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_meta.py Split OpenStackCloud into reasonable pieces 2019-03-26 16:26:48 +01:00
test_network.py python-shade expose MTU setting. 2018-07-30 14:43:07 -05:00
test_normalize.py Continue refactoring of the image 2019-05-10 18:34:34 +02:00
test_object.py Add support for generating form-post signatures 2019-04-01 15:23:51 +00:00
test_operator.py Convert image_client mocks in test_shade_operator 2018-06-25 19:27:45 +00:00
test_operator_noauth.py Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00
test_port.py Filter ports in list_ports when batching is in effect 2018-10-30 09:35:30 -05:00
test_project.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_qos_bandwidth_limit_rule.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_qos_dscp_marking_rule.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_qos_minimum_bandwidth_rule.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_qos_policy.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_qos_rule_type.py Fix H103 Apache license header check 2018-05-09 16:54:41 +00:00
test_quotas.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_rebuild_server.py Update compute.server resource 2019-04-25 15:22:51 +02:00
test_recordset.py Fix DNS Recordset CRUD 2018-04-14 09:49:32 +01:00
test_role_assignment.py Implementing solution for 2002563 issue from story board 2018-07-02 22:19:29 +02:00
test_router.py Allow explicitly setting enable_snat to either value 2018-05-18 18:33:30 +02:00
test_security_groups.py Update compute.server resource 2019-04-25 15:22:51 +02:00
test_server_console.py Update compute.server resource 2019-04-25 15:22:51 +02:00
test_server_delete_metadata.py Update compute.server resource 2019-04-25 15:22:51 +02:00
test_server_group.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_server_set_metadata.py Update compute.server resource 2019-04-25 15:22:51 +02:00
test_services.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_shade.py Update compute.server resource 2019-04-25 15:22:51 +02:00
test_shade_operator.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_stack.py Move Orchestration methods into Proxy 2019-04-03 13:05:44 +02:00
test_subnet.py Adds prefixlen to the request body when creating subnets 2019-01-24 19:14:55 +00:00
test_update_server.py Update compute.server resource 2019-04-25 15:22:51 +02:00
test_usage.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_users.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_volume.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_volume_access.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_volume_backups.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_zone.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00