Subunit Describe Calls Utility cmd does not print request and response data
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tempest |
Fix Released
|
Wishlist
|
Doug Schveninger |
Bug Description
I am doing a bug since it is a quick way to talk about this minor change to Subunit Describe Calls Utility.
We would like to add a verbose switch to the command to list out the request headers and body and the response headers and body. This will list out the request and response data for a test run if the -v or --verbose switch is given.
This change would require the following changes if the core and PTL agree I will make the following changes
1) tempest/
1.1) Support new args in ArgumentParser
1.2) Update output method to give request and response headers and body below the status, verb, service and url if the -v or --verbose switch is given
2) update the temepst/
3) update doc/subunit_
Thank you for your consideration on this issue
Changed in tempest: | |
assignee: | nobody → Doug Schveninger (ds6901) |
Changed in tempest: | |
status: | New → Incomplete |
Changed in tempest: | |
importance: | Undecided → Wishlist |
status: | Incomplete → Confirmed |
status: | Confirmed → Triaged |
Thanks for the report.
I'd like to clarify the information what you want to get.
Do you have a concrete example for this?
Because subunit- describe- calls command should print like that information regarding to this document https:/ /docs.openstack .org/tempest/ latest/ subunit_ describe_ calls.html
So, if this is what you want, I think it's just a bug, we don't need to add a new option.