[openstack-dev] [all] oslotest 1.5.0 release

Doug Hellmann doug at doughellmann.com
Mon Feb 23 19:18:22 UTC 2015


The Oslo team is pleased to announce the release of:

oslotest 1.5.0: OpenStack test framework

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

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

Please report issues through launchpad:

    http://bugs.launchpad.net/oslotest

Changes in oslotest 1.4.0..1.5.0
--------------------------------

9f50253 Restore missing module for pre-release test script
6b06de2 Updated from global requirements
c15a64b Set a higher default for maxDiff

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

oslotest/base.py                 |  7 ++++++
oslotest/tools/__init__.py       |  0
oslotest/tools/config.py         | 48 ++++++++++++++++++++++++++++++++++++++++
requirements.txt                 |  2 +-
5 files changed, 57 insertions(+), 2 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 125b54e..674130c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ python-subunit>=0.0.18
-six>=1.7.0
+six>=1.9.0


More information about the OpenStack-dev mailing list