ironic/ironic/tests
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
..
functional Prepare for functional testing 2015-09-28 21:27:01 +00:00
unit 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
base.py Move ironic.tests.unit.base to ironic.tests.base 2015-10-22 08:57:41 -07:00