- 05 3月, 2014 2 次提交
-
-
由 Lukáš Doktor 提交于
Check for I/O Errors before the test end and raise Warning in such case. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Log the hotplug device's name for easier log analyzing. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 19 2月, 2014 2 次提交
-
-
由 Lukáš Doktor 提交于
Stop stresser should destroy the VM ungracefully in case login fails. Also check the vm.verify_alive before using monitor on "hot" places. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Use 5 monitors in parallel test variant. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 18 2月, 2014 1 次提交
-
-
由 Li Yang 提交于
tp-qemu:Add a test case for ntpd
-
- 14 2月, 2014 1 次提交
-
-
由 Li Yang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
- 08 2月, 2014 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Modifying config files to deal with new repo changes for Spice testing
-
- 07 2月, 2014 4 次提交
-
-
由 Swapna Krishnan 提交于
Signed-off-by: NSwapna Krishnan <skrishna@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
qemu: Move qemu/provider_lib -> provider
-
由 Lucas Meneghel Rodrigues 提交于
This is a leftover from the previous specification of a test provider. In fact, the common provider lib should be at top level, and the name of the lib is provider, not provider_lib. Fix tests accordingly. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 06 2月, 2014 3 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
qemu.pci_devices: Remove incorrect configuration
-
由 Lukáš Doktor 提交于
Remove variant which doesn't follow PCI specification. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
The project is now called virt-test. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 04 2月, 2014 3 次提交
-
-
由 Yunping Zheng 提交于
Some times when boot guest with two nics, the second nic can not get ip address. The wait_for_get_address will try to renew guest ip and try to get guest ip via serial console. it is more safe than get_address Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
netperf: Fix invalid syntax bug
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 01 2月, 2014 3 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests.enforce_quit: Update some config for different qemu-kvm version
-
由 Lucas Meneghel Rodrigues 提交于
Fix and update for netstress_kill_guest.py
-
由 Lucas Meneghel Rodrigues 提交于
generic.tests.cfg: Add image_snapshot config for stress_boot
-
- 31 1月, 2014 12 次提交
-
-
由 Yunping Zheng 提交于
This patch make nic_hotplug support RHEL4, RHEL5 guest, also modify the code style to follow pep8 rules. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Amos Kong 提交于
Signed-off-by: NAmos Kong <akong@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Multi disk hotplug
-
由 Lukáš Doktor 提交于
Parallel mode of this test doesn't keep order of inserted devices, which leads to devices ending up in different buses. Setting strict_mode = True always enforces bus and addr. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Set absolute path for disk images using data_dir.get_data_dir(). Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This patch adds parallel variant, which hotplugs multiple random disks over multiple monitors simultaneously. As qdev is not thread safe it was necessarily to put the locking here. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This version first initiate all hotplug/unplugs and then verifies the results, which puts more stress on qemu. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Yunping Zheng 提交于
Some older kernel versions split packets by GSO before tcpdump can capture the big packet, which corrupts our results. Disable check when GSO is enabled. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Yunping Zheng 提交于
This patch changes the file_transfer configuration to disable msi inside guest when using Linux. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
generic.netperf: Reduce netperf runtime from netperf start overhead
-
由 Wenli Quan 提交于
The largest timeout_netperf_start should be int(l) * 0.5, if netperf threads start all at once, it will still need int(l) * 0.5 time waste. Therefore, the netperf_start_timeout overhead is not needed. Signed-off-by: NWenli Quan <wquan@redhat.com>
-
- 30 1月, 2014 5 次提交
-
-
由 Shuping Cui 提交于
since enforce output are different in different qemu-kvm version, so update these config. Signed-off-by: NShuping Cui <scui@redhat.com>
-
由 Feng Yang 提交于
This function may used by other script. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
Update netperf link and find netperf in shared/deps by default. Also support download netperf from networks. Add docstring and error.context for this test case. Put netperf to /var/tmp by default in host and guest. Also make it configurable. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Shuping Cui 提交于
sharing an image need to boot with "snapshot=on". Signed-off-by: NShuping Cui <scui@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
The unattended install test is used by other tests in different test providers. Therefore, its functionality will be transfered to virt-test and the remaining module here just calls the function in virt-test. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 29 1月, 2014 3 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Eduardo Habkost 提交于
Update the config file so we ignore the broken alias bits on qemu64 too. Signed-off-by: NEduardo Habkost <ehabkost@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
qemu: Quick fix in control.kernel-version
-