Tempest Plugin for Telemetry projects
Go to file
Pavlo Shchelokovskyy 421cd3fd46 Tolerate existing gabbiliveceph archive policy
current tests implementation is not friendly to test re-runs:
as archive policy may fail to delete when there are still samples
stored for it (and the test expects it, see the last xfail: true in
the aodh-gnocchi-threshold-alarm.yaml), next test rerun may fail
right on the initial setup as it receives 409 Conflict instead of 201
on attempt to create an archive policy that already exists.

Solve this by tolerating 409 in the archive policy creation step,
and moving checks for fields of created (or existing) policy to an
extra GET /v1/archive_policy/<name> step.

Change-Id: I978937d89b2e886e2ef690661bc00a730db94c92
2019-12-18 12:29:39 +02:00
devstack Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 20:37:09 +08:00
doc/source Replace git.openstack.org URLs with opendev.org URLs 2019-05-24 14:47:41 +08:00
releasenotes Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
telemetry_tempest_plugin Tolerate existing gabbiliveceph archive policy 2019-12-18 12:29:39 +02:00
.coveragerc Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
.gitignore Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
.gitreview OpenDev Migration Patch 2019-04-19 19:26:32 +00:00
.mailmap Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
.stestr.conf Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
.zuul.yaml Old branch don't use python3 2019-11-25 21:10:53 -08:00
CONTRIBUTING.rst Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
HACKING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 20:37:09 +08:00
LICENSE Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 20:37:09 +08:00
babel.cfg Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
requirements.txt Sync tempest code from ceilometer 2018-01-15 12:21:31 +01:00
setup.cfg Add Python 3 Train unit tests 2019-08-13 06:34:12 +00:00
setup.py Apply cookiecutter to newly split project telemetry-tempest-plugin 2017-12-10 11:59:04 +05:30
test-requirements.txt Sync Sphinx requirement 2019-10-10 15:09:24 +08:00
tox.ini Add Python 3 Train unit tests 2019-08-13 06:34:12 +00:00

README.rst

Telemetry Tempest Plugin

Tempest plugin for Telemetry Project.

It contains tempest tests for Aodh, Ceilometer, Gnocchi and Panko Projects.