
Use direct I/O when overwriting the partition table to expose device failures (which would not be directly noticed otherwise). Change-Id: Ib0790099d895410681e4a1679bedea62209ff277
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