heat-tempest-plugin/heat_tempest_plugin
Rabi Mishra 144bdc6f73 Skip tests based on service features disabled in tempest
It's not possible to know if services have certain features
enabled from the sevice API in certain cases. Let's leverage
the service specific feature groups in tempest. If a specific
service feature is disabled in tempest config, the decorated
tests would be skipped.

ex. If tempest.conf contains

[volume-feature-enabled]
backup = False

test_cinder_volume_create_backup_restore scenario test would be
skipped.

Change-Id: I7a2495182791595c87f8245ff5e13dfd841b013f
2019-01-24 18:53:28 +05:30
..
common Skip tests based on service features disabled in tempest 2019-01-24 18:53:28 +05:30
services Merge "Use configured endpoint instead of hardcoded ones" 2018-07-19 10:18:30 +00:00
tests Skip tests based on service features disabled in tempest 2019-01-24 18:53:28 +05:30
__init__.py Initial movement to new repo with cleanup 2017-11-14 20:28:32 +05:30
config.py Merge "Make hidden stack tag configurable" 2018-04-25 15:24:49 +00:00
plugin.py Add function descriptions for tempest plugin 2018-08-09 08:43:57 +00:00