nova/nova/tests/virt
yongiman ba3fd16605 Add hpet option for time drifting
Since havana, the timezone of windows vm is localtime.
However, there is a time drifting when the windows vm is overloaded.
Disabling hpet option of clock in xml template,
we can sync time without buffering.

From this template,

<clock offset='utc'>
<timer name='pit' tickpolicy='delay'/>
<timer name='rtc' tickpolicy='catchup'/>
</clock>

To this template,

<clock offset='localtime'>
<timer name='rtc' tickpolicy='catchup'/>
<timer name='pit' tickpolicy='delay'/>
<timer name='hpet' present='no'/>
</clock>

Implements : blueprint add-no-hpet-option-into-guest-clock
Change-Id: I6441b9d2de5897dd1863b53bd7e2578881b53c67
2014-02-07 22:17:05 +09:00
..
baremetal Adds a PREPARED state after baremetal node power on. 2013-12-27 12:16:28 +00:00
disk virt root tests: replace assertEquals with assertEqual 2013-11-11 04:49:34 -08:00
docker Docker Driver doesn't respect CPU limit 2014-01-08 08:07:18 +00:00
hyperv Rename instance_type to flavor in hyper-v virt driver 2014-01-02 10:41:00 -08:00
libvirt Add hpet option for time drifting 2014-02-07 22:17:05 +09:00
vmwareapi VMware: update test file names 2014-01-08 01:56:37 -08:00
xenapi xenapi: resize up ephemeral disks 2014-01-09 10:52:20 +00:00
__init__.py refactor: extract method: connect_volume 2012-11-20 08:30:19 +00:00
test_block_device.py virt root tests: replace assertEquals with assertEqual 2013-11-11 04:49:34 -08:00
test_cpu.py xenapi: add support for vcpu_pin_set 2014-01-03 13:27:50 +00:00
test_driver.py virt root tests: replace assertEquals with assertEqual 2013-11-11 04:49:34 -08:00
test_imagecache.py Image cache: move all of the variables to a common place 2013-12-17 02:33:45 -08:00
test_images.py Convert TestCases to NoDBTestCase 2013-09-21 06:58:31 +10:00
test_virt.py Merge "Fix lxc rootfs attached two devices in some action" 2014-01-11 15:10:38 +00:00
test_virt_disk.py Comply with new hacking 0.8 release 2013-12-02 10:58:45 +09:00
test_virt_disk_vfs_guestfs.py virt root tests: replace assertEquals with assertEqual 2013-11-11 04:49:34 -08:00
test_virt_disk_vfs_localfs.py virt root tests: replace assertEquals with assertEqual 2013-11-11 04:49:34 -08:00
test_virt_drivers.py Merge "Spelling fix resouce=>resource" 2014-01-12 00:17:10 +00:00