Go to file
Vu Cong Tuan 9ba805d4b0 Remove testrepository
This commit is a follow-up of "switch to using stestr"
which was merged already [1].
After switch to using stestr, testrepository is unnecessary
and should be removed.

[1] https://review.openstack.org/578522

Change-Id: I94f4883aa52e5a5623ebd0ce9145951f422ae51a
2018-07-11 18:16:12 +07:00
2018-03-22 13:45:20 -04:00
2018-07-11 18:16:12 +07:00
2015-03-27 10:01:11 +01:00
2015-02-26 04:15:08 -08:00
2018-07-11 18:16:12 +07:00
2017-03-02 11:45:33 +00:00
2018-06-27 14:50:06 -04:00
2018-06-27 14:50:06 -04:00

Team and repository tags

image

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
Description
A python library of common ironic utilities.
Readme 7.8 MiB