DHCPAgentOVSTestCase.test_create_subnet_with_dhcp fails

Bug #1644700 reported by IWAMOTO Toshihiro
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
neutron
Confirmed
High
Unassigned

Bug Description

neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_create_subnet_with_dhcp sometimes fails with:

Traceback (most recent call last):
  File "neutron/tests/base.py", line 126, in func
    return f(self, *args, **kwargs)
  File "neutron/tests/functional/agent/test_dhcp_agent.py", line 261, in test_create_subnet_with_dhcp
    self.assert_dhcp_resources(network, dhcp_enabled)
  File "neutron/tests/functional/agent/test_dhcp_agent.py", line 162, in assert_dhcp_resources
    self.assertEqual(dhcp_enabled, ovs.port_exists(iface_name))
  File "/opt/stack/new/neutron/.tox/dsvm-functional/local/lib/python2.7/site-packages/testtools/testcase.py", line 411, in assertEqual
    self.assertThat(observed, matcher, message)
  File "/opt/stack/new/neutron/.tox/dsvm-functional/local/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: True != False

http://logstash.openstack.org/#dashboard/file/logstash.json?query=message%3A%5C%22test_create_subnet_with_dhcp%5C%22

From http://logs.openstack.org/87/386687/8/check/gate-neutron-dsvm-functional-ubuntu-trusty/3c5b121/logs/dsvm-functional-logs/neutron.tests.functional.agent.test_dhcp_agent.DHCPAgentOVSTestCase.test_create_subnet_with_dhcp.txt.gz ,
AddBridgeCommand is failing with an ovsdb transaction timeout.

Revision history for this message
Jakub Libosvar (libosvar) wrote :
tags: added: functional-tests gate-failure
Changed in neutron:
importance: Undecided → High
status: New → Confirmed
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.