goshlanguage / ironic-lib

A python library of common ironic utilities. Mirror of code maintained at opendev.org.

Home Page:https://opendev.org/openstack/ironic-lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A python library of common ironic utilities. Mirror of code maintained at opendev.org.

https://opendev.org/openstack/ironic-lib

License:Apache License 2.0


Languages

Language:Python 100.0%