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:
John Vrbanac
2014-10-02 19:10:09 -05:00
parent 9517ca3b1d
commit 7fd68bed37
3 changed files with 30 additions and 3 deletions

View File

@@ -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()