A python library of common ironic utilities.
a809787783
As suggested by TheJulia, the `_fix_gpt_structs` code which is currently not accessible/callable from outside of ironic-lib should be exposed so that other code like ironic-python-agent can use it such as https://review.openstack.org/#/c/568524/ This patchset now exposes this code as `fix_gpt_structs` (no leading underscore). Change-Id: Icd824982d23966605fb179270bbf428cab23a41d |
||
---|---|---|
doc/source | ||
etc/rootwrap.d | ||
ironic_lib | ||
playbooks/legacy | ||
zuul.d | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
CONTRIBUTING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
Team and repository tags
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