Doug Schveninger | 6aa733e | 2020-07-18 11:03:21 -0500 | [diff] [blame] | 1 | --- |
| 2 | fixes: |
| 3 | - | |
| 4 | Fixed bug #1890060. tempest subunit_describe_calls --verbose not working with Cliff CLI. |
| 5 | The subunit_describe_calls --verbose argument was a boolean and worked in the non Cliff CLI |
| 6 | which is now deprecated, but does not work with cliff since --verbase is a standard cliff |
| 7 | argument which is an int. Since the tool is in lib directory we cannot change the interface, |
| 8 | so we add a new argument -a --all-stdout that will allow cliff CLI to support the |
| 9 | feature in subunnit_describe_calls to print request and response headers and bodies |
| 10 | to stdout. |