[kashyap@localhost tempest]$ nosetests -v --with-xunit --with-id -s ./tempest/api . . #754 tempest.api.volume.admin.test_volume_types_negative.VolumesTypesNegativeTestXML.test_create_with_nonexistent_volume_type[gate] ... ok #755 tempest.api.volume.admin.test_volume_types_negative.VolumesTypesNegativeTestXML.test_delete_nonexistent_type_id[gate] ... ok #756 tempest.api.volume.admin.test_volume_types_negative.VolumesTypesNegativeTestXML.test_get_nonexistent_type_id[gate] ... ok ERROR #757 tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_delete[gate,smoke] ... FAIL #758 tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_from_image[gate,smoke] ... FAIL #759 tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_get_metadata_none[gate] ... FAIL #760 tempest.api.volume.test_volumes_get.VolumesGetTestXML.test_volume_create_get_delete[gate,smoke] ... FAIL #761 tempest.api.volume.test_volumes_get.VolumesGetTestXML.test_volume_from_image[gate,smoke] ... FAIL #762 tempest.api.volume.test_volumes_get.VolumesGetTestXML.test_volume_get_metadata_none[gate] ... FAIL ERROR ERROR #763 tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size[gate] ... ok #764 tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_out_passing_size[gate] ... ok #765 tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero[gate] ... ok #766 tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id[gate] ... ok #767 tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id[gate] ... ok #768 tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id[gate] ... ok #769 tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id[gate] ... ok #770 tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistant_volume_id[gate] ... ok #771 tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistant_volume_id[gate] ... ok [...] 6d3a903 tempest.common.rest_client: DEBUG: Request Headers: {'X-Auth-Token': ''} tempest.common.rest_client: INFO: Response Status: 202 tempest.common.rest_client: DEBUG: Response Headers: {'date': 'Sat, 12 May 2012 06:18:23 GMT', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8'} tempest.common.rest_client: INFO: Request: GET http://192.168.122.20:8776/v1/3a28941da9c646139488313374b8436e/volumes/28a4cc58-680d-4b97-b872-c66e86d3a903 tempest.common.rest_client: DEBUG: Request Headers: {'Content-Type': 'application/xml', 'Accept': 'application/xml', 'X-Auth-Token': ''} tempest.common.rest_client: INFO: Response Status: 404 tempest.common.rest_client: DEBUG: Response Headers: {'date': 'Sat, 12 May 2012 06:18:23 GMT', 'content-length': '139', 'content-type': 'application/xml; charset=UTF-8', 'x-compute-request-id': 'req-223a5905-61e6-48a8-9e85-6c242a730354'} tempest.common.rest_client: DEBUG: Response Body: The resource could not be found. --------------------- >> end captured logging << --------------------- ---------------------------------------------------------------------- XML: nosetests.xml ---------------------------------------------------------------------- Ran 780 tests in 7918.809s FAILED (SKIP=45, errors=44, failures=7) [kashyap@localhost tempest]$ [kashyap@localhost tempest]$ =============================================================================== https://github.com/openstack/tempest/blob/master/tempest/api/volume/test_volumes_get.py