We are delighted to announce the release of: oslotest 3.7.0: Oslo test framework This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/oslotest Download the package from: https://pypi.org/project/oslotest Please report issues through launchpad: https://bugs.launchpad.net/oslotest For more details, please see below. 3.7.0 ^^^^^ New Features * New class variable, "TIMEOUT_SCALING_FACTOR" was added that allows modifying a test class to have a longer timeout than other tests in the suite without having to raise the default timeout for all tests. * New class varable, "DEFAULT_TIMEOUT" was added that lets test suite authors override the default value of "OS_TEST_TIMEOUT" at the test suite level. Changes in oslotest 3.6.0..3.7.0 -------------------------------- 42e8a69 Add DEFAULT_TIMEOUT and TIMEOUT_SCALING_FACTOR 7c26305 Fix requirements check ci in oslotest ef1afc5 add python 3.6 unit test job 11f2521 import zuul job settings from project-config 5a4841b Update reno for stable/rocky 6f82350 Add release note link in README Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 11 +++++ README.rst | 1 + oslotest/base.py | 16 +++++++- oslotest/timeout.py | 22 ++++++++-- .../notes/timeout-scaling-52741beadde528e5.yaml | 10 +++++ releasenotes/source/index.rst | 1 + releasenotes/source/rocky.rst | 6 +++ requirements.txt | 2 +- test-requirements.txt | 2 +- 10 files changed, 112 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index bf900b8..67fea06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ os-client-config>=1.28.0 # Apache-2.0 -debtcollector # Apache-2.0 +debtcollector>=1.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 57e559e..d10a2f7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +16 @@ oslo.config>=5.2.0 # Apache-2.0 -stestr==2.0.0 +stestr>=2.0.0
participants (1)
-
no-reply@openstack.org