glance/glance/tests/functional/v2
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
..
__init__.py Adding versioned namespaces in test dir 2012-03-25 13:28:45 -07:00
registry_data_api.py Also run v2 functional tests with registry 2014-07-17 10:51:17 +00:00
test_images.py Add functionality to define requests without body 2016-01-04 14:46:57 +00:00
test_metadef_namespaces.py Glance metadef tables need unique constraints. 2015-09-02 22:32:29 -07:00
test_metadef_objects.py Glance metadef tables need unique constraints. 2015-09-02 22:32:29 -07:00
test_metadef_properties.py Glance metadef tables need unique constraints. 2015-09-02 22:32:29 -07:00
test_metadef_resourcetypes.py Use dictionary literal for dictionary creation 2015-08-07 06:00:35 -07:00
test_metadef_tags.py Glance metadef tables need unique constraints. 2015-09-02 22:32:29 -07:00
test_schemas.py Drop use of 'oslo' namespace package 2015-04-28 18:57:45 +00:00
test_tasks.py Rationalize test asserts 2015-07-09 13:48:49 +00:00