shade/shade/tests/unit
David Shrewsbury 7460ad36d8 Fix for passing dict for get_* methods
We are not accepting dicts for the name_or_id parameter, only objects.

Change-Id: I31f0f127f71f10a2f11f89e10ac8911816786963
2018-07-03 16:31:58 -04:00
..
fixtures Handle glance image pagination links better 2017-10-13 17:31:12 -05:00
__init__.py Add initial compute functional tests to Shade 2015-03-13 13:40:46 +00:00
base.py Use RequestsMockTestCase everywhere 2018-06-24 10:36:34 -05:00
test__adapter.py Removes unnecessary utf-8 encoding 2017-01-11 16:42:25 +05:30
test__utils.py Fix for passing dict for get_* methods 2018-07-03 16:31:58 -04:00
test_aggregate.py Convert host aggregates calls to REST 2017-06-18 12:09:45 -05:00
test_availability_zones.py Add list_availability_zone_names method 2017-03-27 11:37:34 -05:00
test_baremetal_node.py Merge "Add proper return value for validate_node" 2018-03-08 23:09:15 +00:00
test_baremetal_ports.py Baremetal NIC list should return a list 2017-12-06 20:59:20 +00:00
test_caching.py Convert test_caching to requests-mock 2018-06-24 10:36:34 -05:00
test_cluster_templates.py Get rid of magnumclient dependency 2017-03-21 19:09:33 -05:00
test_create_server.py Fix basepython setting in tox.ini 2017-11-29 12:06:59 -06:00
test_create_volume_snapshot.py Rename obj_to_dict and obj_list_to_dict 2017-06-10 16:07:38 +00:00
test_delete_server.py Fix delete_ips on delete_server and add tests 2017-06-21 04:22:59 +01:00
test_delete_volume_snapshot.py Rename obj_to_dict and obj_list_to_dict 2017-06-10 16:07:38 +00:00
test_domain_params.py Convert domain params tests to requests_mock 2018-06-24 10:36:34 -05:00
test_domains.py Make sure we pass propert dicts to validate 2017-07-07 17:33:37 -07:00
test_endpoints.py De-client-ify Endpoint Create 2017-09-10 16:42:46 -03:00
test_flavors.py Support to get resource by id 2017-08-11 09:48:48 +08:00
test_floating_ip_common.py Use RequestsMockTestCase everywhere 2018-06-24 10:36:34 -05:00
test_floating_ip_neutron.py Support to get resource by id 2017-08-11 09:48:48 +08:00
test_floating_ip_nova.py Support to get resource by id 2017-08-11 09:48:48 +08:00
test_floating_ip_pool.py Strip out novaclient extra attributes 2017-03-25 10:06:34 -05:00
test_groups.py De-client-ify Group Update 2017-07-20 06:32:43 -04:00
test_identity_roles.py Allow domain_id for roles 2017-10-12 21:41:16 +00:00
test_image.py Finish migrating image tests to requests-mock 2018-06-24 16:36:04 -05:00
test_image_snapshot.py Convert list servers tests to requests_mock 2017-06-16 19:08:56 -05:00
test_inventory.py Use RequestsMockTestCase everywhere 2018-06-24 10:36:34 -05:00
test_keypair.py Convert keypairs calls to REST 2017-06-17 17:11:51 -05:00
test_limits.py Convert remaining nova tests to requests_mock 2017-06-18 12:38:48 -05:00
test_magnum_services.py Convert magnum service to requests_mock 2017-03-20 16:37:32 -05:00
test_meta.py Make floating IP to be prefered over fixed when looking for IP 2018-01-20 21:59:44 +01:00
test_network.py Adds toggle port security on network create 2018-03-09 21:05:05 +11:00
test_normalize.py Use RequestsMockTestCase everywhere 2018-06-24 10:36:34 -05:00
test_object.py Convert test_object to use .register_uris 2017-02-17 05:44:41 +00:00
test_operator_noauth.py De-client-ify many baremetal calls 2017-12-03 17:35:27 -05:00
test_port.py Support to get resource by id 2017-08-11 09:48:48 +08:00
test_project.py Make sure we pass propert dicts to validate 2017-07-07 17:33:37 -07:00
test_qos_bandwidth_limit_rule.py Add Neutron QoS bandwidth limit rule commands 2017-07-10 21:31:13 +00:00
test_qos_dscp_marking_rule.py Add Neutron QoS dscp marking rule commands 2017-07-28 10:00:56 +00:00
test_qos_minimum_bandwidth_rule.py Add Neutron QoS minimum bandwidth rule commands 2017-07-31 20:46:32 +00:00
test_qos_policy.py Use valid_kwargs decorator in QoS related functions 2017-08-01 21:41:56 +00:00
test_qos_rule_type.py Add support for get details of available QoS rule type 2017-08-01 21:09:42 +00:00
test_quotas.py Add support for network quota details command 2017-09-14 19:32:08 +00:00
test_rebuild_server.py Remove novaclient from shade's dependencies 2017-06-18 12:57:21 -05:00
test_recordset.py Migrate dns to new discovery method 2017-06-05 22:08:23 -05:00
test_role_assignment.py Revert "Allow grant_role to select users outside default domain" 2017-12-19 11:35:08 -06:00
test_router.py Allow explicitly setting enable_snat to either value 2018-05-22 15:43:22 +02:00
test_security_groups.py Support to get resource by id 2017-08-11 09:48:48 +08:00
test_server_console.py Add bare parameter to get/list/search server 2017-03-29 17:54:34 -05:00
test_server_delete_metadata.py Convert list servers tests to requests_mock 2017-06-16 19:08:56 -05:00
test_server_group.py Convert Server Groups to REST 2017-06-18 10:41:20 -05:00
test_server_set_metadata.py Remove novaclient from shade's dependencies 2017-06-18 12:57:21 -05:00
test_services.py De-client-ify Service Update 2017-08-24 06:18:40 -03:00
test_shade.py Fix private_v4 selection related to floating ip matching 2018-03-02 08:51:26 +01:00
test_shade_operator.py Convert image_client mocks in test_shade_operator 2018-06-24 10:36:34 -05:00
test_stack.py Allow not resolving outputs on get stacks 2018-02-06 12:28:54 +01:00
test_subnet.py Support to get resource by id 2017-08-11 09:48:48 +08:00
test_task_manager.py Use RequestsMockTestCase everywhere 2018-06-24 10:36:34 -05:00
test_update_server.py Remove novaclient from shade's dependencies 2017-06-18 12:57:21 -05:00
test_usage.py Convert remaining nova tests to requests_mock 2017-06-18 12:38:48 -05:00
test_users.py De-client-ify User Password Update 2017-09-05 18:24:07 -03:00
test_volume.py Add method to set bootable flag on volumes 2017-10-12 21:40:53 +00:00
test_volume_access.py Use requests-mock for the list/add/remove volume types tests 2017-04-21 16:16:40 -07:00
test_volume_backups.py Rename obj_to_dict and obj_list_to_dict 2017-06-10 16:07:38 +00:00
test_zone.py Migrate dns to new discovery method 2017-06-05 22:08:23 -05:00