[openstack-dev] [release][oslo] oslotest release 1.7.0 (liberty)

doug at doughellmann.com doug at doughellmann.com
Tue Jun 9 15:14:26 UTC 2015


We are content to announce the release of:

oslotest 1.7.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.7.0

Please report issues through launchpad:

    http://bugs.launchpad.net/oslotest

Changes in oslotest 1.6.0..1.7.0
--------------------------------

5bd9b31 Updated from global requirements
ff9b38e Fix argument handling in oslo_run_cross_tests
960e444 Add class to deal with clouds.yaml support
1c0863f Remove unneeded runtime pbr dep
5f2e635 Updated from global requirements
f8a5a3c Advertise support for Python3.4 / Remove support for Python 3.3
a063f25 Do not sync run_cross_tests.sh
0782ab7 Remove unused discover dependency
9e0c8ad Remove six.moves call

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

openstack-common.conf      |  7 ------
oslotest/__init__.py       |  1 -
oslotest/functional.py     | 59 ++++++++++++++++++++++++++++++++++++++++++++++
oslotest/moxstubout.py     |  2 +-
requirements.txt           |  3 +--
setup.cfg                  |  6 +----
tox.ini                    |  3 +--
8 files changed, 83 insertions(+), 30 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 674130c..1486ede 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +4,0 @@
-pbr>=0.6,!=0.7,<1.0
-discover
@@ -14,0 +13 @@ mox3>=0.7.0
+os-client-config>=1.2.0





More information about the OpenStack-dev mailing list