nova/nova/tests/unit/api
jichenjc 7e709f8ca0 Make test re-use HTTPRequest part 4
We are using the controller to do test instead of
wsgi URI now, the HTTPRequest is only a fake value
and mostly is not used. Make test class reuse
the Request to remove code complication.
Also, some method set such as 'POST', 'DELETE' etc
are not needed anymore since controller are
directly used.

This patch focus on evacuate, instance_usage_audit_log,
multiple_create, networks, services.

Partially implements blueprint v2-on-v3-api

Change-Id: Idcdc6ebecc38fda1b36356a34cabdba8fb9cbefb
2015-01-28 11:02:59 +08:00
..
ec2 Make ec2/cloud.py use get_instance_availability_zone() helper 2015-01-23 14:25:10 +01:00
openstack Make test re-use HTTPRequest part 4 2015-01-28 11:02:59 +08:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_auth.py Merge "Enable check for H238 rule" 2015-01-21 18:24:31 +00:00
test_compute_req_id.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_validator.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_wsgi.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00