tempest/releasenotes/notes/subunit_describe_calls-ad7df689b9d63e3f.yaml
Soniya Vyas 55ad7cd2bf Added tempest subcommand for subunit_describe_calls
We are adding a subcommand to tempest that is a parser for subunit
streams to determine what REST API calls are made inside of a test
and in what order they are called. Right now the implementation of
utility is as a console script and which is in argparse.

We are porting it to cliff to give a similar experience across
the codebase.

Change-Id: If95042898d8b2a148246c991d73d1a577fbcf7a0
Signed-off-by: Soniya Vyas <svyas@redhat.com>
2019-11-22 16:59:59 +05:30

9 lines
151 B
YAML

---
deprecations:
- |
Deprecated command for subunit-describe-calls
features:
- |
Added new tempest subcommand for subunit-describe-calls