test_can_create_server_with_max_number_personality_files fails due to Forbidden

Bug #1561084 reported by Ken'ichi Ohmichi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tempest
Invalid
Undecided
Unassigned

Bug Description

The test fails on the gate.

http://logs.openstack.org/74/295474/4/check/gate-tempest-dsvm-full/1667486/logs

Traceback (most recent call last):
  File "tempest/api/compute/servers/test_server_personality.py", line 127, in test_can_create_server_with_max_number_personality_files
    validatable=True)
  File "tempest/api/compute/base.py", line 235, in create_test_server
    **kwargs)
  File "tempest/common/compute.py", line 118, in create_test_server
    **kwargs)
  File "tempest/lib/services/compute/servers_client.py", line 61, in create_server
    resp, body = self.post('servers', post_body)
  File "tempest/lib/common/rest_client.py", line 259, in post
    return self.request('POST', url, extra_headers, headers, body)
  File "tempest/lib/services/compute/base_compute_client.py", line 53, in request
    method, url, extra_headers, headers, body)
  File "tempest/lib/common/rest_client.py", line 642, in request
    resp, resp_body)
  File "tempest/lib/common/rest_client.py", line 690, in _error_checker
    raise exceptions.Forbidden(resp_body, resp=resp)
tempest.lib.exceptions.Forbidden: Forbidden
Details: {u'code': 403, u'message': u'Personality file limit exceeded'}

Revision history for this message
Joshua White (joshua-l-white) wrote :

Hi Ken'ichi can you confirm if this is still an issue? I wasn't able to duplicate anything on my end.

Revision history for this message
Andrea Frittoli (andrea-frittoli) wrote :

'Personality file limit exceeded' has quite a few hits on the ssh jobs in kibana:

 Value Action Count / 127 events
1. gate-tempest-dsvm-neutron-full-ssh 114
2. periodic-tempest-dsvm-neutron-full-ssh-master 7
3. gate-trio2o-python27-ubuntu-xenial 6

Revision history for this message
Andrea Frittoli (andrea-frittoli) wrote :

I refined the query, since the error from the bug is from the console log:

message:"Personality file limit exceeded" AND tags: "console"

The only matches left are those in gate-trio2o-python27-ubuntu-xenial which are unrelated to this bug.

The matches for gate-tempest-dsvm-neutron-full-ssh are in the n-api log, and they are related to a test that verifies it is not possible to go over quota, so they are not an issue.

Changed in tempest:
status: New → Invalid
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.