We joyfully announce the release of: rally 1.6.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.5.1..1.6.0 ----------------------------- ee13ba498 Propose 1.6.0 release 45cc9ad01 [verify ]Fix several py3 issues c5a5bc83d Update SQLAlchemy in upper-constraints.txt bcdcfc790 install_rally.sh: moved zypper pkg manager up to handle case when yum is installed on SUSE to fulfill dependencies. f99f44224 Allow regular expressions in skip-list 3f4c55771 [changelog] get back 1.4.1 release Diffstat (except docs and test files) ------------------------------------- CHANGELOG.rst | 18 ++++ ...step_9_verifying_cloud_via_tempest_verifier.rst | 11 ++- etc/docker/README.md | 8 +- install_rally.sh | 15 +-- rally/api.py | 3 +- rally/cli/commands/verify.py | 11 ++- rally/common/db/api.py | 16 ++-- rally/plugins/common/verification/testr.py | 12 +-- rally/verification/context.py | 46 +++++++++ rally/verification/manager.py | 10 +- .../unit/plugins/common/verification/test_testr.py | 105 +++++++++++++++++++-- upper-constraints.txt | 4 +- 16 files changed, 223 insertions(+), 45 deletions(-)