Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fnaval
Created February 19, 2016 00:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fnaval/8eeb3469ea869b7968c5 to your computer and use it in GitHub Desktop.
Save fnaval/8eeb3469ea869b7968c5 to your computer and use it in GitHub Desktop.
2016-02-18 23:47:28.870 5953 INFO tempest_lib.common.rest_client [-] Request (TestHealthMonitorBasic:test_health_monitor_basic): 404 POST http://127.0.0.1:9876/v1/loadbalancers/0bd349f4-c877-4f83-bb20-aefc776e51eb/listeners/0313debf-2151-4215-a46e-3176ba43e2f7/pool
s/074c5c3c-89cb-4d2c-8f3c-9f7403e0d867/health_monitor 0.181s
2016-02-18 23:47:28.870 5953 DEBUG tempest_lib.common.rest_client [-] Request - Headers: {'Content-Type': 'application/json', 'X-Auth-Token': '<omitted>', 'Accept': 'application/json'}
Body: {"fall_threshold": 5, "rise_threshold": 5, "timeout": 5, "type": "HTTP", "delay": 3}
Response - Headers: {'date': 'Thu, 18 Feb 2016 23:47:28 GMT', 'content-length': '54', 'content-type': 'application/json; charset=UTF-8', 'server': 'WSGIServer/0.1 Python/2.7.6', 'status': '404'}
Body: {"code": 404, "description": "", "title": "Not Found"} _log_request_full /usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py:414
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment