598ccc0eca
1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: Icf10fb8f00c49bc9027212501e2fa59becfc3a1c
674 B
674 B
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