- 20 6月, 2013 10 次提交
-
-
由 Feng Yang 提交于
Mainly test steps: 1. Check if the NIC number in guest matches that specified in config file. 2. Get the ip-mac pair in guest. 3. Gather the ping info by tcpdump. 4. Check if the ip-mac info matches in the tcpdump output. 5. Check if the ping count matches the given number. Signed-off-by: NBear <byang@redhat.com> Signed-off-by: NKen Cao <kcao@redhat.com> Signed-off-by: NYolkfull Chow <yzhou@redhat.com> Signed-off-by: NFeng Yang <fyang@redhat.com> KVM-test: Multi nic test case improve Signed-off-by: NYiqiao Pu <ypu@redhat.com> KVM Test: multi_nics: Fix argument order for scp_between_remotes Signed-off-by: NQingtang Zhou <qzhou@redhat.com> KVM Test: Refactor multi_nics.py test script Rename multi_nics.py to multi_vms_nics.py Support multi vms and multi nics. Signed-off-by: NFeng Yang <fyang@redhat.com> qemu: Fix syntax error in multi_nics.py Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Golita Yue 提交于
The nic driver directory is different for rhel4.9 guest so make it configurable and update it to correct one. Signed-off-by: NGolita Yue <gyue@redhat.com> Acked-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com> KVM-Test: Boot/shutdown rebased image Signed-off-by: NSuqin Huang <shuang@redhat.com> KVM Test: check the image after image creation. KVM test: qemu_img: Pre-allocated metadata qcow2 format support KVM Test: Raw device support for qemu_img test KVM test: qemu_img add the qcow2 over LVM checking Signed-off-by: NJason Wang <jasowang@redhat.com> KVM Test: Add cluster_size_2048 test case. Bug fix and add error.context in qemu_img.py script Fix bug that guest start twice. Signed-off-by: NFeng Yang <fyang@redhat.com> KVM-Test: qemu_img.py: update case with new autotest api virt: Update 'guest_name' to 'os_type' in all scripts Signed-off-by: NQingtang Zhou <qzhou@redhat.com> KVM-test: Update qemu_img commit test command to support Windows Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Golita Yue 提交于
Add two parameters to let test case timedift.with_load can be configured. When need run long time testing, can reset the value "test_duration" & "interval_gettime". Signed-off-by: NGolita Yue <gyue@redhat.com>
-
由 Qingtang Zhou 提交于
changes from v1: - add boot options for remove. changes from v2: - also fix guest kernel cmdline in other timedrift testcases. changes from v3: - add a judgement for boot options, don't run this step if there is nothing to be add or remove Signed-off-by: NQingtang Zhou <qzhou@redhat.com> Signed-off-by: NAmos Kong <akong@redhat.com> Signed-off-by: NYiqiao Pu <ypu@redhat.com> Acked-by: NFeng Yang <fyang@redhat.com> Acked-by: Suqin Huang<shuang@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com> Acked-by: Feng Yang<fyang@redhat.com> Acked-by: NYiqiao Pu <ypu@redhat.com>
-
由 Golita Yue 提交于
Add timedrift with cpu online/offline test case. Check the guest time after offline the cpu Check the guest time after online the cpu change from v1: 1. fix typo 2. add more error.context for other steps Signed-off-by: NGolita Yue <gyue@redhat.com>
-
由 Golita Yue 提交于
Add new case timedrift_monotonicity.py and check the guest time monotonicity after migration. There are two case: 1. Take the guest time during migration and check time. 2. Let guest running long time after migration and check the time. change from v1: 1. delete guest script, add function to get time in test case 2. fix typo change from v2: 1. add cmd_timeout 2. add parameter for function get_time() Signed-off-by: NGolita Yue <gyue@redhat.com> Acked-by: NQingtang Zhou <qzhou@redhat.com> Acked-by: NYiqiao Pu <ypu@redhat.com>
-
由 gyue 提交于
Add stress test for multi vms with kernel compile running inside vm. 1. boot up vms every VM has 4G vmem, the total vmem of VMs' are $overcommit times as host's mem.(default overcommit=1.5) 2) Launch kernel compile inside every guest. Changes from v1: - modify the parameter "i" to "vmnum" - remove "raise error" when kernel compile failed, just return error to avoid the long message cause virtlab crash - put kernel path to virtlab cfg files - change the test failed check to ping test, and judge if the guest can be reach after kernel compile. Signed-off-by: NGolita Yue <gyue@redhat.com> Signed-off-by: NYiqiao Pu <ypu@redhat.com> Acked-by: NAmos Kong <akong@redhat.com> Bin folder has been removed and most file in it have been moved to client folder. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Yiqiao Pu 提交于
This class will setup and clean KSM config in different hosts. You can use setup_ksm to configure it. There are several params that can be used for ksm configure: ksm_pages_to_scan: pages ksmd will scan in one loop ksm_sleep_ms: million secs ksmd will sleep between two scan ksm_run: start ksmd or not ksm_module: if ksm is not compiled into kerenl need this parameter tell scripts which module should it load disable_ksmtuned: if we need idsable ksmtuned during our test This class also can be used to disable KSM in some special case with set setup_ksm to yes and ksm_run to 0 or no. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
- 19 6月, 2013 3 次提交
-
-
由 Yiqiao Pu 提交于
Add a case for block resize. Use monitor command to resize the block device. And check it inside guest. This case support Windows and Linux, qcow2 and raw, virtio_blk, virtio_scsi and ide with different parameters. * indentation fixed Signed-off-by: NYiqiao Pu <ypu@redhat.com> Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Yang Feng 提交于
qemu: Make usb_hotplug test work on Win guests
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com>
-
- 18 6月, 2013 10 次提交
-
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Yang Feng 提交于
qemu.control.kernel-version: Bug fix for control.kernel-version
-
由 Yang Feng 提交于
Shared: Add new guests Win8 and Win2012
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Jiří Župka 提交于
Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Xu Tian 提交于
* Fix incorrect command when run test with qmp monitor; * Fix logical error that target image file should not be opened before the reopen step; * Merge configuration file into drive_mirror.cfg * Use by default upstream block mirror names rather than assuming RHEL block mirror names. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com> Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Refactor qemu_storage.QemuImg() so that it's more logical to query for available qemu-img commands. Also, introduce a method .compare_images() method that will take 2 images and compare them using the subcommand 'compare', if it is available. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 17 6月, 2013 1 次提交
-
-
由 Lukáš Doktor 提交于
virttest.qemu_vm: Remove init_pci_addr from VM.
-
- 14 6月, 2013 6 次提交
-
-
由 Chris Evich 提交于
To add test case for virsh nodememstats command
-
由 Lucas Meneghel Rodrigues 提交于
Those files were added there mainly to mirror qemu, since that is used as a module, since for that case we do use things like from qemu.tests import block_copy That's not needed for libvirt, and we'd like to dump it from qemu as well, although it needs more care. This solves a problem where it's not possible to import the python library bindings on virt-test, since the libvirt module present in virt-test would take precedence over the library installed system wide. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
QEMU-KVM is no more, and spice was split in spice common and protocol, so let's update the build.cfg file with that information. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Add the proper origin, and fetch submodules for git repos, that'll make it possible to build QEMU with spice support from source. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Chris Evich 提交于
* Be less pedantic about re-formatting already cached data * Added 'url' key to standardized issue format * Added two useful sample report scripts Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
- 13 6月, 2013 8 次提交
-
-
由 Lukáš Doktor 提交于
Add qmp_command test case.
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 yangdongsheng 提交于
Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
由 yangdongsheng 提交于
changes from v1: (1).use getfattr to replace ls -Z (2).use /proc//attr/current to replace ps -Z (3).remove some error type seems unnecssary. Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
由 yangdongsheng 提交于
Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
由 yangdongsheng 提交于
Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
由 yangdongsheng 提交于
(1).add a define method for dummy_virsh. (2).some small fix to make pylint calm down. Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
由 Feng Yang 提交于
Test may timeout when check guest's cpu after hotplug. Update the timeout = 60 + total_cpus. Update the log message when max cpu reached. Set autotest case timeout to 2000s in add_max_cpu subcase. run_autotest always timeout in add_max_cpu case. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
- 12 6月, 2013 2 次提交
-
-
由 Satheesh Rajendran 提交于
-
由 Satheesh Rajendran 提交于
-