Tempest Plugin for Telemetry projects
Go to file
Pavlo Shchelokovskyy 959fc69e49 Allow to disable SSL validation in gabbi tests
Gabbi does not allow to pass custom path to (self-signed) SSL certs,
so we can't really re-use the CONF.identity option (as does the AODH
test client).

This patch adds a new config option

  CONF.telemetry.disable_ssl_certificate_validation

(False by default) that will disable SSL cert validation when running
gabbits.

For comparison, see similar patch to heat's tempest plugin
https://review.opendev.org/#/c/703335

Change-Id: I298c8ebb45f0768b12919cf4f67462df0ff4c631
2020-10-05 13:50:00 +03:00
devstack Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 20:37:09 +08:00
doc/source Switch to newer openstackdocstheme and reno versions 2020-06-02 16:19:22 +02:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-06-02 16:19:22 +02:00
telemetry_tempest_plugin Allow to disable SSL validation in gabbi tests 2020-10-05 13:50:00 +03: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 [goal] Migrate telemetry-tempest-plugin jobs to focal 2020-09-16 21:27:18 +00:00
CONTRIBUTING.rst Update invalid link 2019-11-19 16:04:02 +08:00
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 Further py27 cleanup support 2020-05-03 11:16:08 +02:00
setup.py Cleanup py27 support 2020-04-07 04:41:19 -07:00
test-requirements.txt Switch to newer openstackdocstheme and reno versions 2020-06-02 16:19:22 +02:00
tox.ini Further py27 cleanup support 2020-05-03 11:16:08 +02:00

README.rst

Telemetry Tempest Plugin

Tempest plugin for Telemetry Project.

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