[release-announce] vitrage-tempest-plugin 1.1.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 22 15:17:59 UTC 2018


We are tickled pink to announce the release of:

vitrage-tempest-plugin 1.1.0: Tempest plugin for Vitrage project

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/vitrage-tempest-plugin

Download the package from:

    https://tarballs.openstack.org/vitrage-tempest-plugin/

Please report issues through launchpad:

    https://bugs.launchpad.net/vitrage

For more details, please see below.

Changes in vitrage-tempest-plugin 1.0.0..1.1.0
----------------------------------------------

1f78e66 switch documentation job to new PTI
959078f import zuul job settings from project-config
2826576 Tempest fix - always load database snapshot
ed01a9b add all tenants to get rca
930dc5f remove tests using template dir /etc/vitrage/templates
e3b72b6 tempest fix for history
1318976 tempest for prometheus datasource
5b79ab3 should use networkx 2
dfcb81a reduce api tests runtime.
11d0c31 support networkx 2.1
7e44b1d add gnocchi to tempest clients and new aodh alarm type tests
9e21ffb fast failover tempest
54d19b8 Add a tempest test for the --all-tenants bug.
70faee0 Added a debug message to help fix a tempest failure
e802f12 Fixed a bug that occasionally causes the tempest tests to fail
518bc4a Add release notes link to README
082f1d2 fix tox python3 overrides
0b0980f Add a new tempest job with a mock datasource
0d8e900 tempest stability
3d97b62 tempest - add retries to vm creation
baef7b9 drop the alarm at the end of the test
3b51d54 do reset state if failed to detached
6dcaaa2 use small instances as possible
80515d0 Added tests for multi tenancy
997f480 sometimes gethostbyname fails
cc7547d sort the test list before printing
b30d4fc Updated from global requirements
18e9e29 Updated from global requirements
38d9cf0 Updated from global requirements
f178953 Updated from global requirements
c7a3e32 enable persistency tests
2e88308 Update the old links in CONTRIBUTING.rst
ad9cf8b Updated from global requirements
65b4ffc make test more readable
d44e91a move post test script


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

.zuul.yaml                                         |   7 +
CONTRIBUTING.rst                                   |   4 +-
README.rst                                         |   1 +
devstack/post_test_hook.sh                         |  41 ++++
requirements.txt                                   |   6 +-
test-requirements.txt                              |   2 +-
tox.ini                                            |   6 +
.../mock_datasource/test_3rd_degree_scenarios.py   | 246 +++++++++++++++++++++
.../templates/api/e2e_test_basic_actions.yaml      |  12 +
.../api/mock_datasource_3rd_degree_scenarios.yaml  |  88 ++++++++
42 files changed, 1231 insertions(+), 451 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d979421..67f23aa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ python-cinderclient>=3.3.0 # Apache-2.0
-python-dateutil>=2.4.2 # BSD
+python-dateutil>=2.5.3 # BSD
@@ -18 +18 @@ six>=1.10.0 # MIT
-oslo.config>=5.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
@@ -24 +24 @@ tempest>=17.1.0 # Apache-2.0
-networkx<2.0,>=1.10 # BSD
+networkx>=2.1 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 4d7f782..0a805cb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ hacking<0.13,>=0.12.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD






More information about the Release-announce mailing list