ironic/ironic/tests/api
Yuriy Zveryanskyy 487f6738bc Add parameter for filtering nodes by maintenance mode
Boolean parameter 'maintenance' added to API for filtering
nodes by maintenance mode, example:
/nodes?maintenance=false
strutils.bool_from_string() used for converting 'associated'
and 'maintenance' parameters, accepted values now for True
('1', 't', 'true', 'on', 'y', 'yes'), for False
('0', 'f', 'false', 'off', 'n', 'no') case-insensitive.
Refactored dbapi method get_node_list with filters used for
_get_nodes_collection in nodes controller.

Partial-Bug: #1260099
Partial-Bug: #1271291
Change-Id: I01a62eb641316e890d191cf569bb3cf00b7619f2
2014-02-11 11:22:06 +02:00
..
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
base.py Adds doc strings to API FunctionalTest class 2013-11-26 15:11:51 +00:00
test_acl.py Comply with new hacking requirements 2013-11-06 11:38:39 +01:00
test_base.py Improve unit tests for API. 2013-06-22 11:05:52 -07:00
test_chassis.py Ensure parameter order of assertEqual correct 2014-02-07 21:28:52 +00:00
test_drivers.py GET /drivers to show a list of active conductors 2013-12-17 16:48:06 -08:00
test_hooks.py Apply comments to 58558/4 post-landing 2013-12-02 19:33:09 +02:00
test_nodes.py Add parameter for filtering nodes by maintenance mode 2014-02-11 11:22:06 +02:00
test_ports.py Ensure parameter order of assertEqual correct 2014-02-07 21:28:52 +00:00
test_root.py Add missing link for drivers resource 2013-12-03 11:21:28 +02:00
test_types.py Move and rename ValidTypes 2013-12-20 10:44:04 +00:00
test_utils.py Move and rename ValidTypes 2013-12-20 10:44:04 +00:00
utils.py Fix datetime format in FakeCache 2013-10-11 14:22:02 -07:00