← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1593528] Re: Many FWaaS tempest jobs fail with AttributeError

 

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

commit cd423e268491398c06aa34197f2b0c871f2dd90b
Author: YAMAMOTO Takashi <yamamoto@xxxxxxxxxxxx>
Date:   Fri Jun 17 12:11:49 2016 +0900

    Follow the recent tempest change
    
    Adapt to the recent tempest change. [1]
    
    [1] I3879ae24e47590d12fb09a4bb4697f139f57caf7
    
    Closes-Bug: #1593528
    Related-Bug: #1593533
    Change-Id: I85c3e8514cb1222622b029183f3d11f2c48ed9ce


** 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/1593528

Title:
  Many FWaaS tempest jobs fail with AttributeError

Status in neutron:
  Fix Released

Bug description:
  Tempest jobs fail with following error
  because return value of type is changed to dictionary from object.

  2016-06-16 18:01:05.207 | Captured traceback:
  2016-06-16 18:01:05.207 | ~~~~~~~~~~~~~~~~~~~
  2016-06-16 18:01:05.207 |     Traceback (most recent call last):
  2016-06-16 18:01:05.207 |       File "/opt/stack/new/neutron-fwaas/neutron_fwaas/tests/tempest_plugin/tests/scenario/test_fwaas.py", line 373, in test_firewall_all_disabled_rules
  2016-06-16 18:01:05.207 |         self._test_firewall_basic(block=self._all_disabled_rules)
  2016-06-16 18:01:05.207 |       File "/opt/stack/new/neutron-fwaas/neutron_fwaas/tests/tempest_plugin/tests/scenario/test_fwaas.py", line 304, in _test_firewall_basic
  2016-06-16 18:01:05.208 |         self._create_topology()
  2016-06-16 18:01:05.208 |       File "/opt/stack/new/neutron-fwaas/neutron_fwaas/tests/tempest_plugin/tests/scenario/test_fwaas.py", line 270, in _create_topology
  2016-06-16 18:01:05.208 |         floating_ip = server_floating_ip.floating_ip_address
  2016-06-16 18:01:05.208 |     AttributeError: 'dict' object has no attribute 'floating_ip_address'

  I assume that following commit in tempest affects.
  https://github.com/openstack/tempest/commit/777a307b3c9f4284facf081e6b951b5755333adf

  To know details, please refer top following log.
  http://logs.openstack.org/13/326413/3/check/gate-tempest-dsvm-networking-midonet-v2/0ab80e7/console.html

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


References