← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1593528] [NEW] Many FWaaS tempest jobs fail with AttributeError

 

Public bug reported:

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

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: fwaas

** Tags added: fwaas

-- 
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:
  New

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


Follow ups