← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1264260] Re: NoSuchOptError in lbaas agent test

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => icehouse-2

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

Title:
  NoSuchOptError in lbaas agent test

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  I'm trying to debug tests using
  testtools:(https://wiki.openstack.org/wiki/Testr)

  1) stack@ubuntu:/opt/stack/neutron$ source .tox/py27/bin/activate

  2) (py27)stack@ubuntu:/opt/stack/neutron$ python -m testtools.run neutron.tests.unit.services.loadbalancer.drivers.haproxy.test_agent.TestLbaasService
  Tests running...
  2013-12-26 15:06:33,804    ERROR [neutron.common.legacy] Skipping unknown group key: firewall_driver
  ======================================================================
  ERROR: neutron.tests.unit.services.loadbalancer.drivers.haproxy.test_agent.TestLbaasService.test_start
  ----------------------------------------------------------------------
  Empty attachments:
    pythonlogging:''

  Traceback (most recent call last):
    File "neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_agent.py", line 39, in test_start
      agent_service.start()
    File "neutron/services/loadbalancer/drivers/haproxy/agent.py", line 45, in start
      cfg.CONF.periodic_interval,
    File "/opt/stack/neutron/.tox/py27/local/lib/python2.7/site-packages/oslo/config/cfg.py", line 1648, in __getattr__
      raise NoSuchOptError(name)
  NoSuchOptError: no such option: periodic_interval

  Ran 2 tests in 0.011s
  FAILED (failures=1)

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


References