- 09 1月, 2014 13 次提交
-
-
由 yangdongsheng 提交于
Libvirt bench
-
由 yangdongsheng 提交于
Init serial_ports to [] instead of None
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Yanbing Du 提交于
As serial_ports used as a list, so init it to [] instead of None. This will avoid 'TypeError' if serial_ports has specific value. Signed-off-by: NYanbing Du <ydu@redhat.com>
-
由 Yiqiao Pu 提交于
test.qemu.test: Refactor the code of netperf_udp
-
由 Fergus Yu 提交于
virt-libguestfs: add differert filesystem test for virt-sysprep and fix some typoes
-
由 Yiqiao Pu 提交于
qemu.test: make migration_with_netperf support windows guest
-
由 Yiqiao Pu 提交于
disable the combination of WinXP.i386 and e1000
-
由 Fergus Yu 提交于
Libguestfs: Add test for guestfish volume operations.
-
由 Cong Li 提交于
Signed-off-by: NCong Li <coli@redhat.com>
-
由 Li Yang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 Yang Feng 提交于
Set link
-
- 08 1月, 2014 6 次提交
-
-
由 Yiqiao Pu 提交于
As set_link use serial login, so it also met the randome message from kernel problem. Use cmd_output_safe in it. Also fix some line more than 80 character. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yiqiao Pu 提交于
When set up status=off in command line. The status get from guest will always be unknown. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yiqiao Pu 提交于
As in newest version qemu-kvm, guest can get link status when link id is netdev id. So make this configurable to fit both old and new version of qemu-kvm Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Fergus Yu 提交于
libvirt: Add virsh migrate-set/get speed command test
-
由 Lucas Meneghel Rodrigues 提交于
libvirt.tests: Move remote about parameters to base.cfg
-
- 07 1月, 2014 18 次提交
-
-
由 Yang Feng 提交于
Add cdrom test support for windows guest
-
由 Lucas Meneghel Rodrigues 提交于
qemu.cfg.qemu_img: Change the way used to limit image_backend variant
-
由 Lucas Meneghel Rodrigues 提交于
Github 1296
-
由 Dongsheng Yang 提交于
When we have no python-image package installed on host, importing Image from PIL will fail and the ppm_utils.Image is None. In this case, we should skip the ckeck_guest_bsod. Signed-off-by: NDongsheng Yang <yangds.fnst@cn.fujitsu.com>
-
由 Dongsheng Yang 提交于
As PIL is not available in several released OS, then import PIL will break the all tests in autotest/virt-tests. Signed-off-by: NDongsheng Yang <yangds.fnst@cn.fujitsu.com>
-
由 Lucas Meneghel Rodrigues 提交于
Make tcpdump output more detail
-
由 Lucas Meneghel Rodrigues 提交于
Github 1315
-
由 Lukáš Doktor 提交于
The new defunct() check in VM.create() returns only custom message. Some negative tests need also the original qemu_output(). This patch adds this output into the exception. Additionally it catches the problems when the original PID doesn't exsit (qemu died very quickly). Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This patch adds additional check for compiled guest script file. Sometimes the script exists in the guest machine, and has the correct version, but wasn't successfully compiled. Originally this wouldn't be dettect and compilation wouldn't be executed, making all following tests to fail. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This test started with "start_vm = no" and we are starting the VM manually. It's not guaranteed, that params were updated in preprocess so we need to make sure params were updated by calling create with new params. One example of incorrect params is when VM exists and is alive from previous test. In such case preprocess skips initialization (start_vm = no") and vm.create() destroys and recreates the VM from previous test. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
start_vm should accept yes/no instead of 0 Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
qemu: Do not call update_config.py in control.kernel-version.
-
由 Yang Feng 提交于
update_config.py was removed, and we need to update config files. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Run
-
由 Lucas Meneghel Rodrigues 提交于
qemu: Remove the update_config in control.kernel-version
-
由 Lucas Meneghel Rodrigues 提交于
Fix character encoding
-
由 Lucas Meneghel Rodrigues 提交于
We can get to the same result with a return statement Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Turns out that the file was in DOS/Windows format. I suppose it was developed on a Windows box. Let's fix that. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 06 1月, 2014 2 次提交
-
-
由 Yiqiao Pu 提交于
Remove it as the script is already removed from qemu. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 yangdongsheng 提交于
libvirt: Add virsh dompmsuspend command test
-
- 04 1月, 2014 1 次提交
-
-
由 Dongsheng Yang 提交于
When we use run with --bootstrap, the --no-downloads will be ignored. This patch make it works for --bootstrap.
-