diff --git a/setup.cfg b/setup.cfg index b3f73db07..0f78da7b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,7 @@ tacker.servicevm.device.drivers = nova = tacker.vm.drivers.nova.nova:DeviceNova heat = tacker.vm.drivers.heat.heat:DeviceHeat tacker.servicevm.mgmt.drivers = - noop = tacker.tests.unit.services.vm.mgmt_drivers.noop:DeviceMgmtNoop + noop = tacker.vm.mgmt_drivers.noop:DeviceMgmtNoop agent_rpc = tacker.vm.mgmt_drivers.rpc.rpc:AgentRpcMGMTDriver agent_proxy = tacker.vm.mgmt_drivers.rpc.proxy:AgentRpcProxyMGMTDriver openwrt = tacker.vm.mgmt_drivers.openwrt.openwrt:DeviceMgmtOpenWRT diff --git a/tacker/tests/unit/services/vm/drivers/noop.py b/tacker/vm/drivers/noop.py similarity index 100% rename from tacker/tests/unit/services/vm/drivers/noop.py rename to tacker/vm/drivers/noop.py