29ca97e13daa4c3257e099f3d9634568b4afc5c9
It's used in a few places here and in IPA, so let's add it. Also makes list_partition return a path (can be handy in IPA). Change-Id: I04c2593c22350fbc77921ef97533f16e1dc65a18
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
Description