OpenStack Image Management (Glance)
Go to file
Venkatesh Sampath 367925c770 Prevent extraneous log messages and stdout prints
while running unit tests using run_tests.sh,
we can see quite an amount of unwanted log
messages and stdout prints as part of
the unit test results on the console.
This basically makes it difficult to go
through the test results and figure whats happening.

This patch fixes the cause for those
extraneous log messages caused due to
a incorrect fixture usage in test_manage.py
and also by mocking sys.stdout at the respective unit tests.

Closes-bug: #1496898
Change-Id: If986691cb3f36ba357a5c0df34b6df7bf2d8ff86
2015-09-18 23:23:38 +05:30
doc/source Merge "Domain model section" 2015-09-16 14:37:50 +00:00
etc Scrub images in parallel 2015-09-15 11:49:16 -05:00
glance Prevent extraneous log messages and stdout prints 2015-09-18 23:23:38 +05:30
rally-jobs Port rally scenario plugin to new Rally framework 2015-08-27 09:51:11 -07:00
tools Leverage dict comprehension in PEP-0274 2015-05-28 01:46:02 +00:00
.coveragerc Update .coveragerc 2013-02-06 16:47:06 +02:00
.gitignore Add .eggs/* to .gitignore 2015-07-09 12:34:45 +00:00
.gitreview Add .gitreview config file for gerrit. 2011-10-24 11:02:16 -04:00
.mailmap Add a mailmap entry for myself 2014-02-11 12:00:44 +08:00
.testr.conf Switch to testrepository for running tests 2014-01-29 08:30:55 +08:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:36 +00:00
HACKING.rst Leverage dict comprehension in PEP-0274 2015-05-28 01:46:02 +00:00
LICENSE Add a LICENSE file. 2012-01-03 10:14:01 -05:00
MANIFEST.in Remove old traces of the oslo-incubator 2015-09-09 09:11:05 +02:00
README.rst Fix rendering of readme document 2015-01-07 11:07:06 +00:00
babel.cfg Added first step of babel-based translations. 2012-02-28 02:00:37 -08:00
pylintrc Typo in pylintrc file 2015-03-25 11:21:16 +01:00
requirements.txt Updated from global requirements 2015-09-08 22:02:10 +00:00
run_tests.sh Remove old traces of the oslo-incubator 2015-09-09 09:11:05 +02:00
setup.cfg Updated from global requirements 2015-09-08 22:02:10 +00:00
setup.py Updated from global requirements 2015-07-17 16:12:24 +00:00
test-requirements.txt Updated from global requirements 2015-09-08 22:02:10 +00:00
tox.ini Merge "Remove pointless tests comparing opts against list" 2015-09-09 23:56:42 +00:00

README.rst

Glance

Glance is a project that defines services for discovering, registering, retrieving and storing virtual machine images.

Use the following resources to learn more: