tempest/releasenotes/notes/12.1.0-add_subunit_describe_calls-5498a37e6cd66c4b.yaml
Ken'ichi Ohmichi 396c9ed378 Rename renos of 12.1.0
We have released a lot of features via Tempest versions and created a
lot of renos. That makes us difficult to select suitable reno files
when adding new features because of many versions.
So it is nice to rename reno files to add versions as the prefix.
This patch renames renos of 12.1.0.

Change-Id: I725130e2a303001a891b2e0119288e0e085e2ab4
2016-09-21 01:56:39 -07:00

9 lines
315 B
YAML

---
features:
- |
Adds subunit-describe-calls. A parser for subunit streams to determine what
REST API calls are made inside of a test and in what order they are called.
* Input can be piped in or a file can be specified
* Output is shortened for stdout, the output file has more information