- 22 10月, 2012 2 次提交
-
-
由 Lukáš Doktor 提交于
Make the loopback test fail when the background loopback thread fails. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This patch changes the GuestWorker to run on windows and adjusts virtio_console test also to support windows testing. Currently supported tests are: * open * multiopen * close * max_serials_and_conosles (windows won't initialize consoles. I need to check it with the developer if this is a bug or feature) * rw_host_offline (fails, need to check with developer the expected results) * basic_loopback (fails, data are corrupted) * loopback (fails, data are corrupted) * migrate (fails, data are corrupted) * hotplug (fails, windows won't initialize consoles properly) * shutdown Beware on my laptop in 50% the ports were not initialized properly, VM reboot usually helped (not always). You might use "Winobj" program to list \\Device\vport* ports or \\.\$port_name devices/symlinks. I checked the data corruption and it happends (winXP->Fedora18) pretty regularly even with Amit's C++ testing script. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
- 11 10月, 2012 1 次提交
-
-
由 Jiří Župka 提交于
Pylint correction makes migration_multi_host_fd test dysfunctional. Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
- 09 10月, 2012 1 次提交
-
-
由 Vimal Patel 提交于
Signed-off-by: NVimal Patel <vipatel@redhat.com>
-
- 08 10月, 2012 2 次提交
-
-
由 Jiří Župka 提交于
This patch groups multihost test into one group to which is added machine types variant of test. Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Jiří Župka 提交于
Before testing multihost.srv prints list of test which will be tested. Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
- 03 10月, 2012 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
During the automated pylint checks, I've noticed that we were getting an error report from pylint: ************* Module client.tests.virt.kvm.tests.time_manage E0602:104:run_time_manage: Undefined variable 'format' As a matter of fact, this builtin was introduced with python 2.6, therefore it's illegal in py 2.4. Let's fix it to use an equivalent, py 2.4 legal statement. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
With commit e0251772, that makes serial ports configurable, isa_serials is a mandatory configuration key for a vm, and that was making our unittest vms to fail, since they use those tests use their own unittests.cfg. Fix this and get the ability to run the unittests back. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 02 10月, 2012 1 次提交
-
-
由 Vimal Patel 提交于
Adding restart spice-vdagent tests, tests for bmp, large text (10MB), which won't work for RHEL 6.3, and adding testing for a small, medium, and large png images. Signed-off-by: NVimal Patel <vipatel@redhat.com>
-
- 26 9月, 2012 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
-
- 21 9月, 2012 1 次提交
-
-
由 Jiří Župka 提交于
Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
- 20 9月, 2012 1 次提交
-
-
由 Amos Kong 提交于
Currently we reboot with default login_timeout in migration testing, case might fail to login. This patch passes user assigned login_timeout for vm.reboot() Signed-off-by: NAmos Kong <akong@redhat.com>
-
- 19 9月, 2012 2 次提交
-
-
由 Lukáš Doktor 提交于
Fixes the incorrect function prefix in migrate virtio_console test. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Qingtang Zhou 提交于
The qemu guest agent supports both virtio serial and isa serial, but the original guest agent test only test it with virtio serial. This patch add the missing part of isa serial testing. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
- 13 9月, 2012 1 次提交
-
-
由 Vimal Patel 提交于
Adding all the Copy & Paste Scenarios (14 tests), adding the disable-copy-paste variant, and modifying the other tests to be able to handle the new variant. Signed-off-by: NVimal Patel <vipatel@redhat.com>
-
- 08 9月, 2012 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
When testing outside the autotest tree, we had failures executing the get_started scripts. Fix this by leveraging the AUTOTEST_PATH environment dir. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Previous to the virt test unification, we used to build and link the virt software binaries under client/tests/[virt-test-name]/ Now, we need to make it all go to client/tests/virt/[vm-type] So they are self contained and don't mess with each other. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 07 9月, 2012 7 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-