- 04 10月, 2013 10 次提交
-
-
由 Jiří Župka 提交于
Repairs problem with ./run --list-tests wrong test listing. Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Xu Tian 提交于
increased default wait streaming finished timeout values to avoild test failed when test big image; Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
add 'tmp_dir' parms for block_stream test; Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Yiqiao Pu 提交于
As module under virttest.staging may include some functions that is not in autotest package yet. So we should import them first. Otherwise the new modification and functions may can not be found during test. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Feng Yang 提交于
This test cover some device assignment feature test case Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
sr_iov_hotunplug.py is not only used by sr-iov test case. So rename it as pci_hotunplug.py Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 26 9月, 2013 1 次提交
-
-
由 Jiří Župka 提交于
test: guest_suspend guest_pause_resume Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
- 24 9月, 2013 4 次提交
-
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
1). add step that reboot guest when it recover from s3/s4 2). update workaround_eject_time from 0s to 5s Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
systemd add new udev rule to prevent media eject, this commit will disabled the udev rules before cdrom test to avoid test failed; Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
New test to mirroring block device to nfs server/iscsi disk Signed-off-by: NXu Tian <xutian@redhat.com>
-
- 20 9月, 2013 3 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lukáš Doktor 提交于
This tests the disk hotplug/unplug functionality. 1) prepares multiple disks to be hotplugged 2) hotplugs them 3) verifies that they are in qtree/guest system/... 4) unplugs them 5) verifies they are not in qtree/guest system/... 6) repeats $repeat_times *) During the whole test stress_cmd might be executed Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 19 9月, 2013 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
There might be an occasion where we get the following error: TypeError: unsupported operand type(s) for +: 'MonitorProtocolError' and 'str' So let's try to convert the exception class to a string first. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 18 9月, 2013 1 次提交
-
-
由 Yiqiao Pu 提交于
As the parameter name is changed in qemu_storage.py. Update the cfg file to fit it. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
- 17 9月, 2013 4 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Turns out RHEL5 qemu does not support the 'info qtree' command, therefore an attempt to parse the output of this command will fail. So skip that particular check when running on this particular qemu version. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lukáš Doktor 提交于
Use the unified configs (scsiid=>unit, lun=>port) and store the images in the usual location. The location '/tmp/%s' was used before because python was unable to execute that long command and this prefix shorten it significantly. Now autotest supports the way to deal with long commands so we can finally store the images in the right location. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Some cases create many disks, which takes a long time, where most time consumes the handling around cmd execution. This patch parallelize the image processing in case we deal with over 20 disks. It spawns $no_cpus * 2 threads (or less in case it would be inefficient). The performance improvement was significant (30=>12s on 4CPU system). Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 14 9月, 2013 1 次提交
-
-
由 Laszlo Ersek 提交于
Before upstream qemu commit commit 56c4bfb3f07f3107894c00281276aea4f5e8834d Author: Laszlo Ersek <lersek@redhat.com> Date: Tue Aug 6 12:37:11 2013 +0200 dump: rebase from host-private RAMBlock offsets to guest-physical addresses the dump-guest-memory QMP command used to write incorrect vmcores for x86_64 guests with more than 3.5GB RAM. Add a testcase that creates a 4GB guest, dumps its core, copies it into the guest, and analyzes it there with the "crash" utility. Related RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=981582 Related RHBZ: https://bugzilla.redhat.com/show_bug.cgi?id=990118Suggested-by: NAdemar de Souza Reis Jr. <areis@redhat.com> Signed-off-by: NLaszlo Ersek <lersek@redhat.com>
-
- 13 9月, 2013 1 次提交
-
-
由 Xu Tian 提交于
We need step reboot guest after hotplug/unplug pci device to verify guest not crash or hang when reboot; Signed-off-by: NXu Tian <xutian@redhat.com>
-
- 12 9月, 2013 1 次提交
-
-
由 Yunping Zheng 提交于
Make some modification Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
- 11 9月, 2013 3 次提交
-
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
We have update vm.pci_assignable.request_devs() function call. Now we need create device dict and use it in request_devs(). We need set device["type"], device['mac'] (for vf), device["name"] (optional) Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
We have update vm.pci_assignable.request_devs() function call. Now we need create device dict and use it in request_devs(). We need set device["type"], device['mac'] (for vf), device["name"] (optional) Signed-off-by: NFeng Yang <fyang@redhat.com>
-
- 10 9月, 2013 5 次提交
-
-
由 Yiqiao Pu 提交于
Run CrystalDiskMark in guest during s3 and s4. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yiqiao Pu 提交于
Add cmd /c to let the cmd session wait util the autoit scripts finished. Otherwise it will return immediately after the autoit scripts start. Also correct the script name. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Fix some extra problems with docstrings in the code tree. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Make virt-test to have a docstring style mostly compliant with the sphinx's [1] format, reStructured text. This means that we have to trade all '@' tags to be ':', mostly. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 09 9月, 2013 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
With the help of the PEP8 script, a semi-automated clean of the code base was made, and effectively changing some of the coding style rules of our code base: * No more 2 lines spacing among functions * No more combined module imports In the end, it was going to be too difficult to take into consideration E501 (line length > 80) errors and W601 (.has_key() is deprecated), so these were ignored, at least for now. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Using the program codespell https://github.com/lucasdemarchi/codespell We found a number of spelling mistakes, that could be found and fixed. The result of the automated script was double checked, of course. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 06 9月, 2013 1 次提交
-
-
由 Xu Tian 提交于
fix not all disk listed issue, get cdrom drive letter with utils_misc.get_winutils_vol(); Signed-off-by: NXu Tian <xutian@redhat.com>
-
- 05 9月, 2013 2 次提交
-
-
由 Yunping Zheng 提交于
As an active NetworkManager may give us problems during testing, stop the daemon before bonding. add a random wait time before and after set_link. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-