vitrage-tempest-plugin 2.0.0 (stein)
We are thrilled to announce the release of: vitrage-tempest-plugin 2.0.0: Tempest plugin for Vitrage project This release is part of the stein 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://storyboard.openstack.org/#!/project/openstack/vitrage- tempest-plugin For more details, please see below. Changes in vitrage-tempest-plugin 1.1.0..2.0.0 ---------------------------------------------- 39cb545 Test template v3 causing_alarm. 75ae64c Do not use VitrageError exception eba0757 Do not use vitrage.utils.file module 0837367 fix asserts 8c4be47 Test templates with parameters 11fd785 add a new service list api tests 31667cc Tempest fix e709ed3 Update hacking version dcde8a9 Tempest tests for v3 template aca285b Updated prometheus datasource tempest to support working with config file d6732c1 add pre_test_hook file b901bf1 Update the bugs link to storyboard 307b09b tempest for resource api changes 7132e33 Delete unused code 76ef399 Add constants for datasources b0e1c01 fix mock tempest 8fba69d Tempest - increase failover timeout 19e8438 get the image for heat from glance 32c4e62 Verify consistent timestamp format 1e881b6 update cirros image 05dcd7b Remove the static physical datasource b4a8c33 Change openstack-dev to openstack-discuss 076bf18 Template add tempest stability 06f13c1 Add Python 3.6 classifier to setup.cfg 8b6428b Add python 3.6 unit test job 058302c remove the skip test of gnocchi 6e038b5 temporarily skip test fba7279 Gnocchi resource list returns empty - add a sleep before it. e177b8a Added a warning if failed to delete instance cb5bd7a Do not use constants from vitrage 0873735 Removed older version of python added 3.5 aeb6a52 Using storyboard to collect project bugs 39f72ee fix bug link in readme 20d00dd Added missing python-vitrageclient dependency Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 4 +- HACKING.rst | 2 +- README.rst | 2 +- devstack/post_test_hook.sh | 2 +- devstack/pre_test_hook.sh | 22 +++ requirements.txt | 2 + setup.cfg | 5 +- test-requirements.txt | 4 +- tox.ini | 5 +- vitrage_tempest_plugin/__init__.py | 15 -- .../mock_datasource/test_3rd_degree_scenarios.py | 7 +- .../resources/prometheus/prometheus_conf.yaml | 12 ++ .../resources/static/static_configuration.yaml | 19 +++ .../static_physical_configuration.yaml | 19 --- .../templates/api/e2e_test_basic_actions_v3.yaml | 62 ++++++++ .../resources/templates/api/v2_with_params.yaml | 41 ++++++ .../templates/api/v3_execute_mistral.yaml | 25 ++++ 68 files changed, 896 insertions(+), 754 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 67f23aa..808069b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,0 +8 @@ aodhclient>=0.9.0 # Apache-2.0 +PyYAML>=3.12 # MIT @@ -16,0 +18 @@ python-glanceclient>=2.8.0 # Apache-2.0 +python-vitrageclient>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0a805cb..c4b7880 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking<0.13,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -8 +8 @@ sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 +openstackdocstheme>=1.24.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org