
This change exposes existing or copies from IPA functions that are potentially common between ironic, IPA and ironic-lib itself: 1) utils.try_execute 2) disk_utils.udev_settle, partprobe and trigger_device_rescan 3) capabilities parsing and re-combining Change-Id: I0ab42e082e8003415a1cac857d1c4b2044c5484d
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