monasca-tempest-plugin/monasca_tempest_tests/tests/log_api
Thomas Bechtold 2bb88453ed Recognize config options from [service_available]
Currently, settings in [service_available] for Monasca in tempest.conf
do not have any effect. That can lead to the situation where the
monasca-tempest-plugin is installed but monasca is not configured
which results in all monasca tempest tests failing.
With this patch, setting:

- [service_available]monasca
- [service_available]logs
- [service_available]logs-search

to "False" will skip all available tests for monasca.
If only monasca-api is available (no monasca-log-api and/or
elasticsearch), [service_available]monasca can be set to "True" and
the other 2 options ("logs" and "logs-search") to "False" so only the
monasca-api tempest tests are executed.

Depends-On: https://review.openstack.org/634308
Change-Id: I1f0cbb95765ae5fc6dca0da7af8ab56d2daf9a7f
Story: 2004917
Task: 29277
2019-02-11 05:41:22 +00:00
..
__init__.py Merged monasca log api tempest plugin into monasca tempest plugin 2018-01-24 12:35:42 +00:00
base.py Recognize config options from [service_available] 2019-02-11 05:41:22 +00:00
test_constraints.py Remove test for log_api/v2 version 2018-04-27 13:44:10 +02:00
test_single.py Recognize config options from [service_available] 2019-02-11 05:41:22 +00:00
test_unicode.py Recognize config options from [service_available] 2019-02-11 05:41:22 +00:00