We are amped to announce the release of: rally 1.3.0: Generic Testing Framework & Tool that unifies all types of testing. The source is available from: https://git.openstack.org/cgit/openstack/rally Download the package from: https://pypi.org/project/rally Please report issues through launchpad: https://bugs.launchpad.net/rally For more details, please see below. Changes in rally 1.2.1..1.3.0 ----------------------------- e22c247 Rework docker integration 4a1b628 Change the behaviour of 'rally --version' cmd 3c29c5e [release] Propose 1.3.0 release 0281b6c [docs] Check docstrings of plugin bases 3a64909 Add missing ws separator between words 2abc5e5 Use 'error' as the default value of failed status while checking the resource status cfde229 Unify constant runner logic 6eac999 [Trivial Fix] modify spelling error of "resource" 9552b9b [ci] Rename tox jobs 3ed8ac0 [ci] Manage tox job manually 8091e53 Update min tox version to 2.0 ca37211 Fixed a typo in verify command error 910478f Add ability to report tasks by deployment Diffstat (except docs and test files) ------------------------------------- .zuul.d/python-jobs.yaml | 78 +++++++--- .zuul.d/zuul.yaml | 35 +++-- CHANGELOG.rst | 50 ++++++- Dockerfile | 31 ---- etc/docker/Dockerfile | 34 +++++ etc/docker/README.md | 87 +++++++++++ etc/docker/README_FIRST.rst | 11 ++ etc/docker/hooks/post_checkout | 18 +++ etc/docker/motd | 19 +++ etc/motd | 19 --- etc/rally.bash_completion | 4 +- rally/cli/cliutils.py | 20 ++- rally/cli/commands/task.py | 20 ++- rally/cli/commands/verify.py | 2 +- rally/common/db/api.py | 8 +- rally/common/objects/task.py | 15 +- rally/common/version.py | 15 ++ rally/env/env_mgr.py | 4 +- rally/plugins/common/runners/constant.py | 161 ++++++++++----------- rally/task/atomic.py | 2 +- rally/task/context.py | 3 +- rally/task/exporter.py | 6 +- rally/task/scenario.py | 2 +- rally/task/types.py | 1 + rally/task/utils.py | 4 +- tox.ini | 4 +- 37 files changed, 595 insertions(+), 254 deletions(-)
participants (1)
-
no-reply@openstack.org