Adding tox job for local functional test dev
* Also adding a couple basic log messages to highlight when tests start and end. Change-Id: Ib455d164209a7e9a3c9fb6fd4561ec196009a02e
This commit is contained in:
@@ -64,7 +64,7 @@ class BarbicanClient(object):
|
||||
return ('{code} {method} {url}\n'
|
||||
'Request Headers: {headers}\n'
|
||||
'Request Body: {body}\n'
|
||||
'Response: {response_body}\n').format(**format_kwargs)
|
||||
'Response: {response_body}').format(**format_kwargs)
|
||||
|
||||
def log_request(self, request_kwargs, response):
|
||||
test_name = misc_utils.find_test_caller()
|
||||
|
||||
Reference in New Issue
Block a user