magnum_tempest_plugin 0.3.0 (train)
We are delighted to announce the release of: magnum_tempest_plugin 0.3.0: Tempest plugin for Magnum Project This release is part of the train release series. The source is available from: https://opendev.org/openstack/magnum_tempest_plugin Download the package from: https://tarballs.openstack.org/magnum-tempest-plugin/ For more details, please see below. Changes in magnum_tempest_plugin 0.2.0..0.3.0 --------------------------------------------- 85700fc Print status_reason in the log ae37333 Add idempotent ID for ClusterTest cases c27242a Cap sphinx on py2 575b756 Do not use sitepackages for functional tests a2092d2 OpenDev Migration Patch 18a3103 Support to run cluster test using existing cluster template 5a18c8e Fix skipping of tests Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- magnum_tempest_plugin/common/base.py | 15 ++- magnum_tempest_plugin/common/config.py | 20 +++- magnum_tempest_plugin/common/datagen.py | 27 +++-- magnum_tempest_plugin/config.py | 24 ++-- requirements.txt | 2 +- test-requirements.txt | 3 +- tox.ini | 1 - 11 files changed, 150 insertions(+), 108 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 10f754a..6b299af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr>=2.0 # Apache-2.0 -tempest>=16.1.0 # Apache-2.0 +tempest>=17.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 6f8bd2c..3e443f4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7,2 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
participants (1)
-
no-reply@openstack.org