File: README.rst

package info (click to toggle)
python-ironic-lib 7.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: python: 3,631; makefile: 20; sh: 2
file content (29 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
==========
ironic-lib
==========

Team and repository tags
------------------------

.. image:: https://governance.openstack.org/tc/badges/ironic-lib.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

Overview
--------

A common library to be used **exclusively** by projects under the `Ironic
governance <https://governance.openstack.org/tc/reference/projects/ironic.html>`_.

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