1b0cddc90d
_log_console_output is made public by this commit as the tempest.scenario.manager interface is meant to be consumed by tempest plugins. Implements: blueprint tempest-scenario-manager-stable Signed-off by: Soniya Vyas<svyas@redhat.com> Change-Id: I78076ebb0fc955662b5ee3f67938f9fc939882d3
9 lines
258 B
YAML
9 lines
258 B
YAML
---
|
|
features:
|
|
- |
|
|
Added public interface log_console_output().
|
|
It used to be a private method with name _log_console_output().
|
|
Since this interface is meant to be used by tempest plugins,
|
|
It doesn't neccessarily require to be private api.
|
|
|