Merge "Fix the ImportErrors in l3 and dhcp scheduler functional tests"
This commit is contained in:
commit
53f53b1a37
@ -48,7 +48,7 @@ from neutron.openstack.common import uuidutils
|
||||
from neutron.tests.common import net_helpers
|
||||
from neutron.tests.functional.agent.linux import base
|
||||
from neutron.tests.functional.agent.linux import helpers
|
||||
from neutron.tests.unit import test_l3_agent
|
||||
from neutron.tests.unit.agent.l3 import test_agent as test_l3_agent
|
||||
|
||||
LOG = logging.getLogger(__name__)
|
||||
_uuid = uuidutils.generate_uuid
|
||||
|
@ -21,7 +21,8 @@ from neutron.db import agents_db
|
||||
from neutron.db import agentschedulers_db
|
||||
from neutron.db import common_db_mixin
|
||||
from neutron.scheduler import dhcp_agent_scheduler
|
||||
from neutron.tests.unit import test_dhcp_scheduler as test_dhcp_sch
|
||||
from neutron.tests.unit.scheduler import (test_dhcp_agent_scheduler as
|
||||
test_dhcp_sch)
|
||||
from operator import attrgetter
|
||||
|
||||
# Required to generate tests from scenarios. Not compatible with nose.
|
||||
|
Loading…
Reference in New Issue
Block a user