shade/shade/tests/unit
Monty Taylor 1069d44810
Fix mismatch between port and port-id for REST call
The old novaclient parameter is port-id, but the rest wants port.

We should really stop having so much logic in os_server.

Story: 2001075
Task: 4700
Change-Id: Ia16f8effca705e04b01fee5c2e899d90d084acb4
2017-06-21 04:23:42 +01:00
..
fixtures Use get_discovery from keystoneauth 2017-06-06 17:05:16 -05:00
__init__.py Add initial compute functional tests to Shade 2015-03-13 13:40:46 +00:00
base.py Use get_discovery from keystoneauth 2017-06-06 17:05:16 -05:00
test__adapter.py Removes unnecessary utf-8 encoding 2017-01-11 16:42:25 +05:30
test__utils.py Fix a few minor annoyances that snuck in 2017-03-29 04:16:39 -05: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_caching.py Remove a direct mocking of _image_client 2017-06-21 04:22:59 +01:00
test_cluster_templates.py Get rid of magnumclient dependency 2017-03-21 19:09:33 -05:00
test_create_server.py Fix mismatch between port and port-id for REST call 2017-06-21 04:23:42 +01: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 Removes unnecessary utf-8 encoding 2017-01-11 16:42:25 +05:30
test_domains.py Use get_discovery from keystoneauth 2017-06-06 17:05:16 -05:00
test_endpoints.py Use get_discovery from keystoneauth 2017-06-06 17:05:16 -05:00
test_flavors.py Convert use of .register_uri to .register_uris 2017-02-13 16:40:15 -08:00
test_floating_ip_common.py Remove use of FakeServer from tests 2017-06-18 09:30:02 -05:00
test_floating_ip_neutron.py Remove use of FakeServer from tests 2017-06-18 09:30:02 -05:00
test_floating_ip_nova.py Remove use of FakeServer from tests 2017-06-18 09:30:02 -05:00
test_floating_ip_pool.py Strip out novaclient extra attributes 2017-03-25 10:06:34 -05:00
test_groups.py Use get_discovery from keystoneauth 2017-06-06 17:05:16 -05:00
test_identity_roles.py Use get_discovery from keystoneauth 2017-06-06 17:05:16 -05:00
test_image.py Fix image normalization when image has properties property 2017-06-21 04:22:59 +01:00
test_image_snapshot.py Convert list servers tests to requests_mock 2017-06-16 19:08:56 -05:00
test_inventory.py Remove use of FakeServer from tests 2017-06-18 09:30:02 -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 Remove use of FakeServer from tests 2017-06-18 09:30:02 -05:00
test_network.py Remove neutronclient mocks from network create tests 2017-04-23 17:22:28 +00:00
test_normalize.py Define a base function to remove unneeded attributes 2017-04-24 16:32:32 -07:00
test_object.py Convert test_object to use .register_uris 2017-02-17 05:44:41 +00:00
test_operator_noauth.py Let os-client-config handle session creation 2015-11-08 08:27:00 -05:00
test_port.py Remove neutronclient mocks from ports tests 2017-04-28 20:40:26 +00:00
test_project.py De-client-ify Project Update 2017-06-12 22:17:41 -04:00
test_quotas.py Convert remaining nova tests to requests_mock 2017-06-18 12:38:48 -05: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 De-client-ify Project List 2017-06-12 20:15:16 -04:00
test_router.py Remove neutronclient mocks from router tests 2017-04-25 21:39:41 +00:00
test_security_groups.py Convert FakeSecGroup to dict 2017-06-18 10:16:36 -05: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 Use get_discovery from keystoneauth 2017-06-06 17:05:16 -05:00
test_shade.py Convert list servers tests to requests_mock 2017-06-16 19:08:56 -05:00
test_shade_operator.py Convert hypervisor test to requests_mock 2017-06-18 10:50:53 -05:00
test_stack.py Rename obj_to_dict and obj_list_to_dict 2017-06-10 16:07:38 +00:00
test_subnet.py Remove neutronclient mocks from subnet tests 2017-04-24 21:37:53 +00:00
test_task_manager.py Add support to task manager for async tasks 2017-01-16 14:55:22 -06: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 Use get_discovery from keystoneauth 2017-06-06 17:05:16 -05:00
test_volume.py Retry to fetch paginated volumes if we get 404 for next link 2017-06-16 22:28:36 +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