Renamed diskInfo.py

Renamed diskInfo.py to disk_info.py and the associated test to
test_disk_info.  Also changed the usage in the test to reflect
the name change.

Closes-bug: #1533189

Change-Id: Ice63cf8ea6cd4fcc770f88952cf784e5d46cca5c
This commit is contained in:
Steve Wilkerson 2016-01-13 08:49:55 -06:00
parent 4662f248b3
commit ae949148ef
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# limitations under the License.
#
from watcher.decision_engine.model.diskInfo import DiskInfo
from watcher.decision_engine.model.disk_info import DiskInfo
from watcher.tests import base