barbican-tempest-plugin/barbican_tempest_plugin
Ihar Hrachyshka ecce1f64f7 Fixed _log_console_output call on failure
_log_console_output is defined in tempest.scenario.manager.Manager but
the test class inherited from BaseTestCase that doesn't have it. So
whenever a test failure occurs, we don't log console output, which may
be handy when debugging gate issues.

Change-Id: I48701da8714c9e483401fd1ba987e4f2bef5bd23
Related-Bug: #1742936
2018-01-18 13:33:30 -08:00
..
services Fixes for py35 2017-06-19 13:19:01 -04:00
tests Fixed _log_console_output call on failure 2018-01-18 13:33:30 -08:00
__init__.py Removes unnecessary utf-8 encoding 2017-03-09 03:59:11 +00:00
clients.py Add image signing scenario 2017-03-07 11:14:40 -05:00
config.py Add ephemeral disk encryption scenario test 2017-07-20 13:38:46 +00:00
plugin.py Add ephemeral disk encryption scenario test 2017-07-20 13:38:46 +00:00
README.rst Add initial plugin structure 2016-12-02 14:50:16 +01:00

Tempest Integration of Barbican

This directory contains Tempest tests to cover the Barbican project.