[tempest] Negative Volume Quotas tests can't setup resource because of keystone

Bug #1527613 reported by Victor Ryzhenkin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mirantis OpenStack
Confirmed
High
MOS Cinder

Bug Description

Tests failed on tempest jobs:
https://jenkins.mosi.mirantis.net/job/periodic-testing-deploy-openstack-8.0-ubuntu-vlan-ceph-swift/79/
https://jenkins.mosi.mirantis.net/job/periodic-testing-deploy-openstack-8.0-ubuntu-vxlan-lvm-swift/77/

Error in cinder-api.log :

2015-12-18T01:47:02.420715+00:00 info: GET http://172.16.0.3:8776/v1/3e518d1890ab4af3ba3695e06254dde7/os-quota-sets/41710846a5904d698574abd3ad2970a3/defaults
2015-12-18T01:47:02.420715+00:00 debug: Empty body provided in request
2015-12-18T01:47:02.420715+00:00 debug: Making authentication request to http://localhost:5000/v3/auth/tokens
2015-12-18T01:47:02.425368+00:00 err: Caught error: Authorization failed: Unable to establish connection to http://localhost:5000/v3/auth/tokens
2015-12-18T01:47:02.425670+00:00 info: http://172.16.0.3:8776/v1/3e518d1890ab4af3ba3695e06254dde7/os-quota-sets/41710846a5904d698574abd3ad2970a3/defaults returned with HTTP 500
2015-12-18T01:47:02.431360+00:00 info: 192.168.0.4 - - [18/Dec/2015 01:47:02] "GET /v1/3e518d1890ab4af3ba3695e06254dde7/os-quota-sets/41710846a5904d698574abd3ad2970a3/defaults HTTP/1.1" 500 420 0.912194
2015-12-18T01:47:02.665239+00:00 debug: RESP: [200] content-length: 7843 x-subject-token: {SHA1}da9eb929ceee8a62f348c93f47827298f0a0c760 vary: X-Auth-Token server: Apache connection: close date: Fri, 18 Dec 2015 01:47:01 GMT content-type: application/json x-openstack-request-id: req-29d88a0c-9296-40e4-abea-6a65706e612e

Tempest logs:

Traceback (most recent call last):
  File "/home/developer/mos-tempest-runner/tempest/tempest/test.py", line 272, in setUpClass
    six.reraise(etype, value, trace)
  File "/home/developer/mos-tempest-runner/tempest/tempest/test.py", line 265, in setUpClass
    cls.resource_setup()
  File "/home/developer/mos-tempest-runner/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 41, in resource_setup
    **cls.shared_quota_set)
  File "/home/developer/mos-tempest-runner/tempest/tempest/services/volume/json/admin/volume_quotas_client.py", line 69, in update_quota_set
    resp, body = self.put('os-quota-sets/%s' % tenant_id, post_body)
  File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 322, in put
    return self.request('PUT', url, extra_headers, headers, body)
  File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 639, in request
    resp, resp_body)
  File "/home/developer/mos-tempest-runner/.venv/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 753, in _error_checker
    message=message)
tempest_lib.exceptions.ServerFault: Got server fault
Details: The server has either erred or is incapable of performing the requested operation.

Failed test-classes:
BaseVolumeQuotasNegativeV2TestJSON
VolumeQuotasNegativeV1TestJSON

Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote :

Reproduced on MOS 8.0 #307.

Changed in mos:
assignee: nobody → MOS Cinder (mos-cinder)
tags: added: blocker-for-qa
tags: added: tempest
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.