- 08 11月, 2013 7 次提交
-
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
check guest clock drift less that $acceptable_offset after online/offline hotpluged vcpus; Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
- 07 11月, 2013 1 次提交
-
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
- 26 10月, 2013 6 次提交
-
-
由 Chris Evich 提交于
Instead of hard-coding the 'default' config (which may not be the same for everyone) look up the test-defined test-network and search down the nic from that. N/B: The portroup test may Fail due to external interference, test environment must be tightly controlled for this one test. Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Dongsheng Yang 提交于
Signed-off-by: NDongsheng Yang <yangds.fnst@cn.fujitsu.com>
-
由 Dongsheng Yang 提交于
*Add undefine method to remove network. *Add define method to define network from self.xml. *Add start method to start network. *Add sync method to call undefine and define. Signed-off-by: NDongsheng Yang <yangds.fnst@cn.fujitsu.com>
-
由 Dongsheng Yang 提交于
Signed-off-by: NDongsheng Yang <yangds.fnst@cn.fujitsu.com>
-
由 Dongsheng Yang 提交于
Add slot for 'portgroup', 'bandwidth_inbound', 'bandwidth_outbound' Signed-off-by: NDongsheng Yang <yangds.fnst@cn.fujitsu.com>
-
由 Chris Evich 提交于
libvirt.tests: Add migration test for virsh_migrate_stress.
-
- 25 10月, 2013 6 次提交
-
-
由 Xiaoqing Wei 提交于
As Ubuntu would make grub stop OS selection screen when it encountering power loss, thus case after system_reset_bootable would be blocked, adding a workaround, OS older then 12.04 are not cared. Signed-off-by: NXiaoqing Wei <xwei@redhat.com>
-
由 Xiaoqing Wei 提交于
WinXP/2003 dont support MSI, so this case is expected to fail Signed-off-by: NXiaoqing Wei <xwei@redhat.com>
-
由 Dongsheng Yang 提交于
Signed-off-by: NDongsheng Yang <yangds.fnst@cn.fujitsu.com>
-
由 Dongsheng Yang 提交于
Signed-off-by: NDongsheng Yang <yangds.fnst@cn.fujitsu.com>
-
由 Dongsheng Yang 提交于
Signed-off-by: NDongsheng Yang <yangds.fnst@cn.fujitsu.com>
-
由 Chris Evich 提交于
virt-libvirt: Fix typo in virsh schedinfo(qemu) test
-
- 24 10月, 2013 2 次提交
-
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 John Ferlan 提交于
Following lead of similar tests that use the EXAMPLE.COM checking, use TestNAError rather than TestError to result in SKIP instead of ERROR for test Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
-
- 23 10月, 2013 1 次提交
-
-
由 Li Yang 提交于
os.path.join("/cgroup/cpu", "/libvirt/qemu", "vm1") will return "/libvirt/qemu/vm1", not "/cgroup/cpu/libvirt/qemu/vm1", so I modify 'libvirt_cgroup_path' default value from "/libvirt/qemu" to "libvirt/qemu" Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
- 22 10月, 2013 14 次提交
-
-
由 Satheesh Rajendran 提交于
Signed-off-by: NSatheesh Rajendran <sathnaga@linux.vnet.ibm.com>
-
由 Mike Qiu 提交于
There are four actions in the case, host to guest, guest to host and repeat in another thread, for action, the time out is 1000, but the whole case's timeout value also 1000, which is unreasonable and cause failure sometimes. This patch is to solve this bug. Signed-off-by: NMike Qiu <qiudayu@linux.vnet.ibm.com>
-
由 Mike Qiu 提交于
The default scsi hba is lsi53c895a, but in ppc64, it is spapr-vscsi. This patch to enable spapr-vscsi in ppc64 platform. Signed-off-by: NMike Qiu <qiudayu@linux.vnet.ibm.com>
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Yu Mingfei 提交于
* Target_dev should be same as lvm pool's name. * Replace test.tmpdir to data_dir to avoid too long path error. * Add logic volume checking for creating lvm pool. * Print more debug info for test. 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>
-
由 Lucas Meneghel Rodrigues 提交于
From time to time, people are forgetting the little PEP8 details, and we have to fix them. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 John Ferlan 提交于
Existing code didn't check for 'in shutdown' condition which led to odd timing issues in various tests where is_dead() was returning true during the "Trying to shutdown VM with shell command" path followed by code attempting a startup which would fail because you cannot start an already started guest. Rather than add 'in shutdown' to the list of things to check - I flipped the check to look for dead states and return true (per the comments). I also note that 'no state' was returning False previously which could have caused false positives. Since the list of checked states could grow over time, I added a check for all currently known states and just print a message if a state is not known. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Xu Tian 提交于
since qemu_iotests merged into tests/qemu_iotests, add param qemu_iotests_dir to set iotests root dir; And updated default git repo to qemu-kvm new repo; Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Eduardo Otubo 提交于
This commit sets the Qemu sandboxing to 'on' by default. It allows the user to run all tests using this feature to catch missing system calls and providing more feedback to the general security of Qemu. Signed-off-by: NEduardo Otubo <otubo@linux.vnet.ibm.com>
-
由 Feng Yang 提交于
Not first index is 0, so update bootindex to 0, if we want to boot from it firstly. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
In older code we did not update params for vm before creating it. So old VM is reused. So we will meet following error: 15:42:02 ERROR| Exception escaping from test: Traceback (most recent call last): File "/usr/code/autotest/client/shared/test.py", line 426, in _exec _call_test_function(self.execute, *p_args, **p_dargs) File "/usr/code/autotest/client/shared/test.py", line 853, in _call_test_function raise error.UnhandledTestFail(e) UnhandledTestFail: Unhandled VMImageMissingError: CD image file not found: '/tmp/test.iso' [context: (run_boot_from_device) --> creating 'virt-tests-vm1'] Traceback (most recent call last): File "/usr/code/autotest/client/shared/test.py", line 846, in _call_test_function return func(*args, **dargs) File "/usr/code/autotest/client/shared/test.py", line 299, in execute postprocess_profiled_run, args, dargs) File "/usr/code/autotest/client/shared/test.py", line 216, in _call_run_once *args, **dargs) File "/usr/code/autotest/client/shared/test.py", line 322, in run_once_profiling self.run_once(*args, **dargs) File "/usr/code/autotest/client/tests/virt/virt.py", line 139, in run_once run_func(self, params, env) File "/usr/code/autotest/client/shared/error.py", line 138, in new_fn return fn(*args, **kwargs) File "/usr/code/autotest/client/tests/virt/qemu/tests/boot_from_device.py", line 112, in run_boot_from_device vm.create() File "/usr/code/autotest/client/shared/error.py", line 138, in new_fn return fn(*args, **kwargs) File "/usr/code/autotest/client/tests/virt/virttest/qemu_vm.py", line 1769, in create raise virt_vm.VMImageMissingError(iso) VMImageMissingError: CD image file not found: '/tmp/test.iso' This patch could fix this. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Yu Mingfei 提交于
* Use common parameters for remote info and vm info. * Use specific parameters for stress tool. * Fix pylint complaints for stress migration module. * Fix pep8 errors. Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
- 21 10月, 2013 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
It makes up for a quicker default run, good for presentation purposes. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 18 10月, 2013 2 次提交
-
-
由 Chris Evich 提交于
* Update try...except...finally.. syntax to old-style. * Conformed parameter keys to match rest of test * Fix logging parameter format bug Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 Chris Evich 提交于
Signed-off-by: NChris Evich <cevich@redhat.com>
-