glance/glance/tests/functional
Niall Bunting 9b430f9951 Add functionality to define requests without body
This allows functions that do not accept bodies to define this in the
router file. As currently many requests will cause a 500 if a body is
supplied when the API request does not expect it.

This currently only affects the core parts of the v2 api, that is,
calls to v2/images and v2/schemas. It does not cover the "tasks" API
or the metadefs api as I was keeping this patch concise. As this
does not affect the behaviour if not included this makes no change to
the metadefs api behaviour.

DocImpact

Partial-Bug: 1475647

Change-Id: Ieb510e5516128078d40d39fd9b4f339ce64e10e7
2016-01-04 14:46:57 +00:00
..
artifacts Fix mutable defaults in tests 2015-09-28 14:36:27 +03:00
db Merge "Fix order of arguments in assertEqual" 2015-09-28 11:13:37 +00:00
v1 Prevent image status being directly modified via v1 2015-09-22 16:07:02 +02:00
v2 Add functionality to define requests without body 2016-01-04 14:46:57 +00:00
__init__.py Fix server start ping timeout for functional tests 2015-09-22 23:53:08 +05:30
store_utils.py Use six.moves to fix imports on Python 3 2015-05-27 02:57:34 +02:00
test_api.py Don't return 300 when requesting /versions 2015-09-02 15:03:41 +02:00
test_bin_glance_cache_manage.py Rationalize test asserts 2015-07-09 13:48:49 +00:00
test_cache_middleware.py Rationalize test asserts 2015-07-09 13:48:49 +00:00
test_client_exceptions.py Fix assertEqual arguments order 2014-09-19 00:25:18 +08:00
test_client_redirects.py Remove vim header 2014-01-14 16:03:28 +00:00
test_glance_manage.py Rationalize test asserts 2015-07-09 13:48:49 +00:00
test_gzip_middleware.py Fix assertEqual arguments order 2014-09-19 00:25:18 +08:00
test_healthcheck_middleware.py Healthcheck Middleware 2015-07-07 11:55:21 +02:00
test_logging.py Rationalize test asserts 2015-07-09 13:48:49 +00:00
test_reload.py Zero downtime config reload (log handling) 2015-03-27 17:07:46 +00:00
test_scrubber.py Scrubber to communicate with trustedauth registry 2015-09-09 23:14:15 -05:00
test_sqlite.py Rationalize test asserts 2015-07-09 13:48:49 +00:00
test_ssl.py Don't return 300 when requesting /versions 2015-09-02 15:03:41 +02:00
test_wsgi.py Rationalize test asserts 2015-07-09 13:48:49 +00:00