senlin-tempest-plugin 0.2.0 (stein)
We are tickled pink to announce the release of: senlin-tempest-plugin 0.2.0: Tempest plugin senlin_tempest_plugin This release is part of the stein release series. The source is available from: http://git.openstack.org/cgit/openstack/senlin-tempest-plugin Download the package from: https://tarballs.openstack.org/senlin-tempest-plugin/ For more details, please see below. Changes in senlin-tempest-plugin 0.1.0..0.2.0 --------------------------------------------- c0d869a Check required health policy version 118193a Generate profile spec baed on tempest config ad26554 Check required microversion 50482ad Bump openstacksdk to 0.24.0 fc3b473 Bump cirros image version to 0.4.0 f61b01f Fix health policy tests 13087c5 Update cirros image name to match latest devstack 4170248 Change openstack-dev to openstack-discuss c7fbb42 Skip health policy tests that are failing 404ad44 Add test for resource locked 8271e46 Increase timeout and move lifecycle hook test be4c97e Fix test hook f5b7497 Add tempest test cases for health policy 69945d3 fix tox python3 overrides 6ce7ee5 pep8 test default use python3 19e7616 Add testcase for policy schema validation 18ce7c4 import zuul job settings from project-config b50e471 Enable test_lifecycle_hook_message Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 4 + requirements.txt | 3 +- senlin_tempest_plugin/common/clustering_client.py | 11 +- senlin_tempest_plugin/common/compute_client.py | 30 +++ senlin_tempest_plugin/common/constants.py | 90 ++++++++- senlin_tempest_plugin/common/network_client.py | 24 +++ senlin_tempest_plugin/common/utils.py | 139 ++++++++++++-- senlin_tempest_plugin/config.py | 20 +- senlin_tempest_plugin/post_test_hook.sh | 4 + senlin_tempest_plugin/pre_test_hook.sh | 1 + .../integration/test_lifecycle_hook_message.py | 90 --------- setup.cfg | 2 +- tox.ini | 3 + 19 files changed, 744 insertions(+), 118 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d44710b..a713083 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ Babel!=2.4.0,>=2.3.4 # BSD -openstacksdk>=0.11.2 # Apache-2.0 +openstacksdk>=0.24.0 # Apache-2.0 @@ -12,0 +13 @@ tempest>=17.1.0 # Apache-2.0 +tenacity>=4.9.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org