28b1941377
This patch is updating the README file to clarify that only projects under the Ironic governance should be consuming this library. Change-Id: Ie1430c955e44311bbe5d60503ee146ce1601612e
404 B
404 B
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