- 21 1月, 2014 12 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
virttest.ppm_utils: Skip invalid ppm files
-
由 Yang Feng 提交于
qemu.tests: fix issue abort can't find_pci device in guest
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
new device not always should in last line of lspci output, update pci_find_cmd to reading new device from diff of lscpi output; Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
When testing the code under RHEL5, we've noticed that Windows install tests would fail with: Unhandled IOError: cannot identify image file [context: waiting for installation to finish] Let's handle image comparison more carefully, returning false if the screenshot file had any problems. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Rudá Moura 提交于
cpuid: Detect missing CPU model
-
由 Eduardo Habkost 提交于
The behavior of qemu_vm when a CPU model is missing has changed. This requires our test code to detect QEMU errors when a CPU model is missing. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
virttest.qemu_vm: Catch all exceptions when sending quit to monitor in d...
-
由 Lucas Meneghel Rodrigues 提交于
qemu.test.watchdog: Remove RHEL.5 from the ib700 cfg
-
由 Lucas Meneghel Rodrigues 提交于
migration_with_dst_problem issue fix.
-
由 Lucas Meneghel Rodrigues 提交于
test.cfg.fillup_disk: adjust the fillup timeout to 320s
-
由 Lucas Meneghel Rodrigues 提交于
shared.unattended: Disable the color display from console
-
- 20 1月, 2014 3 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
CPUID test case update
-
由 Xiangmin Han 提交于
Write file with oflag=direct would take more time to finish.
-
由 Fergus Yu 提交于
Libguestfs: Add testcases for libguestfs file operations.
-
- 17 1月, 2014 6 次提交
-
-
由 Eduardo Habkost 提交于
Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
Now VM.process is a Tail object which do not have read_until_last_line_matches attribute. So remove read_until_last_line_matches() function call. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Yiqiao Pu 提交于
When host or guest under heavy load or in a shutdown status from pre case. VM process may quit during destory() in any steps and will raise very strange error message like if it is try to kill vm by monitor: error: (9, 'Bad file descriptor') So catch all kinds of exceptions and judge if the process is alive or not. Log warning message in the log file instead of through errors. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yang Feng 提交于
virttest: Move nic_script under tap device branch in add_net
-
由 Yunping Zheng 提交于
Remove RHEL.5 from the cfg, sinece RHEL.5 not support ib700wdt. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
- 16 1月, 2014 11 次提交
-
-
由 Yiqiao Pu 提交于
SLES11.xml: make serial port can be login
-
由 Xiangmin Han 提交于
Move chroot-scripts into one section and make serial port setting part with chrooted as false. change from V1: revert the other lines, just change chroot part. Signed-off-by: NXiangmin Han <xhan@redhat.com>
-
由 Yiqiao Pu 提交于
qemu.cfg: Typo fix in cdrom_test.cfg
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Eduardo Habkost 提交于
We don't need networking when running the CPUID dump kernel, so we can simply skip networking setup. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
The qemu_cpu test case doesn't use any disk image, so we don't need any image processing when running the tests cases. This should make the tests run much faster. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
virt-test won't raise VMCreateError anymore, but VMStartError, when QEMU aborts. Change the code to catch the new exception. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com> Cc: Ruda Moura <rmoura@redhat.com>
-
由 Eduardo Habkost 提交于
Newer QEMU will make sure the alias bits are consistent, but there are known bugs on RHEL-6 on some of the alias bits on some of the CPU models, so whitelist those known issues. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Eduardo Habkost 提交于
Those subleaves need to stay stable on QEMU upgrades, too, so it is useful to dump them. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Autotest regression test
-
- 15 1月, 2014 4 次提交
-
-
由 Rudá Moura 提交于
libvirt.tests: Support multiple devices for multifunction test.
-
由 Yiqiao Pu 提交于
The default bashrc for root in Ubuntu will enable color display in the console. This caused unreadable characters for some cmd output, like 'ls'. It will fail our cases as script can not get the output we want. So disable it in preseed files for install. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yang Feng 提交于
tests.kdump: Add new sub test for multiple guests
-
由 Yang Feng 提交于
qemu.test: Update the check method in smbios_table
-
- 14 1月, 2014 4 次提交
-
-
由 Yiqiao Pu 提交于
In the machine_type check for smbios_table, we only care the main version information but not the details. And the command line output from guest will include more than the version info: System.Version mismatch, Set 'RHEL 7.0.0 PC' but guest is : 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' So update the check method for it. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Lukáš Doktor 提交于
Disable balloon_fix_value case in ppc64 platform
-
由 yangdongsheng 提交于
libvirt_vm: remove setup_serial_ports() method.
-
由 yangdongsheng 提交于
libvirt: use handle_prompts() to wait for end of 'ZZ' in session.
-