You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
doc | 2 years ago | |
etc/ironic/rootwrap.d | 1 year ago | |
ironic_lib | 3 months ago | |
releasenotes/notes | 4 months ago | |
zuul.d | 2 weeks ago | |
.gitignore | 4 years ago | |
.gitreview | 3 years ago | |
.stestr.conf | 5 years ago | |
CONTRIBUTING.rst | 4 years ago | |
LICENSE | 7 years ago | |
MANIFEST.in | 9 years ago | |
README.rst | 4 years ago | |
TESTING.rst | 3 years ago | |
bindep.txt | 3 months ago | |
extra-requirements.txt | 1 year ago | |
lower-constraints.txt | 10 months ago | |
requirements.txt | 9 months ago | |
setup.cfg | 5 months ago | |
setup.py | 2 years ago | |
test-requirements.txt | 10 months ago | |
tox.ini | 10 months ago |
README.rst
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