A python library of common ironic utilities.
4d63e9e1b5
- Moved jobs to tinyipa - fixed test_mdns failures by detecting python version Change-Id: Iae0076e4e87b74a0409fcd2071bebac3fd734845 |
||
---|---|---|
doc | ||
etc/ironic/rootwrap.d | ||
ironic_lib | ||
releasenotes/notes | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
extra-requirements.txt | ||
LICENSE | ||
lower-constraints.txt | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
ironic-lib
Team and repository tags
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 -r test-requirements.txt
$ stestr run