← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1745013] [NEW] Many fullstack tests failing because of some error in L3 agent

 

Public bug reported:

For example: http://logs.openstack.org/80/536380/2/check/neutron-
fullstack/138850e/logs/testr_results.html.gz

Many tests are failing with error:

Traceback (most recent call last):
  File "/opt/stack/new/neutron/.tox/dsvm-fullstack/local/lib/python2.7/site-packages/fixtures/fixture.py", line 197, in setUp
    self._setUp()
  File "neutron/tests/fullstack/resources/environment.py", line 395, in _setUp
    self.wait_until_env_is_up()
  File "neutron/tests/fullstack/resources/environment.py", line 340, in wait_until_env_is_up
    sleep=10)
  File "neutron/common/utils.py", line 650, in wait_until_true
    raise WaitTimeout("Timed out after %d seconds" % timeout)
neutron.common.utils.WaitTimeout: Timed out after 180 seconds

and it looks that problem is somewhere in L3 agent which is not even
starting in all those tests.

** Affects: neutron
     Importance: High
     Assignee: Slawek Kaplonski (slaweq)
         Status: Confirmed


** Tags: fullstack gate-failure

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

Title:
  Many fullstack tests failing because of some error in L3 agent

Status in neutron:
  Confirmed

Bug description:
  For example: http://logs.openstack.org/80/536380/2/check/neutron-
  fullstack/138850e/logs/testr_results.html.gz

  Many tests are failing with error:

  Traceback (most recent call last):
    File "/opt/stack/new/neutron/.tox/dsvm-fullstack/local/lib/python2.7/site-packages/fixtures/fixture.py", line 197, in setUp
      self._setUp()
    File "neutron/tests/fullstack/resources/environment.py", line 395, in _setUp
      self.wait_until_env_is_up()
    File "neutron/tests/fullstack/resources/environment.py", line 340, in wait_until_env_is_up
      sleep=10)
    File "neutron/common/utils.py", line 650, in wait_until_true
      raise WaitTimeout("Timed out after %d seconds" % timeout)
  neutron.common.utils.WaitTimeout: Timed out after 180 seconds

  and it looks that problem is somewhere in L3 agent which is not even
  starting in all those tests.

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


Follow ups