ironic/ironic/tests/unit/drivers
John L. Villalovos 1d11e96705 Rename utils.py to mgr_utils.py to avoid namespace collision
The file ironic/tests/unit/conductor/utils.py is used during testing but
there is also an ironic/conductor/utils.py and then it is confusing
which test_* file belongs to which file.

Rename utils.py to mgr_utils.py and rename the test file

Intentionally not renaming test_conductor_utils.py to test_utils.py at
this time as we would lose git history for the files. This is best done
in a follow-up patch.

Updated all import statements for unit tests using this file.

Change-Id: I5dfa1ffc01c5f54dc41a7caed83cd0bca3fb0be6
2015-10-23 06:09:41 -07:00
..
modules Rename utils.py to mgr_utils.py to avoid namespace collision 2015-10-23 06:09:41 -07:00
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
agent_pxe_config.template Prepare for functional testing 2015-09-28 21:27:01 +00:00
elilo_efi_pxe_config.template Prepare for functional testing 2015-09-28 21:27:01 +00:00
ipxe_config.template Prepare for functional testing 2015-09-28 21:27:01 +00:00
pxe_config.template Prepare for functional testing 2015-09-28 21:27:01 +00:00
pxe_grub_config.template Prepare for functional testing 2015-09-28 21:27:01 +00:00
test_agent.py Add agent_amt driver 2015-10-12 00:09:37 +00:00
test_base.py Move ironic.tests.unit.base to ironic.tests.base 2015-10-22 08:57:41 -07:00
test_fake.py Rename utils.py to mgr_utils.py to avoid namespace collision 2015-10-23 06:09:41 -07:00
test_irmc.py Merge "Fix tests giving erroneous output during os-testr run" 2015-10-12 01:21:35 +00:00
test_utils.py Rename utils.py to mgr_utils.py to avoid namespace collision 2015-10-23 06:09:41 -07:00
third_party_driver_mock_specs.py OneView Driver for Ironic 2015-10-09 15:14:32 -03:00
third_party_driver_mocks.py OneView Driver for Ironic 2015-10-09 15:14:32 -03:00