[release-announce] rally 2.0.0

no-reply at openstack.org no-reply at openstack.org
Mon Sep 16 09:39:50 UTC 2019


We are delighted to announce the release of:

rally 2.0.0: Generic Testing Framework & Tool that unifies all types
of testing.

The source is available from:

    https://opendev.org/openstack/rally

Download the package from:

    https://pypi.org/project/rally

For more details, please see below.

Changes in rally 1.6.0..2.0.0
-----------------------------

02311d320 Rename 1.7.0 to 2.0.0
bd939c591 Make rally 1.7.0
8d54b0e23 Remove a bunch of deprecated stuff from CLI
60d39f3a3 Upgrade jsonschema upper version
17d9b3e3c Fix building docs
54c3d8320 Allow plugins to return config options as list of tuples
b22308ecf Support to verify https url
3c529c7c4 Fix wrong assert function name
6df07c6c7 Fix assertion methods
a0cfbe2de Fix wrong assert function name
488d47eaf Sync Sphinx requirement


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

CHANGELOG.rst                                      | 32 +++++++++-
etc/docker/README.md                               |  8 +--
etc/rally.bash_completion                          |  3 +-
rally/cli/commands/plugin.py                       |  4 --
rally/cli/commands/task.py                         | 20 ------
rally/cli/commands/verify.py                       |  4 --
rally/cli/manage.py                                | 30 ---------
rally/common/opts.py                               |  6 +-
rally/consts.py                                    |  1 +
rally/plugins/common/runners/rps.py                |  4 +-
rally/plugins/common/sla/iteration_time.py         |  8 ++-
rally/plugins/common/sla/max_average_duration.py   |  8 ++-
rally/plugins/common/sla/outliers.py               |  4 +-
.../plugins/common/sla/performance_degradation.py  |  2 +-
rally/plugins/common/types.py                      |  2 +-
rally/task/utils.py                                |  4 +-
requirements.txt                                   |  2 +-
setup.cfg                                          |  1 -
test-requirements.txt                              |  3 +-
upper-constraints.txt                              |  2 +-
29 files changed, 133 insertions(+), 163 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 329da412e..340bfcafb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ Jinja2                                                 # BSD
-jsonschema<3.0.0                                       # MIT
+jsonschema                                             # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index e2cef608d..090c0e349 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -20 +20,2 @@ testtools                                              # UNKNOWN
-sphinx!=1.6.6,!=1.6.7                                  # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7'  # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4'  # BSD






More information about the Release-announce mailing list