RETIRED, further work has moved to Debian project infrastructure
Go to file
Ruby Loo 433f3d98e8 Add keyword arg 'log_stdout' to utils.execute()
This adds the keyword argument 'log_stdout' (Boolean) to utils.execute().
If set to True, it will log the stdout returned by executing the
command. By default, it is True.

This argument is used in ipa's (ironic-python-agent) copy of execute(),
and is being added here in preparation for changing ipa to use this
library's execute().

The docstrings associated with utils.execute() were updated to reflect
the copy in ipa.

Change-Id: I44148c6e9150c7afd3de7b0b59bedb4983d9a6a7
Partial-Bug: 1587199
2016-06-29 17:09:29 -04:00
etc/rootwrap.d use wipefs to erase FS meta information 2016-03-10 13:03:27 -05:00
ironic_lib Add keyword arg 'log_stdout' to utils.execute() 2016-06-29 17:09:29 -04:00
releasenotes/notes Add support for BIOS local boot for GPT label 2016-05-23 06:14:49 +00:00
.gitignore Ignore .idea folder 2016-06-13 17:47:11 +08:00
.gitreview Add .gitreview 2015-03-27 10:01:11 +01:00
.testr.conf Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
CONTRIBUTING.rst Update link for where to report bugs 2015-09-30 13:53:11 -07:00
LICENSE Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
MANIFEST.in Added project infrastructure needs. 2013-05-02 14:55:43 -04:00
README.rst Clarify which projects are meant to use the ironic-lib 2016-05-20 16:02:58 +01:00
TESTING.rst Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
requirements.txt Updated from global requirements 2016-06-03 18:13:21 +00:00
setup.cfg Explore config options to oslo-config-generator 2016-03-31 02:29:06 +00:00
setup.py Updated from global requirements 2015-09-17 12:12:30 +00:00
test-requirements.txt Updated from global requirements 2016-05-30 00:13:26 +00:00
tox.ini Fix coverage option and execution 2016-04-14 03:11:02 +00:00

README.rst

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