← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1379711] Re: Error log emit when running tox like “Extension path 'unit/extensions' doesn't exist!”

 

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

** Changed in: neutron
    Milestone: None => kilo-1

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

Title:
  Error log emit when running tox like “Extension path 'unit/extensions'
  doesn't exist!”

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

Bug description:
  when I use tox to test some case like below,  it could pass, but some
  err log will print.

  #tox -epy27 -vvv  neutron.tests.unit.ml2.drivers.cisco.nexus.test_cisco_mech.TestCiscoPortsV2.test_update_port_add_additional_ip
  ...
  2014-10-10 16:53:48,003     INFO [neutron.plugins.ml2.drivers.type_tunnel] vxlan ID ranges: []
  2014-10-10 16:53:48,004     INFO [neutron.plugins.ml2.managers] Initializing mechanism driver 'cisco_nexus'
  2014-10-10 16:53:48,005     INFO [neutron.plugins.ml2.plugin] Modular L2 Plugin initialization complete
  2014-10-10 16:53:48,005  WARNING [neutron.agent.securitygroups_rpc] Driver configuration doesn't match with enable_security_group
  2014-10-10 16:53:48,005    ERROR [neutron.api.extensions] Extension path 'unit/extensions' doesn't exist!

  ...

  although the test passed, but the path defined in neutron/tests/etc/neutron.conf.test
   "unit/extensions" seems should be "./neutron/tests/unit/extensions"

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


References