[openstack-announce] [release][oslo] oslo.oslotest release 1.8.0 (liberty)

davanum at gmail.com davanum at gmail.com
Tue Jun 23 19:50:31 UTC 2015


We are stoked to announce the release of:

oslotest 1.8.0: Oslo test framework

This release is part of the liberty release series.

With source available at:

    http://git.openstack.org/cgit/openstack/oslotest

For more details, please see the git log history below and:

    http://launchpad.net/oslotest/+milestone/1.8.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslotest

Changes in oslotest 1.7.0..1.8.0
--------------------------------

12fcfb8 Updated from global requirements
bcd8446 Allow ``OS_DEBUG`` environment variable to specify log level.
8f68a2d Updated from global requirements
ac79661 always rebuild cross-test venv
cc57067 Add CreateFileWithContent fixture
5f63439 Create ConfigureLogging fixture
9e7c3e9 Create CaptureOutput fixture
a7cd685 Create Timeout wrapper fixture
ecad065 Document the mock attribute for mockpatch

Diffstat (except docs and test files)
-------------------------------------

oslotest/base.py              | 63 ++++++++++-------------------------
oslotest/createfile.py        | 70 +++++++++++++++++++++++++++++++++++++++
oslotest/log.py               | 76 +++++++++++++++++++++++++++++++++++++++++++
oslotest/mockpatch.py         | 44 ++++++++++++++++---------
oslotest/output.py            | 55 +++++++++++++++++++++++++++++++
oslotest/timeout.py           | 34 +++++++++++++++++++
requirements.txt              |  2 +-
setup.py                      |  1 -
test-requirements.txt         |  6 ++--
16 files changed, 565 insertions(+), 79 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 1486ede..31ba94a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ testscenarios>=0.4
-testtools>=0.9.36,!=1.2.0
+testtools>=1.4.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d6f80b3..192ca49 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -13,2 +13,2 @@ coverage>=3.6
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.5.0  # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx>=2.5.0 # Apache-2.0



More information about the OpenStack-announce mailing list