ironic/ironic/tests
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
..
api Add parameter for filtering nodes by maintenance mode 2014-02-11 11:22:06 +02:00
conductor Add missing parameter in call to _load_one_plugin 2014-01-28 21:05:12 +00:00
db Add parameter for filtering nodes by maintenance mode 2014-02-11 11:22:06 +02:00
drivers Merge "Move test__get_nodes_mac_addresses" 2014-02-05 10:20:21 +00:00
objects Replace assertTrue with explicit assertIsInstance 2014-01-17 23:07:14 +08:00
__init__.py Fix pep8 errors and make it pass Jenkins tests. 2013-05-16 18:40:38 -07:00
base.py Removes stubs from unit tests 2013-10-16 13:19:01 +00:00
conf_fixture.py Sync new database config group from oslo-incubator 2013-05-27 06:30:42 +01:00
fake_policy.py Fix policies 2013-10-14 21:48:55 +03:00
matchers.py Move glance image service client from nova and cinder into ironic 2013-08-12 22:34:41 +02:00
policy_fixture.py Fix pep8 errors and make it pass Jenkins tests. 2013-05-16 18:40:38 -07:00
stubs.py Move glance image service client from nova and cinder into ironic 2013-08-12 22:34:41 +02:00
test_dbsync.py Add tests for ironic-dbsync. 2013-05-13 00:59:15 -07:00
test_glance_service.py Replace CONF.set_default with self.config 2014-01-31 13:58:11 -05:00
test_hash_ring.py Improve handling of invalid input in HashRing class 2014-01-30 15:58:44 -08:00
test_images.py Sync common utils from Oslo 2013-11-18 14:42:14 -08:00
test_keystone.py Add wrapper for keystone service catalog 2013-10-30 13:22:19 +02:00
test_neutron.py Fix log and test for NeutronAPI.update_port_dhcp_opts 2014-02-05 09:37:15 -08:00
test_policy.py Fix misspellings in ironic 2014-02-08 09:13:07 +08:00
test_utils.py Fix 'run_as_root' parameter check in utils 2014-02-05 16:20:06 +02:00