A python library of common ironic utilities.
4ac6cf0857
Adding CI for https://review.opendev.org/c/openstack/ironic-lib/+/905569/1 Related Bug: https://bugs.launchpad.net/ironic-python-agent/+bug/2047654 Change-Id: I8e2c7b88fcea44d5ede851b40657b0acc3cf9e54 |
||
---|---|---|
doc | ||
etc/ironic/rootwrap.d | ||
ironic_lib | ||
releasenotes/notes | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
extra-requirements.txt | ||
LICENSE | ||
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