ironic/ironic/tests/unit/api
Zhenguo Niu 4d06a42338 Correct api version check conditional for node.name
Currently the name acceptable check is under the condition of
"if name", so if you specify name to an empty value like "",
that will skip the API version check.

Change-Id: I85dc67ea7ac4f38801dc4675f85fac5e1fc1b364
Closes-Bug: #1563694
2016-04-07 12:13:35 +03:00
..
v1 Correct api version check conditional for node.name 2016-04-07 12:13:35 +03:00
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
base.py Follow up for: Prepare for functional testing patch 2015-09-29 10:13:40 -07:00
test_acl.py Follow up for: Prepare for functional testing patch 2015-09-29 10:13:40 -07:00
test_base.py Use assertEqual/Greater/Less/IsNone 2016-03-01 11:54:52 +01:00
test_hooks.py Append 'Openstack-Request-Id' header to the response 2016-03-22 10:38:39 -07:00
test_middleware.py Replace HTTP 'magic numbers' with constants 2015-12-06 08:25:45 -08:00
test_root.py Expose versioning information on GET / endpoint 2015-10-13 14:47:30 +00:00
utils.py Clean up test node post data 2016-03-25 00:31:55 +08:00