- 18 10月, 2013 14 次提交
-
-
由 Alex Jia 提交于
Signed-off-by: NAlex Jia <ajia@redhat.com>
-
由 Alex Jia 提交于
Signed-off-by: NAlex Jia <ajia@redhat.com>
-
由 Alex Jia 提交于
Signed-off-by: NAlex Jia <ajia@redhat.com>
-
由 Alex Jia 提交于
Signed-off-by: NAlex Jia <ajia@redhat.com>
-
由 Alex Jia 提交于
Signed-off-by: NAlex Jia <ajia@redhat.com>
-
由 Alex Jia 提交于
cpulist is a list of physical CPU numbers. Its syntax is a comma separated list and a special markup using '-' and '^' (ex. '0-4', '0-3,^2') can also be allowed. The '-' denotes the range and the '^' denotes exclusive. The expression is sequentially evaluated, so "0-15,^8" is identical to "9-14,0-7,15" but not identical to "^8,0-15". Signed-off-by: NAlex Jia <ajia@redhat.com>
-
由 Alex Jia 提交于
Signed-off-by: NAlex Jia <ajia@redhat.com>
-
由 Alex Jia 提交于
Signed-off-by: NAlex Jia <ajia@redhat.com>
-
由 Tom Zhou 提交于
Signed-off-by: NTom Zhou <zhouqt@gmail.com>
-
由 Tom Zhou 提交于
Some particular Linux distrio, such as debian, uses a shell program called dash. Unfortunately, the dash program can't work with "dash -c source foobar" command. Hence let's use '/bin/bash' explicitly, instead of the ambiguous '/bin/sh' symbol link. Signed-off-by: NTom Zhou <zhouqt@gmail.com>
-
由 Tom Zhou 提交于
This type of installation is commonly used, remove the '@' before it. Also update the comment for it. Signed-off-by: NTom Zhou <zhouqt@gmail.com>
-
由 yangdongsheng 提交于
virt-libvirt: Add floppy test for virsh change-media
-
由 Li Yang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 Li Yang 提交于
When a guest is running, insert/update a file without source path with "--config", then shutdown/destroy guest, at this time, the guest cannot be started. Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
- 16 10月, 2013 12 次提交
-
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 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 1 次提交
-
-
由 Kyla Zhang 提交于
-