bf44ded88a9d2bf37b91ada998435e39734d3ab5
The configuration option [disk_utils]iscsi_verify_attempts was deprecated and marked for removal. Change-Id: I8e67430ba6c53420b7ad38b21adcf776d0c77ad0
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