ironic/ironic/tests
Jim Rollenhagen 7e49bf856b Fix heartbeat when clean step in progress
The agent returns command_result of None when a command is in progress.
The code assumed it would return an empty dict. Fix the access of
command_result to never return None, and fix the tests to reflect
reality.

Closes-Bug: #1444715
Change-Id: Iae6cd90517cb7b268ce2c089c92f64b09a606a42
2015-04-15 14:57:57 -07:00
..
api Merge "Add maintenance check before call do_node_deploy" 2015-04-08 15:09:13 +00:00
conductor Convert internal RPC continue_node_cleaning to a "cast" 2015-04-13 10:12:55 -07:00
db Merge "tests/db: Add autospec=True to mocks" 2015-04-08 13:38:43 +00:00
dhcp Cleanup DHCPFactory._dhcp_provider after tests 2015-04-09 16:25:26 +03:00
drivers Fix heartbeat when clean step in progress 2015-04-15 14:57:57 -07:00
objects Removed hardcoded IDs from "chassis" test resources 2015-03-31 14:04:56 +03:00
__init__.py Remove DB tests workarounds 2015-04-03 14:04:31 +03:00
base.py Use oslo_context package 2015-03-12 20:45:59 +01:00
conf_fixture.py Move oslo.config references to oslo_config 2015-02-02 06:51:22 -08:00
fake_policy.py Add policy show_password to mask passwords in driver_info 2015-02-04 19:35:53 -08:00
matchers.py Remove extraneous vim configuration comments for ironic 2014-02-26 09:24:48 +08:00
policy_fixture.py Use oslo_policy package 2015-03-12 20:45:59 +01:00
stubs.py Fix exception handling in Glance image service 2015-04-08 20:01:05 +03:00
test_dbsync.py Remove all redundant setUp() methods 2014-10-30 16:49:00 +00:00
test_disk_partitioner.py Top level unit tests: Use autospec=True for mocks 2015-03-30 16:10:13 -07:00
test_driver_factory.py Top level unit tests: Use autospec=True for mocks 2015-03-30 16:10:13 -07:00
test_exception.py Fix UnicodeEncodeError issue when the language is not en_US 2015-04-02 02:50:42 +00:00
test_fsm.py Add concept of stable states to the state machine 2015-02-17 08:39:42 -08:00
test_glance_service.py Fix exception handling in Glance image service 2015-04-08 20:01:05 +03:00
test_hash_ring.py Top level unit tests: Use autospec=True for mocks 2015-03-30 16:10:13 -07:00
test_image_service.py Top level unit tests: Use autospec=True for mocks 2015-03-30 16:10:13 -07:00
test_images.py Fix for automated boot iso issue with IPA ramdisk 2015-04-10 09:09:53 -07:00
test_keystone.py Top level unit tests: Use autospec=True for mocks 2015-03-30 16:10:13 -07:00
test_network.py Use functions from oslo.utils 2015-02-23 13:29:50 +02:00
test_policy.py Add policy show_password to mask passwords in driver_info 2015-02-04 19:35:53 -08:00
test_pxe_utils.py Use hexhyp instead of hexraw iPXE type 2015-04-08 18:43:00 +01:00
test_states.py Ensure state values are 15 characters or less 2015-02-23 14:57:03 -08:00
test_swift.py Top level unit tests: Use autospec=True for mocks 2015-03-30 16:10:13 -07:00
test_utils.py Merge "Fix is_hostname_safe for RFC compliance" 2015-04-02 22:13:39 +00:00