- 30 12月, 2013 1 次提交
-
-
由 Xiaoqing Wei 提交于
As SLES need to perform firstboot to finish the installation otherwise, the boot testcase after OS install might fail. Signed-off-by: NXiaoqing Wei <xwei@redhat.com>
-
- 27 12月, 2013 5 次提交
- 26 12月, 2013 10 次提交
-
-
由 Shuping Cui 提交于
add RHEL6.5.i386 config file Signed-off-by: NShuping Cui <scui@redhat.com>
-
由 Yang Feng 提交于
New case to test cancel mirroring job blocked by firewall
-
由 Xu Tian 提交于
negative test for cancel mirroring job that blocked by firewall; Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
sometimes, we can not read qmp socket response immedicately if host under heavy IO load (eg, drive_mirroring to net file system), autotest will raise error 'Received no response to QMP or Received a incorrect response ID', increase CMD_TIMEOUT to 120s to avoid this kind of issue; Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Yang Feng 提交于
tests.jumbo: Modify cfg of jumbo tests.
-
由 Yang Feng 提交于
qemu.tests.timedrift_with_stop: Bug fix about drift
-
由 Yang Feng 提交于
block_resize.cfg: RHEL5 need reboot step in block_resize case
-
由 Yang Feng 提交于
virttest: Should destroy pre vm in create()
-
由 Xiaoqing Wei 提交于
making the cmd num aligned, to avoid miss any tiny cmd in the future. this patch is done by update win2008(NT6.0) first, then copied to all other OSes, with necessary modification, and cmd adjustment: 1) avoid using '/All /LimitAccess' on NT6.1, as do not supported 2) use ocsetup instead of dism on NT6.0, as do not available 3) this patch also resolved some cmd are lost at some OS(timedrift) 4) move enable ahci booting registry modification to <FirstLogonCommands> part to Workaround MSFT bug 5) and added explain for some cmds 6) coverted by unix2dos 7) as switched to use name to select install img, now Win 8.1 needs it's own unattended_file Signed-off-by: NXiaoqing Wei <xwei@redhat.com>
-
由 Xiangmin Han 提交于
Guest RHEL5 could not detect disk change, assign need_reboot as yes in the cfg file. And disable RHEL.4 guest. history: V3: add no filter for RHEL.4 guest V2: change to RHEL.5 condition V1: add RHEL and 5 condition lines Signed-off-by: NXiangmin Han <xhan@redhat.com>
-
- 25 12月, 2013 4 次提交
-
-
由 Yunping Zheng 提交于
This patch make jumbo test support macvtap. when using macvtap nic, before chang the mtu of the macvtap, must change the base interface mtu. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Yunping Zheng 提交于
For windows guest when using e1000 the max icmp size is not "jumbopacket - 28", but "jumbopacket - 42", so modify the cfg. This patch also modify the coding style to up to the pep8. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Yiqiao Pu 提交于
qemu.tests.virtual_nic_send_buffer: Update the way used to checkout md5 ...
-
由 Lucas Meneghel Rodrigues 提交于
libvirt: Fix attach-device itertools backports
-
- 24 12月, 2013 9 次提交
-
-
由 yangdongsheng 提交于
libvirt: Fix setmaxmem from changing mem size
-
由 Shuping Cui 提交于
add stop_time after set cpu offline, and update "smp_min" to "smp" in config file. changes from v1: drift_threshold type fix Signed-off-by: NShuping Cui <scui@redhat.com>
-
由 Shuping Cui 提交于
kvm guests CLOCK_MONOTONIC not count when guest is paused, so drift need to subtract stop_time. starting from Win2012 Windows no longer relies on number of injected RTC interrupts for time keeping, and the time drift is seen because "stop" monitor command also stops PM timer, so this is unsupported scenario from Win2012 and disabled this case from Win2012. changes from v1: add some comments for windows guest. changes from v2: add check rtc_clock for windows changes from v3: add new scenario rtc_clock = host and rtc_clock = vm for this case. Signed-off-by: NShuping Cui <scui@redhat.com>
-
由 Feng Yang 提交于
md5 command in guest may have different output format. It is a little difficult to filter out the md5 value from the output. So just checkout whether correct md5 value is in the output is enough. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 yangdongsheng 提交于
libvirt: Fix start uuid change
-
由 Lucas Meneghel Rodrigues 提交于
Fix py24 bugs
-
由 Lucas Meneghel Rodrigues 提交于
This unittest relied on a new param of the tempfile.NamedTemporaryFile class: delete. Python 2.4 doesn't have such param, which means that named temp files will always be deleted after they are closed. So let's use the module only to give us a file path, that will then be manually managed. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
With is valid only on py >= 2.5. We'll have to wait a bit until it can be used in virt-test code. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
The keyword 'with' is valid only on py >= 2.5. We'll have to wait a bit before those can be freely used. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 23 12月, 2013 5 次提交
-
-
由 Hao Liu 提交于
When calling vm_rename() the UUID will change, making the vm xml don't consist with original one. The patch use new_from_inactive_dumpxml and sync to backup and recover test vm. For testing empty or invalid vm name, we need another variable to store the valid vm name for recovering. This patch also fix a bug of VMXML.sync(). when the vm is no longer exist, sync will raise an exception in the backup step. This is not a right behavior because sync should recover vm even if it's undefined. Signed-off-by: NHao Liu <hliu@redhat.com>
-
由 yangdongsheng 提交于
libvirt: Fix vcpupin XML change
-
由 Li Yang 提交于
virt: Modify 'test_modules' to be a dictionary
-
由 Hao Liu 提交于
Calling backported itertools using 'from ... import ...' will cause following error. ERROR| Traceback (most recent call last): ERROR| File "virttest/standalone_test.py", line 182, in run_once ERROR| test_modules[t_type] = imp.load_module(t_type, f, p, d) ERROR| File "libvirt/tests/src/virsh_cmd/domain/virsh_attach_device.py", line 14, in <module> ERROR| from virttest.staging.backports.itertools import product, islice, count ERROR| ImportError: No module named itertools Signed-off-by: NHao Liu <hliu@redhat.com>
-
由 Li Yang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
- 21 12月, 2013 3 次提交
-
-
由 Rudá Moura 提交于
Adjust a few tests that missed the change to use just run()
-
由 Rudá Moura 提交于
Vhost nic hotplug
-
由 John Ferlan 提交于
Found the friendly message in the debug.log - so adjusted the tests
-
- 20 12月, 2013 3 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
SR-IOV: New feature add and code update.
-
由 Lucas Meneghel Rodrigues 提交于
virt.storage: Fix bug when checking for backup directory
-
由 Lucas Meneghel Rodrigues 提交于
By default, .get() on a dict will return None. Using None in a os.path related function is going to throw an error. So we can fix that issue by using an appropriate default value that won't break os.path.isabs(). Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-