python-novaclient/novaclient/tests/unit/v2
Takashi NATSUME 9f10d7d0b0 Add return-request-id-to-caller function(4/5)
Add return-request-id-to-caller function to
resources and resource managers in the following files.
The methods in the resource class and resource manager return
a wrapper class that has 'request_ids' property.
The caller can get request ids of the callee via the property.

* novaclient/v2/contrib/assisted_volume_snapshots.py
* novaclient/v2/contrib/baremetal.py
* novaclient/v2/contrib/cells.py
* novaclient/v2/contrib/instance_action.py
* novaclient/v2/contrib/list_extensions.py
* novaclient/v2/contrib/migrations.py
* novaclient/v2/contrib/server_external_events.py
* novaclient/v2/contrib/tenant_networks.py

Co-authored-by: Ankit Agrawal <ankit11.agrawal@nttdata.com>
Change-Id: I58ec61eb585d145cb7d638bcb690b3ebee0461e9
Implements: blueprint return-request-id-to-caller
2016-01-28 11:23:36 +00:00
..
contrib Add return-request-id-to-caller function(4/5) 2016-01-28 11:23:36 +00:00
__init__.py Rename v1_1 to v2 2015-02-04 17:40:46 +02:00
fakes.py Add return-request-id-to-caller function(4/5) 2016-01-28 11:23:36 +00:00
test_agents.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_aggregates.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_auth.py Test: Clean v2 client userwarning 2016-01-12 12:05:50 +08:00
test_availability_zone.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_certs.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_client.py Test: Clean v2 client userwarning 2016-01-12 12:05:50 +08:00
test_cloudpipe.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_fixed_ips.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_flavor_access.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_flavors.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_floating_ip_dns.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_floating_ip_pools.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_floating_ips.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_floating_ips_bulk.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_fping.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_hosts.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_hypervisors.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_images.py Add return-request-id-to-caller function(2/5) 2016-01-27 02:45:22 +00:00
test_keypairs.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_limits.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_networks.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_quota_classes.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_quotas.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_security_group_rules.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_security_groups.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_server_groups.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_servers.py Add return-request-id-to-caller function(1/5) 2016-01-27 11:44:19 +09:00
test_services.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_shell.py Merge "[microversions] Extend shell with 2.12" 2016-01-27 16:13:44 +00:00
test_usage.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_versions.py Add return-request-id-to-caller function(3/5) 2016-01-28 11:22:00 +00:00
test_volumes.py Deprecate volume/volume-type/volume-snapshot CRUD CLIs/APIs 2015-06-02 14:14:06 -07:00
testfile.txt Rename v1_1 to v2 2015-02-04 17:40:46 +02:00