[openstack-dev] [release][sahara] sahara-tests 0.2.0 release

no-reply at openstack.org no-reply at openstack.org
Mon May 9 19:41:39 UTC 2016


We are glad to announce the release of:

sahara-tests 0.2.0: Sahara tests

With source available at:

    https://git.openstack.org/cgit/openstack/sahara-tests

For more details, please see below.

0.2.0
^^^^^

Discovery of data sources with relative paths is now fixed.

Fix default resource discovery from the installed package.

Migrate auth system from keystoneclient to keystoneauth

Removed the need of a .testr.conf file when calling the test runner.


Bug Fixes
*********

* Datasources with relative paths are now properly found from the
  default resources.

* The default set of resources (test templates for each plugin, etc)
  can now be properly discovered when the package is installed.

* A .testr.conf file was previously required in the runner execution
  directory, now this is handled internally.


Other Notes
***********

* The default timeout for cluster polling was raised from 1800 to
  3600 seconds.

Changes in sahara-tests 0.1.0..0.2.0
------------------------------------

943d7a4 Fix report generating
1bf5f7a Raise the timeout for cluster polling
169ff72 Improve readme contents
88269b5 Run the tests inside the test directory
ef229a2 Fix resource discovery for datasources
53e7d37 Fix relative path for default templates
f80a795 Migrated auth system from keystoneclient to keystoneauth
be091c3 Updated from global requirements
bd7a68b Add mapr 5.0.0 to liberty

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

CONTRIBUTING.rst                                   |  2 +-
README.rst                                         | 24 +++++++++
etc/scenario/gate/edp.yaml.mako                    |  6 +--
.../fix-datasource-discovery-b690920189f0b161.yaml |  6 +++
...talled-resource-discovery-36ffa157cf9b06b9.yaml |  6 +++
.../increase-cluster-timeout-0e97fb7d7a6ea75a.yaml |  4 ++
.../migrate-to-keystoneauth-c65c162d74b5d7b9.yaml  |  3 ++
...implify-testrunner-config-d3a19014db107ff1.yaml |  7 +++
requirements.txt                                   |  4 +-
.../scenario/defaults/ambari-2.3.yaml.mako         |  2 +-
.../scenario/defaults/liberty/ambari-2.3.yaml.mako |  2 +-
.../defaults/liberty/mapr-5.0.0.mrv2.yaml.mako     | 52 ++++++++++++++++++
26 files changed, 302 insertions(+), 101 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b8e959c..0bda827 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,0 +10 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
+keystoneauth1>=2.1.0 # Apache-2.0
@@ -16 +16,0 @@ paramiko>=1.16.0 # LGPL
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
@@ -20 +20 @@ python-swiftclient>=2.2.0 # Apache-2.0
-python-neutronclient>=4.1.1 # Apache-2.0
+python-neutronclient>=4.2.0 # Apache-2.0





More information about the OpenStack-dev mailing list