designate/designate/tests/test_api
Vinod Mangalpally a19e434cba Ensure that request body in v2 contains valid fields
Currently 'id' and other fields like 'created_at' and 'updated_at' can
be set in the request body.  Some of these fields are ignored and
some like 'id' can actual set the id.
With this change - remove 'id' from the list of valid keys and ensure
that only valid keys are present in the request body.
Closes-Bug: #1291518

Change-Id: I99f3f106c0004fa5521869e46da85f1053241eb5
2014-03-12 17:11:35 -05:00
..
test_v1 Correct misspelled words 2014-02-20 16:20:58 +00:00
test_v2 Ensure that request body in v2 contains valid fields 2014-03-12 17:11:35 -05:00
__init__.py Switch to testr / testtools / fixtures, remove nose 2013-11-18 14:28:43 +01:00
test_middleware.py Add support for specifying tenant/user/token in the NoAuthMiddleware 2014-01-13 13:51:21 +00:00
test_service.py Multiple testing fixes 2013-12-02 15:50:03 +01:00