← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1543253] Re: cells test_rebuild_instance_with_volume Tempest test fails

 

Reviewed:  https://review.openstack.org/277536
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=674531df15d30faea08a58421160816c56b4bfba
Submitter: Jenkins
Branch:    master

commit 674531df15d30faea08a58421160816c56b4bfba
Author: Matthew Treinish <mtreinish@xxxxxxxxxx>
Date:   Mon Feb 8 13:57:47 2016 -0500

    Add new test_rebuild_instance_with_volume to cells exclude list
    
    This commit adds a newly added tempest test to the cells exclude list.
    The test is always failing on cells and it's because it's doing
    operations that don't work with cells turned on. So lets exclude it
    for now. Ideally all this skip logic will be in the tempest config and
    we don't have to do this anymore.
    
    Closes-Bug: #1543253
    Change-Id: Ic9db51a41f95b0d18f97745a0da7e99fdfa21e51


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1543253

Title:
  cells test_rebuild_instance_with_volume Tempest test fails

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  This Tempest test will not pass as it relies on creating a
  security_group and using it which has never worked with cells.

  
  2016-02-08 11:22:30.886 | tempest.scenario.test_rebuild_instance_with_volume.TestRebuildInstanceWithVolume.test_rebuild_instance_with_volume[compute,id-36c3d492-f5bd-11e4-b9b2-1697f925ec7b,image,network,volume]
  2016-02-08 11:22:30.887 | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  2016-02-08 11:22:30.887 | 
  2016-02-08 11:22:30.887 | Captured traceback-1:
  2016-02-08 11:22:30.887 | ~~~~~~~~~~~~~~~~~~~~~
  2016-02-08 11:22:30.887 |     Traceback (most recent call last):
  2016-02-08 11:22:30.887 |       File "tempest/scenario/manager.py", line 108, in delete_wrapper
  2016-02-08 11:22:30.887 |         delete_thing(*args, **kwargs)
  2016-02-08 11:22:30.887 |       File "/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/tempest_lib/services/compute/security_groups_client.py", line 75, in delete_security_group
  2016-02-08 11:22:30.887 |         'os-security-groups/%s' % security_group_id)
  2016-02-08 11:22:30.887 |       File "/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 290, in delete
  2016-02-08 11:22:30.887 |         return self.request('DELETE', url, extra_headers, headers, body)
  2016-02-08 11:22:30.888 |       File "/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 642, in request
  2016-02-08 11:22:30.888 |         resp, resp_body)
  2016-02-08 11:22:30.888 |       File "/opt/stack/new/tempest/.tox/all/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 700, in _error_checker
  2016-02-08 11:22:30.888 |         raise exceptions.BadRequest(resp_body, resp=resp)
  2016-02-08 11:22:30.888 |     tempest_lib.exceptions.BadRequest: Bad request
  2016-02-08 11:22:30.888 |     Details: {u'code': 400, u'message': u'Security group is still in use'}
  2016-02-08 11:22:30.888 |     

  http://logs.openstack.org/68/276868/2/gate/gate-tempest-dsvm-
  cells/60eafe4/console.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1543253/+subscriptions


References