← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1579235] [NEW] FloatingIP is at status: ACTIVE. failed to reach status: DOWN

 

Public bug reported:

We've been seeing the following intermittent error for the past week in
the Heat gate:


Traceback (most recent call last):
  File "tempest/test.py", line 113, in wrapper
    return f(self, *func_args, **func_kwargs)
  File "tempest/scenario/test_network_basic_ops.py", line 404, in test_network_basic_ops
    msg="after disassociate "
  File "tempest/scenario/test_network_basic_ops.py", line 208, in check_public_network_connectivity
    self.check_floating_ip_status(floating_ip, floatingip_status)
  File "tempest/scenario/manager.py", line 897, in check_floating_ip_status
    st=status))
  File "/opt/stack/new/tempest/.tox/tempest/local/lib/python2.7/site-packages/testtools/testcase.py", line 406, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/opt/stack/new/tempest/.tox/tempest/local/lib/python2.7/site-packages/testtools/testcase.py", line 493, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: 'DOWN' != u'ACTIVE': FloatingIP: <"FloatingIP" addr="172.24.5.57" id="e697b957-68dd-44df-bd79-30e47b7098fc"> is at status: ACTIVE. failed  to reach status: DOWN


Full log:
http://logs.openstack.org/51/308051/4/check/gate-grenade-dsvm-heat/7c9f7e6/console.html

** Affects: neutron
     Importance: Undecided
         Status: New

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

Title:
  FloatingIP is at status: ACTIVE. failed  to reach status: DOWN

Status in neutron:
  New

Bug description:
  We've been seeing the following intermittent error for the past week
  in the Heat gate:

  
  Traceback (most recent call last):
    File "tempest/test.py", line 113, in wrapper
      return f(self, *func_args, **func_kwargs)
    File "tempest/scenario/test_network_basic_ops.py", line 404, in test_network_basic_ops
      msg="after disassociate "
    File "tempest/scenario/test_network_basic_ops.py", line 208, in check_public_network_connectivity
      self.check_floating_ip_status(floating_ip, floatingip_status)
    File "tempest/scenario/manager.py", line 897, in check_floating_ip_status
      st=status))
    File "/opt/stack/new/tempest/.tox/tempest/local/lib/python2.7/site-packages/testtools/testcase.py", line 406, in assertEqual
      self.assertThat(observed, matcher, message)
    File "/opt/stack/new/tempest/.tox/tempest/local/lib/python2.7/site-packages/testtools/testcase.py", line 493, in assertThat
      raise mismatch_error
  testtools.matchers._impl.MismatchError: 'DOWN' != u'ACTIVE': FloatingIP: <"FloatingIP" addr="172.24.5.57" id="e697b957-68dd-44df-bd79-30e47b7098fc"> is at status: ACTIVE. failed  to reach status: DOWN

  
  Full log:
  http://logs.openstack.org/51/308051/4/check/gate-grenade-dsvm-heat/7c9f7e6/console.html

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


Follow ups