337ae96819

Some mocks have snuck in without having autospec=True. Add that to them. Change-Id: I79f8d68c78446f384e1b455b2835ef34602fd591
ironic_lib
Overview
A common library to be used exclusively by projects under the Ironic governance.
Running Tests
To run tests in virtualenvs (preferred):
$ sudo pip install tox
$ tox
To run tests in the current environment:
$ sudo pip install -r requirements.txt
$ nosetests
Description