nova/nova/tests/unit/virt/libvirt
Sahid Orentino Ferdjaoui 5ced65f873 libvirt: introduce a Guest to wrap around virDomain
Introduces object Guest to wrap around virDomain object
and provide a higher level API.
With the introduction of this new class also update _create_domain
logic and update tests.

Next patches will clean code in drivers to use this
new implementation.

Note about Copyrights, they have been copied from
libvirt/driver.py and libvirt/test_driver.py since several
parts of the code from those files will be moved in
guests.py and test_guest.py

Change-Id: I2d193ae44a4ac48ad863d237172cf2c1da05e3e9
2015-06-04 07:04:38 -04:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fake_imagebackend.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fake_libvirt_utils.py libvirt: clean instance's directory when block migration fails 2014-12-30 11:58:55 +08:00
fakelibvirt.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
test_blockinfo.py Handles exception when unsupported virt-type given 2015-03-15 23:42:25 +05:30
test_compat.py Workaround for race condition in libvirt 2015-03-14 20:17:41 -03:00
test_config.py libvirt: make default value of numa cell memory to 0 when not defined 2015-03-19 04:10:08 -04:00
test_designer.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_dmcrypt.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_driver.py libvirt: introduce a Guest to wrap around virDomain 2015-06-04 07:04:38 -04:00
test_fakelibvirt.py Removed unused variables 2015-05-20 14:31:33 +03:00
test_firewall.py libvirt: retry to undefine network filters during _post_live_migration 2015-04-29 10:48:23 -07:00
test_guest.py libvirt: introduce a Guest to wrap around virDomain 2015-06-04 07:04:38 -04:00
test_host.py Drop L from literal integer numbers for Python 3 2015-05-11 11:15:33 +02:00
test_imagebackend.py Removed unused methods and classes 2015-05-20 14:33:20 +03:00
test_imagecache.py Use six.moves.range for Python 3 2015-05-20 15:19:51 -07:00
test_lvm.py Libvirt: Allow missing volumes during delete 2015-02-24 11:55:51 +00:00
test_quobyte.py Libvirt: Created Nova driver for Quobyte 2015-02-09 22:34:15 +01:00
test_rbd.py Fixes _cleanup_rbd code to capture ImageBusy exception 2015-04-01 09:45:47 -07:00
test_remotefs.py fix import of oslo.concurrency 2014-12-11 13:11:13 -05:00
test_utils.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
test_vif.py Switch nova.virt.libvirt.* to instance dot notation 2015-03-03 18:23:22 -05:00
test_volume.py Replace unicode with six.text_type 2015-05-12 12:31:20 +02:00