- 02 4月, 2014 5 次提交
-
-
由 Jonas Eriksson 提交于
- int("1.1") is an error in python; if the input is a string, it cannot contain decimals. - The contents of the drift file can be negative, make sure to convert the number to the absolute value before comparing with 20. Signed-off-by: NJonas Eriksson <jonas.eriksson@enea.com>
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests: add new test block_hotplug_check
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests.cfg: Disable readonly disk for ide and ahci disks
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests: Add clean up operations after tests in ksm_base
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests.cfg: Disable migrate.unix on RHEL5 host
-
- 01 4月, 2014 10 次提交
-
-
由 Xu Tian 提交于
changes from v1: add windows guest support; changes from v2: remove extra image params in cfg and generate it by script fix issue that failed to check device id at rhel7 host limited test on Host_RHEL changes form v3: fix typo error fix pep8 isssue Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Yiqiao Pu 提交于
Quit ksm_overcommit_guest and turn on swap after test otherwise following cases using this vm may failed because out of memory. Also fix a small mistake in test steps. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Shuping Cui 提交于
migrate.unix protocol only support from RHEL6, so disable it on RHEL5 host. Signed-off-by: NShuping Cui <scui@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
generic.tests: Let lvm get disk names from command
-
由 Lucas Meneghel Rodrigues 提交于
generic.tests.kdump: Add new test case for kdump over ssh
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests: Update hdparm to work with old guests
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests: Add enable_msix_vectors in hotplug_nic
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests.cfg: Add image format filter in qemu_iotests
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests.cfg: adjust the timeout in transfer_file_over_ipv6
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests.virtio_console: test_perf fixes
-
- 31 3月, 2014 4 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
simple patchset to improve netperf testcase
-
由 Lin Ma 提交于
Signed-off-by: NLin Ma <lma@suse.com>
-
由 Lucas Meneghel Rodrigues 提交于
-
由 Lucas Meneghel Rodrigues 提交于
Create vm with correct mac for boot_time test
-
- 28 3月, 2014 3 次提交
-
-
由 Yiqiao Pu 提交于
Update the script to get disk names from command instead of the cfg files. So we don't need to update it when the prefix of disks changed. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Feng Yang 提交于
generic.tests.cfg: multi queues only support from RHEL7
-
由 Lin Ma 提交于
Signed-off-by: NLin Ma <lma@suse.com>
-
- 27 3月, 2014 1 次提交
-
-
由 Shuping Cui 提交于
multi queues only support from RHEL7, so disable this case before rhel7 guest. Signed-off-by: NShuping Cui <scui@redhat.com>
-
- 26 3月, 2014 6 次提交
-
-
由 Amos Kong 提交于
Signed-off-by: NAmos Kong <akong@redhat.com>
-
由 Amos Kong 提交于
Currently we still wait client thread to stop after effective test finishes, it wastes of time. This patch directly killes the threads, then client_thread.join() will return immediately. Suggested-by: NWenli Quan <wquan@redhat.com> Signed-off-by: NAmos Kong <akong@redhat.com>
-
由 Amos Kong 提交于
We do rounding in regression.py, so here we adjust the default fbase to 5 Signed-off-by: NAmos Kong <akong@redhat.com>
-
由 Amos_沧海桑田 提交于
netperf: collect host/guest sysinfo by custom-built scripts
-
由 Amos Kong 提交于
User wants to collect sysinfo of host/guest, but different users might have different requests, and many kinds of system might be used. So I would like to use custom-built scripts to collect the information that will make users happy. User needs to add shell scripts to autotest/client/tests/virt/shared/scripts/, and set the script path in config file. eg: #log_hostinfo_script = scripts/rh_perf_log_hostinfo_script.sh #log_guestinfo_script = scripts/rh_perf_log_guestinfo_script.sh #log_guestinfo_exec = bash #log_guestinfo_path = /tmp/log_guestinfo.sh Then the script output will be saved to $test.resultsdir/sysinfo, analyzer can use 'diff' to compare the system information when regression occurs. I will send a pull request to add to example scripts to virt-tests repo. Signed-off-by: NAmos Kong <akong@redhat.com>
-
由 Feng Yang 提交于
qemu.tests.usb_hotplug: Do not need to verify usb device on guest for negative test
-
- 25 3月, 2014 2 次提交
-
-
由 Yiqiao Pu 提交于
small fix for pxe test
-
由 Xiangmin Han 提交于
Tranfer file over ipv6 needs more time to finish. Signed-off-by: NXiangmin Han <xhan@redhat.com>
-
- 21 3月, 2014 6 次提交
-
-
由 Yiqiao Pu 提交于
This is not support for ide and ahci disks. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yiqiao Pu 提交于
Add image format filter for qemu_iotests. So we can filter the right test cases when we run it. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Lukáš Doktor 提交于
* clear the exitevent before each iteration * raise exception in case no data were transfered * prevent infinite loop when data are not read-out Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Feng Yang 提交于
pci_hotplug: Fix a minor syntax bug
-
由 Cong Li 提交于
The value in a dictionary could not be matched directly, convert to the string when matching. Signed-off-by: NCong Li <coli@redhat.com>
-
- 20 3月, 2014 3 次提交
-
-
由 Feng Yang 提交于
qemu-img.commit test correction
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests.multi_disk_random_hotplug: Couple of small improvements
-
由 Lucas Meneghel Rodrigues 提交于
Greate deps folder in top-level directory and move cpu_flags in
-