[openstack-dev] [Tempest][cinder] jenkins fails due to server fault
Poornima Kshirsagar
pkshiras at redhat.com
Mon Mar 21 06:18:30 UTC 2016
Hi,
Wrote a Tempest test to check force_delete_backup method [1].
Check the tempest test run was successful see [2]
However jenkins fails with below trace back
<snip>
Captured traceback:
2016-03-18 09:14:16.884 | ~~~~~~~~~~~~~~~~~~~
2016-03-18 09:14:16.884 | Traceback (most recent call last):
2016-03-18 09:14:16.884 | File "tempest/api/volume/admin/test_volumes_backup.py", line 55, in test_volume_backup_create_and_force_delete_when_available
2016-03-18 09:14:16.884 | self.backups_adm_client.force_delete_backup(backup['id'])
2016-03-18 09:14:16.884 | File "tempest/services/volume/base/base_backups_client.py", line 119, in force_delete_backup
2016-03-18 09:14:16.884 | resp, body = self.post('backups/%s/action' % (backup_id), post_body)
2016-03-18 09:14:16.884 | File "tempest/lib/common/rest_client.py", line 259, in post
2016-03-18 09:14:16.885 | return self.request('POST', url, extra_headers, headers, body)
2016-03-18 09:14:16.885 | File "tempest/lib/common/rest_client.py", line 642, in request
2016-03-18 09:14:16.885 | resp, resp_body)
2016-03-18 09:14:16.885 | File "tempest/lib/common/rest_client.py", line 761, in _error_checker
2016-03-18 09:14:16.885 | message=message)
2016-03-18 09:14:16.885 | tempest.lib.exceptions.ServerFault: Got server fault
2016-03-18 09:14:16.885 | Details: The server has either erred or is incapable of performing the requested operation.
2016-03-18 09:14:16.886 |
</snip>
is this known issue how do i fix it?
[1] https://review.openstack.org/#/c/284106/
[2] http://paste.openstack.org/show/491221/
Regards
Poornima
More information about the OpenStack-dev
mailing list