nova/nova/tests/functional
Sean Dague dbe8c9354d make microversion a client level construct for tests
Instead of passing around microversion in every method call, the way
microversions are expected to be used by a client is by setting it
globally for the client and using that microversion for all requests.

This adds that support to the base test client, and updates nearly all
tests to use it that way. test_server_group is tightly coupled and
will require some much more specific unwind.

Change-Id: I2263104c34328f11c687c6b8ef3a1cfd21980a63
2016-02-24 11:02:05 -05:00
..
api make microversion a client level construct for tests 2016-02-24 11:02:05 -05:00
api_sample_tests make microversion a client level construct for tests 2016-02-24 11:02:05 -05:00
db Remove unused CONF imports 2016-02-15 16:40:53 +11:00
libvirt Remove unused CONF imports 2016-02-15 16:40:53 +11:00
notification_sample_tests make microversion a client level construct for tests 2016-02-24 11:02:05 -05:00
wsgi Convert nova.tests.unit.image.fake.stub_out_image_service to use stub_out 2016-01-06 16:42:20 -08:00
__init__.py move eventlet GREENDNS override to top level 2014-12-08 17:41:03 -05:00
api_paste_fixture.py Fixed incorrect names/comments for API version 2.18 2016-01-25 11:36:47 +03:00
api_samples_test_base.py Do not use "file" builtin, but "open" instead 2016-02-03 10:15:41 +01:00
integrated_helpers.py Use stevedore for scheduler driver 2016-01-26 03:55:45 +00:00
test_extensions.py update api_samples code to use better variables 2015-12-14 11:23:26 +08:00
test_instance_actions.py make microversion a client level construct for tests 2016-02-24 11:02:05 -05:00
test_legacy_v2_compatible_wrapper.py Replace stubs.Set with stub_out (fakes) 2016-01-13 22:19:38 -05:00
test_login.py update api_samples code to use better variables 2015-12-14 11:23:26 +08:00
test_middleware.py Added CORS support to Nova 2015-11-11 14:28:50 -08:00
test_server_group.py Replace stubs.Set with stub_out (fakes) 2016-01-13 22:19:38 -05:00
test_servers.py REST API changes for user settable server description 2016-01-25 21:33:30 +00:00