cb3cf038ebbe6e561aeca10adffd575338bfca61
rest_client log all request and response data when called via its get, post, put, delete method etc because logging is done in self._request(). But when any service client make API request via raw_request() then logging is not done. _request() method internally call the raw_request() method so moving the logging from _request() to raw_request() will not effect existing behavior. Change-Id: I096ea150bfdd1d700a15612a391142216f0fd0e8
Team and repository tags
Tempest - The OpenStack Integration Test Suite
This is a set of integration tests to be run against a live OpenStack cluster. Tempest has batteries of tests for OpenStack API validation, scenarios, and other specific tests useful in validating an OpenStack deployment.
- Documentation: https://docs.openstack.org/tempest/latest/
- Features: https://specs.openstack.org/openstack/qa-specs/#tempest
- Bugs: https://bugs.launchpad.net/tempest/
- Release Notes: https://docs.openstack.org/releasenotes/tempest
Get in touch via email. Use [tempest] in your subject.
Description
Languages
Python
99.8%
Shell
0.2%