← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1443480] [NEW] Some of the neutron functional tests are failing with import error after unit test tree reorganization

 

Public bug reported:

Some of the neutron functional tests are failing with import error after
unit test tree reorganization


 Traceback (most recent call last):
    ImportError: Failed to import test module: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler
    Traceback (most recent call last):
      File "/usr/lib64/python2.7/unittest/loader.py", line 254, in _find_tests
        module = self._get_module_from_name(name)
      File "/usr/lib64/python2.7/unittest/loader.py", line 232, in _get_module_from_name
        __import__(name)
      File "neutron/tests/functional/scheduler/test_dhcp_agent_scheduler.py", line 24, in <module>
        from neutron.tests.unit import test_dhcp_scheduler as test_dhcp_sch
    ImportError: cannot import name test_dhcp_scheduler

** Affects: neutron
     Importance: Undecided
     Assignee: Numan Siddique (numansiddique)
         Status: In Progress

** Changed in: neutron
     Assignee: (unassigned) => Numan Siddique (numansiddique)

** Changed in: neutron
       Status: New => In Progress

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

Title:
  Some of the neutron functional tests are failing with import error
  after unit test tree reorganization

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  Some of the neutron functional tests are failing with import error
  after unit test tree reorganization

  
   Traceback (most recent call last):
      ImportError: Failed to import test module: neutron.tests.functional.scheduler.test_dhcp_agent_scheduler
      Traceback (most recent call last):
        File "/usr/lib64/python2.7/unittest/loader.py", line 254, in _find_tests
          module = self._get_module_from_name(name)
        File "/usr/lib64/python2.7/unittest/loader.py", line 232, in _get_module_from_name
          __import__(name)
        File "neutron/tests/functional/scheduler/test_dhcp_agent_scheduler.py", line 24, in <module>
          from neutron.tests.unit import test_dhcp_scheduler as test_dhcp_sch
      ImportError: cannot import name test_dhcp_scheduler

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


Follow ups

References