A python library of common ironic utilities.
cf73a8fb7f
This brings in i18n.py from ironic (as a helper) and switches all i18n references to use that module. The _i18n module from oslo-incubator is left, as syncing imageutils brings it in. Change-Id: I012ceb7031695407febbb3bbd24622773a2d9d0f |
||
---|---|---|
ironic_lib | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
CONTRIBUTING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
TODO.rst | ||
tox.ini |
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