telemetry_tempest_plugin 0.2.0 (rocky)
We are excited to announce the release of: telemetry_tempest_plugin 0.2.0: Tempest plugin for Telemetry Projects This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/telemetry-tempest-plugin Download the package from: https://tarballs.openstack.org/telemetry-tempest-plugin/ Please report issues through launchpad: https://bugs.launchpad.net/ceilometer For more details, please see below. Changes in telemetry_tempest_plugin 0.1.0..0.2.0 ------------------------------------------------ 7f0e315 Fix gabbi tests af38fe5 Make aodh tempest tests work with Python3 42444f4 Change openstack-dev to openstack-discuss c960615 Removed older version of python added 3.5 b98eb81 Change testing defaults 3b79e46 Allow to use environment variable to override some metric values b64d2b0 Reorganize scenario testing. a19a096 Cleanup tox.ini 40f2a14 import zuul job settings from project-config Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 6 +- .../post_test_hook.sh | 22 +- .../run.yaml | 3 +- setup.cfg | 5 +- telemetry_tempest_plugin/aodh/service/client.py | 2 +- telemetry_tempest_plugin/config.py | 12 +- telemetry_tempest_plugin/gnocchi/__init__.py | 0 .../gnocchi/functional_live/__init__.py | 0 .../gnocchi/functional_live/gabbits/live.yaml | 739 --------------------- .../functional_live/gabbits/search-resource.yaml | 275 -------- .../gnocchi/scenario/__init__.py | 111 ---- telemetry_tempest_plugin/integration/__init__.py | 0 .../integration/gabbi/__init__.py | 0 .../gabbits-live/aodh-gnocchi-threshold-alarm.yaml | 309 --------- .../gabbi/gabbits-live/autoscaling.yaml | 175 ----- .../gabbi/gabbits-live/create_stack.json | 74 --- .../gabbi/gabbits-live/update_stack.json | 73 -- .../integration/gabbi/test_gabbi_live.py | 40 -- .../scenario/gnocchi_gabbits/live.yaml | 739 +++++++++++++++++++++ .../scenario/gnocchi_gabbits/search-resource.yaml | 275 ++++++++ .../aodh-gnocchi-threshold-alarm.yaml | 309 +++++++++ .../telemetry_integration_gabbits/autoscaling.yaml | 136 ++++ .../create_stack.json | 74 +++ telemetry_tempest_plugin/scenario/test_gnocchi.py | 52 ++ .../scenario/test_telemetry_integration.py | 66 +- telemetry_tempest_plugin/scenario/utils.py | 76 +++ tox.ini | 17 +- 27 files changed, 1711 insertions(+), 1879 deletions(-)
participants (1)
-
no-reply@openstack.org