- 19 7月, 2013 10 次提交
-
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Yunping Zheng 提交于
This patch makes test file_transfer support vhostforce on and off. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Michael pointed out that there are 2 problems with the current implementation of the signed tags verification: 1) If the tag is signed by Malicious.Hacker@somewhere and you trick gpg into downloading this key, it will still happily accept the tag as long as it's in the server. 2) If one runs this test from her/his account, it will add random stuff to her/his .gnupg directory. In order to bypass chain of trust issues, the user will specify directly which keys are allowed, those keys will be copied to a special shared location on virt test (shared/gpg), the environment variable GNUPGHOME will be set to a temporary directory, the specified key will be imported and then the tag will be verified. CC: Michael S. Tirskin <mst@redhat.com> Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Amos Kong 提交于
Currently MQ feature was disabled by default in guests, it can be enabled by 'ethtool -L' This patch added a new testcase to enable all virtio-nic of all vms, it can be used to enable this feature before real tests. Signed-off-by: NAmos Kong <akong@redhat.com>
-
由 Amos Kong 提交于
Signed-off-by: NAmos Kong <akong@redhat.com>
-
由 Amos Kong 提交于
MQ was disabled in qemu by default, this patch enables it if user assigns multiple queues, hotplug cases will hotadd MQ nics. | commit 32ab06bcf1352848eec42629a85e20efa4e105dc | Author: Jesse Larrew <jlarrew@linux.vnet.ibm.com> | Date: Tue Feb 5 17:47:17 2013 -0600 | | hw/virtio-net: disable multiqueue by default | | The new multiqueue feature adds fields to the virtio device config, which | breaks Windows guests. Disable the feature by default until the Windows | drivers are fixed. Signed-off-by: NAmos Kong <akong@redhat.com>
-
由 Amos Kong 提交于
@ netdev_add type=tap,id=id1,fds=12:13 '12:13' would be wrongly matched as a float. '.' matches an arbitrary char, '\.' matches a dot. Signed-off-by: NAmos Kong <akong@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 18 7月, 2013 5 次提交
-
-
由 jzupka 提交于
virttest.qemu_devices: Additional two fixes
-
由 Lukáš Doktor 提交于
Fix the correct implementation of itervalues() and add iteritems(). Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Yang Feng 提交于
qemu.balloon_check: reset the memory to origin value
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 yangdongsheng 提交于
This patch fix define and undefine method in VMXML class to return False if define or undefine fail. Fixing the comment of virsh.undefine by the way. Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
- 17 7月, 2013 3 次提交
-
-
由 Yiqiao Pu 提交于
The new style class will not call __getinitargs__ anymore. So this will help aexpect works as we expect. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Lukáš Doktor 提交于
when False/None was set as cmdline this device always failed. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Yang Feng 提交于
qemu: Minor fixes for qemu test cases
-
- 16 7月, 2013 10 次提交
-
-
由 Mike Qiu 提交于
The memory should be reset to the origin value after evict or enlarge. So that the next iterations tests can pass when check memory before test Signed-off-by: NMike Qiu <qiudayu@linux.vnet.ibm.com>
-
由 Qingtang Zhou 提交于
These parameters would be overridden by the parameters in each usb device config block. So move it into guest-os's config files. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Cleber Rosa 提交于
As suggested by Juan Quintela. CC: Juan Quintela <quintela@redhat.com> Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Yu Mingfei 提交于
The base class Spawn for ShellSession was defined in old way(class Spawn). Then we can not use super() for inherited classes: TypeError: super() argument 1 must be type, not classobj Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Li Yang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 yangdongsheng 提交于
Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
由 Feng Yang 提交于
vhostfd only works when vhost on. add enable_vhost parameter. set default value to 'yes' Signed-off-by: NFeng Yang <fyang@redhat.com>
-
- 10 7月, 2013 2 次提交
-
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
- 09 7月, 2013 10 次提交
-
-
由 Feng Yang 提交于
Current code only works with human monitor info command, so always use human monitor info command for qmp/human monitor. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
Now hdparm will start VM twice. hdparm no need special setup before starting VM. So only start VM in framework. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Lukáš Doktor 提交于
When process fails in postprocess, screendump thread is not killed and autotest hangs forever. Additionally continue with postprocess when some part fails and reraise the exception at the end. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Previously each image check paused and unpaused the VM. With this patch it pause vm, checks all images and unpause again (if required). Additionally this processes the all remaining images in case of failure thus image check failure won't prevent other images to be checked/deleted (in postprocess). Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Xiaoqing Wei 提交于
otherwise would generate qemu cmd like -cpu SandyBridge,,+sep This fix is for https://github.com/autotest/virt-test/issues/604Signed-off-by: NXiaoqing Wei <xwei@redhat.com>
-
由 Yunping Zheng 提交于
Using this patch you can enable or disable pci msi by modify the guest disk directly before test start. if you want to disable (pci=nomsi) pci msi before test, just set: pci_msi_sensitive = yes disable_pci_msi = yes in tests.cfg. Install python-libguestfs before using this patch. chang_log: V2 from V1: using python guestfs lib. V3 from v2: remove the env setting, make case more independent modify the default configure Yunping Zheng <yunzheng@redhat.com>
-
由 Yiqiao Pu 提交于
As iscsi setup need update the params to get the right image_name move it from image pre/post function to preprocess/postprocess. And update the params for the whole tests. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-