09119fe185119fd732d6143f7d4b2aa36c4ff971
ironic_lib
Overview
A common library to be used by various projects in the Ironic ecosystem.
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