Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. 2016-02-02 03:27:00,350 3922 INFO [tempest_lib.common.rest_client] Request (AgentsAdminTestJSON:setUp): 200 POST http://23.253.76.97:8774/v2.1/cf6b1933fe5b476fbbabb876f6d1b924/os-agents 0.220s
  2. 2016-02-02 03:27:00,350 3922 DEBUG [tempest_lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
  3. Body: {"agent": {"url": "xxx://xxxx/xxx/xxx", "hypervisor": "common", "md5hash": "add6bb58e139be103324d04d82d8f545", "version": "7.0", "architecture": "tempest-x86_64-424013832", "os": "linux"}}
  4. Response - Headers: {'status': '200', 'content-length': '203', 'x-compute-request-id': 'req-25ddaae2-0ef1-40d1-8228-59bd64a7e75b', 'vary': 'X-OpenStack-Nova-API-Version', 'connection': 'close', 'x-openstack-nova-api-version': '2.1', 'date': 'Tue, 02 Feb 2016 03:27:00 GMT', 'content-type': 'application/json'}
  5. Body: {"agent": {"url": "xxx://xxxx/xxx/xxx", "hypervisor": "common", "md5hash": "add6bb58e139be103324d04d82d8f545", "version": "7.0", "architecture": "tempest-x86_64-424013832", "os": "linux", "agent_id": 1}}
  6. 2016-02-02 03:27:00,561 3922 INFO [tempest_lib.common.rest_client] Request (AgentsAdminTestJSON:test_create_agent): 200 POST http://23.253.76.97:8774/v2.1/cf6b1933fe5b476fbbabb876f6d1b924/os-agents 0.208s
  7. 2016-02-02 03:27:00,561 3922 DEBUG [tempest_lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
  8. Body: {"agent": {"url": "xxx://xxxx/xxx/xxx", "hypervisor": "kvm", "md5hash": "add6bb58e139be103324d04d82d8f545", "version": "7.0", "architecture": "tempest-x86-252246646", "os": "win"}}
  9. Response - Headers: {'status': '200', 'content-length': '195', 'x-compute-request-id': 'req-b4136f06-c015-4e7e-995f-c43831e3ecce', 'vary': 'X-OpenStack-Nova-API-Version', 'connection': 'close', 'x-openstack-nova-api-version': '2.1', 'date': 'Tue, 02 Feb 2016 03:27:00 GMT', 'content-type': 'application/json'}
  10. Body: {"agent": {"url": "xxx://xxxx/xxx/xxx", "hypervisor": "kvm", "md5hash": "add6bb58e139be103324d04d82d8f545", "version": "7.0", "architecture": "tempest-x86-252246646", "os": "win", "agent_id": 2}}
  11. 2016-02-02 03:27:00,775 3922 INFO [tempest_lib.common.rest_client] Request (AgentsAdminTestJSON:tearDown): 200 DELETE http://23.253.76.97:8774/v2.1/cf6b1933fe5b476fbbabb876f6d1b924/os-agents/1 0.211s
  12. 2016-02-02 03:27:00,775 3922 DEBUG [tempest_lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
  13. Body: None
  14. Response - Headers: {'status': '200', 'content-length': '0', 'x-compute-request-id': 'req-ee905fd6-a5b5-4da4-8c37-5363cb25bd9d', 'vary': 'X-OpenStack-Nova-API-Version', 'connection': 'close', 'x-openstack-nova-api-version': '2.1', 'date': 'Tue, 02 Feb 2016 03:27:00 GMT', 'content-type': 'application/json'}
  15. Body:
  16. 2016-02-02 03:27:00,989 3922 INFO [tempest_lib.common.rest_client] Request (AgentsAdminTestJSON:_run_cleanups): 200 DELETE http://23.253.76.97:8774/v2.1/cf6b1933fe5b476fbbabb876f6d1b924/os-agents/2 0.212s
  17. 2016-02-02 03:27:00,989 3922 DEBUG [tempest_lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'}
  18. Body: None
  19. Response - Headers: {'status': '200', 'content-length': '0', 'x-compute-request-id': 'req-e912cac0-63e0-4679-a68a-b6d18ddca074', 'vary': 'X-OpenStack-Nova-API-Version', 'connection': 'close', 'x-openstack-nova-api-version': '2.1', 'date': 'Tue, 02 Feb 2016 03:27:00 GMT', 'content-type': 'application/json'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement