nova/nova/tests/virt/docker
Arnaud Legendre fec6bc0bec plug_vif raise NotImplementedError instead of pass
The Hyper-V, VMware, Docker and PowerVM drivers raise
NotImplementedError from the plug_vifs and unplug_vifs
methods rather than pass.
The compute manager handles the NotImplementedError
case when initializing the host.

Fixed bug 1218593

(cherry picked from commit 6ef9262a6a)

Conflicts:

	nova/tests/virt/hyperv/test_hypervapi.py
	nova/tests/virt/vmwareapi/test_vmwareapi.py
Change-Id: Id17a1f691f46816eadfe257d9ac0cc46502318ef
2014-03-27 14:19:32 -06:00
..
__init__.py Added new hypervisor to support Docker containers 2013-08-29 16:12:18 -07:00
mock_client.py Added new hypervisor to support Docker containers 2013-08-29 16:12:18 -07:00
test_docker_client.py Convert TestCases to NoDBTestCase 2013-09-19 19:53:04 +10:00
test_driver.py plug_vif raise NotImplementedError instead of pass 2014-03-27 14:19:32 -06:00
test_hostinfo.py Convert TestCases to NoDBTestCase 2013-09-19 19:53:04 +10:00