Reviewed:  https://review.openstack.org/424636
Committed: 
https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=8a86782c229537ab430cac87b5df63a9ddd5424c
Submitter: Jenkins
Branch:    master

commit 8a86782c229537ab430cac87b5df63a9ddd5424c
Author: Bertrand Lallau <[email protected]>
Date:   Tue Jan 24 13:29:03 2017 +0100

    Fix tempest gate issue on FirewallNotFound exception
    
    In case of failed tests the following error appears in
    logs/screen-q-svc.txt.gz
    
      File 
"/opt/stack/new/neutron-fwaas/neutron_fwaas/db/firewall/v2/firewall_db_v2.py", 
line 805, in delete_firewall_group
        raise fw_ext.FirewallNotFound(firewall_id=id)
    AttributeError: 'module' object has no attribute 'FirewallNotFound'
    
    This exception doesn't exists anymore.
    It has been replaced by FirewallGroupNotFound exception.
    
    Closes-Bug: #1649703
    Closes-Bug: #1657299
    Change-Id: If97ae00f66479177f50be15361bce9e8c89afc3c


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

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1657299

Title:
  Intermittent failures in neutron-fwaas v2 tempest tests

Status in neutron:
  Fix Released

Bug description:
  Occasionally the neutron-fwaas v2 tempest tests (gate-neutron-fwaas-v2
  -dsvm-tempest, gate-neutron-fwaas-v2-dsvm-tempest-multinode-nv, or
  both) will fail with the following error on the test
  
neutron_fwaas.tests.tempest_plugin.tests.api.test_fwaasv2_extensions.FWaaSv2ExtensionTestJSON.test_create_show_delete_firewall_group.

    Captured traceback:
    ~~~~~~~~~~~~~~~~~~~
       Traceback (most recent call last):
         File 
"/opt/stack/new/neutron-fwaas/neutron_fwaas/tests/tempest_plugin/tests/api/test_fwaasv2_extensions.py",
 line 127, in _try_delete_firewall_group
           self.firewall_groups_client.delete_firewall_group(fwg_id)
         File 
"/opt/stack/new/neutron-fwaas/neutron_fwaas/tests/tempest_plugin/services/v2_client.py",
 line 38, in delete_firewall_group
           return self.delete_resource(uri)
         File "tempest/lib/services/network/base.py", line 41, in 
delete_resource
           resp, body = self.delete(req_uri)
         File "tempest/lib/common/rest_client.py", line 306, in delete
           return self.request('DELETE', url, extra_headers, headers, body)
         File "tempest/lib/common/rest_client.py", line 663, in request
           self._error_checker(resp, resp_body)
         File "tempest/lib/common/rest_client.py", line 826, in _error_checker
           message=message)
       tempest.lib.exceptions.ServerFault: Got server fault
       Details: Request Failed: internal server error while processing your 
request. 

  Example: http://logs.openstack.org/08/421408/1/check/gate-neutron-
  fwaas-v2-dsvm-tempest/b55ddb2/console.html#_2017-01-17_18_24_59_724184

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to