telemetry_tempest_plugin 2.0.0 (caracal)
We jubilantly announce the release of: telemetry_tempest_plugin 2.0.0: Tempest plugin for Telemetry Projects This release is part of the caracal release series. The source is available from: https://opendev.org/openstack/telemetry_tempest_plugin Download the package from: https://tarballs.openstack.org/telemetry-tempest-plugin/ For more details, please see below. Changes in telemetry_tempest_plugin xena-last..2.0.0 ---------------------------------------------------- 083ccea Make regex for excluding tests more specific 63622b8 Revert "Make centos 9 stream jobs non-voting" b8fd067 Fix sg-core test scenario. 74d1968 Drop dib-utils 429550d Fix typo to enable sg-core service in tempest conf 08f36e0 Fix typo in alarm backend name 30b4843 Make centos 9 stream jobs non-voting 0beea18 Refactor options to enabled backends 41ba667 Increase attempts to delete archive policy 85721b6 Revert "Remove autoscaling until gate issues sorted out" b0e0912 Separate backends by type dc52290 Remove usage of six 4cdadb6 Remove unused babel.cfg b8ab3aa Cleanup .zuul.yaml 5007212 Add functional integration test coverage for Aodh 7640066 Disable sg-core related tests by default 3dd1d0d Separate prometheus related tests 3f1b99f Add test_addtitions to the TOC tree d6c4972 Add sg-core integration test 4259a2c Add a description about how to add new tests. 1759b9e Disable GLOBAL_VENV and disable "telemetry-dsvm-integration-train" Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 105 +---- babel.cfg | 2 - requirements.txt | 1 - .../aodh/api/gnocchi/__init__.py | 0 .../aodh/api/gnocchi/test_alarming_api.py | 163 +++++++ .../aodh/api/gnocchi/test_alarming_api_negative.py | 513 +++++++++++++++++++++ .../aodh/api/prometheus/__init__.py | 0 telemetry_tempest_plugin/aodh/api/sql/__init__.py | 0 .../aodh/api/sql/test_alarming_api.py | 110 +++++ .../aodh/api/test_alarming_api.py | 263 +++++++++++ .../aodh/api/test_alarming_api_negative.py | 95 ++-- telemetry_tempest_plugin/aodh/service/client.py | 35 +- telemetry_tempest_plugin/config.py | 30 +- telemetry_tempest_plugin/plugin.py | 5 + .../scenario/gnocchi_gabbits/live.yaml | 2 +- .../telemetry_integration_gabbits/autoscaling.yaml | 163 +++++++ .../create_stack.json | 48 +- .../ceilometer-sg-core-integration.yaml | 10 + .../scenario/test_telemetry_integration.py | 2 + .../test_telemetry_integration_prometheus.py | 49 ++ 22 files changed, 1482 insertions(+), 127 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 51dcad8..4e6bb28 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +7,0 @@ oslo.utils>=3.37.0 # Apache-2.0 -six>=1.10.0 # MIT
participants (1)
-
no-reply@openstack.org