- 16 10月, 2013 9 次提交
-
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Yang Feng 提交于
virt.tests: autotest.cpuflags test fix
-
由 Xu Tian 提交于
Add control file to shared.control and update compress command to compress virt dir to source tarball because autotest.cpuflags test requried it; Update compress result command to ignore core dump and crash file to avoid compress or scp failed; Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Yunping Zheng 提交于
Make file transfer support tcp, udp or both. Add netperf_udp burst test ignore errors when deleting the test file on host and guest. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Yunping Zheng 提交于
This patch add some tests for multi queues. Signed-off-by: NYunping Zheng <yunzheng@redhat.com> Conflicts: tests/enable_mq.py
-
由 Yunping Zheng 提交于
Support a nic with msix vertors Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Yunping Zheng 提交于
Signed-off-by: NYunping Zheng <yunzheng@redhat.com> Conflicts: virttest/qemu_vm.py
-
由 Yunping Zheng 提交于
This patch make autotest support multiqueue Macvtap Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Eduardo Otubo 提交于
Adding new command line argument to "./run" script: "-s,--qemu_sandbox". It enables the Qemu command line argument "-sandbox on", running all tests with the system call filter turned on. Signed-off-by: NEduardo Otubo <otubo@linux.vnet.ibm.com>
-
- 14 10月, 2013 5 次提交
-
-
由 Li Yang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Yu Mingfei 提交于
* Move test module to tests/src/virsh_cmd/interface * Remove useless blackslashes. Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Alex Jia 提交于
Signed-off-by: NAlex Jia <ajia@redhat.com>
-
由 Alex Jia 提交于
Signed-off-by: NAlex Jia <ajia@redhat.com>
-
- 12 10月, 2013 2 次提交
-
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Pavel Hrdina 提交于
This rename is useful for testers who wants to run only virsh tests and don't wan't to write list of all available tests. Now to run all virsh tests just execute './run -t libvirt --tests=virsh'. Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
-
- 11 10月, 2013 6 次提交
-
-
由 Xiaoqing Wei 提交于
so even there's new release we dont have to modify the cfg and watchdog device is supported on all Linux distro Signed-off-by: NXiaoqing Wei <xwei@redhat.com>
-
由 Feng Yang 提交于
This case check whether irqbalance service works in guest with vf/pf. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Li Yang 提交于
When I execute libguestfs tests, "libvirt/env" will be updated/created, there is no env file created in "libguestfs/".So do this modification to make env file can be created/updated in "libguestfs/" and other test directory. Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
The samples directory is supposed to contain example tests that one can use as a test skeleton, so they can get started by simply typing cp samples/template.py tests/new_test.py And start editing their new test. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
-
- 10 10月, 2013 6 次提交
-
-
由 Kyla Zhang 提交于
-
由 Kyla Zhang 提交于
Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
由 Swapna Krishnan 提交于
Signed-off-by: NSwapna Krishnan <skrishna@redhat.com>
-
由 Jiří Župka 提交于
makes load_module test working again Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Yunping Zheng 提交于
In autotest python get the fd by os.open("dev/net/tun"), then using getfd pass the fd to the qemu process. some times the fd number qemu get is not same as parent's fd. will call nic hotplug error, this patch fix this issue. Signed-off-by: NYunping Zheng <yunzheng@redhat.com> Conflicts: virttest/qemu_vm.py
-
由 Lucas Meneghel Rodrigues 提交于
Turns out this change was not necessary and was causing quite a bit of confusion on other test developers. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 09 10月, 2013 12 次提交
-
-
由 Rudá Moura 提交于
-
由 Martin Kletzander 提交于
Sometimes the virsh_domjobabort test failed with: error: Requested operation is not valid: no job is active on the domain because the job finished earlier than the 'domjobabort' command was issued. This patch makes all the relevant jobs go out to a named pipe which doesn't read the whole domain in order to stop the job until the abort request. Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
-
由 Yunping Zheng 提交于
This patch modify the method of et netperf, make the script support UDP_RR test, also modify the temporary dir. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Yunping Zheng 提交于
Get netperf src package from web; Make the script compatible with netperf 2.6.0; Modify the method of get winutils vol; Modify the method of start netserver in windows guest Using wait_for to wait until all net perf clients start to work; Reorganize the configure file. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Yunping Zheng 提交于
This patch make the systemtap_tracing test more robust. Signed-off-by: NYunping Zheng <yunzheng@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
If the command rpm --version fails, it means this command is not present there. Fix the test that checks this condition. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Pavel Hrdina 提交于
On newer libvirt there is a fix for a bug, that xml file is updated before guest is resumed. The correct way is that the xml file is updated after the guest is resumed. Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
-
由 Pavel Hrdina 提交于
Executing the 'rpm -qa | grep redhat-release' on non RHEL system or non RPM system will cause the tests to fail. Adding few more conditions resolves this issue. Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
-
由 Pavel Hrdina 提交于
It's obvious that if you are running the attach/detach config test that you will not see the change in the xml returned by dumpxml of a live guest. This patch also fixes whitespace issues and typo in error message. Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
-
由 Pavel Hrdina 提交于
We have to attach two disks for the detach_twice test in order to run the test. Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
-
由 Pavel Hrdina 提交于
To reduce restart count and time needed to do it I've just move this code after disks preparation. For disk preparation you need to have the guest offline and it would be pointless to start the guest, modprobe the acpiphp and than shutdonw the guest again to attach/detach required disks. Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
-
由 Pavel Hrdina 提交于
We want to attach the disk with --config parameter, because we have to be sure, that the disk will be attached using all versions of libvirt. But to use this parameter we have to at first shutdown the guest because this chagne will affect next boot of the guest. Signed-off-by: NPavel Hrdina <phrdina@redhat.com>
-