cells test_rebuild_instance_with_volume Tempest test fails

Bug #1543253 reported by Andrew Laski
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Critical
Andrew Laski

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

Andrew Laski (alaski)
Changed in nova:
status: New → Triaged
importance: Undecided → Critical
Changed in nova:
assignee: nobody → Andrew Laski (alaski)
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

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 <email address hidden>
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
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/nova 13.0.0.0b3

This issue was fixed in the openstack/nova 13.0.0.0b3 development milestone.

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.