- 22 10月, 2012 9 次提交
-
-
由 Lukáš Doktor 提交于
Fail virtio_console subtest when background threads fails. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Make the loopback test fail when the background loopback thread fails. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Supported tests: * open * multi_open * close * rw_host_offline * basic_loopback * migration * poweroff * hotplug * rw_notconnect_guest * max_ports Note that current drivers often fails port initialization, corrupt data and doesn't work as they should. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Notify user that he have to install python and pywin32 on his tested machine. 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>
-
由 Lukáš Doktor 提交于
This patch adds windows support for sending/receiving data from/to guest. It also adds send_loop support for guest sender thread. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This patch enables virtio_console_guest.py to initiate loopback under windows. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This patch enables virtio_console_guest.py script to run on Windows. It's a first very limited version. VirtioGuest class now contains all functions, which might be used in virtio_console tests and should be implemented. The Posix version is the original Linux version with minor bugfixes. The Nt version is simplified version which currently doesn't support port reconnection (migration) and implements only "open" and "close" features. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
- 19 10月, 2012 6 次提交
-
-
由 Yu Mingfei 提交于
Signed-off-by: Yu Mingfei<yumingfei@cn.fujitsu.com>
-
由 Yu Mingfei 提交于
Signed-off-by: Yu Mingfei<yumingfei@cn.fujitsu.com>
-
由 Yu Mingfei 提交于
Signed-off-by: Yu Mingfei<yumingfei@cn.fujitsu.com>
-
由 Yu Mingfei 提交于
Signed-off-by: Yu Mingfei<yumingfei@cn.fujitsu.com>
-
由 Lucas Meneghel Rodrigues 提交于
It took us a while to notice that the source for good images was incorrect in the backup code: 10/19 08:07:59 DEBUG| storage:0185| Copying /tmp/kvm_autotest_root/images/win7-64-sp1.qcow2.backup -> /tmp/kvm_autotest_root/images_archive/win7-64-sp1.qcow2.good.XWUf 10/19 08:07:59 INFO | storage:0189| No source file /tmp/kvm_autotest_root/images/win7-64-sp1.qcow2.backup, skipping copy... Let's fix that. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Satheesh Rajendran 提交于
Test the command virsh nodecpustats (1) Call the virsh nodecpustats command for all cpu host cpus separately (2) Get the output (3) Check the against /proc/stat output(o) for respective cpu user: o[0] + o[1] system: o[2] + o[5] + o[6] idle: o[3] iowait: o[4] (4) Call the virsh nodecpustats command with an unexpected option (5) Call the virsh nodecpustats command with libvirtd service stop Signed-off-by: NSatheesh Rajendran <sathnaga@linux.vnet.ibm.com>
-
- 18 10月, 2012 3 次提交
-
-
由 Satheesh Rajendran 提交于
Signed-off-by: NSatheesh Rajendran <sathnaga@linux.vnet.ibm.com>
-
由 Satheesh Rajendran 提交于
Signed-off-by: NSatheesh Rajendran <sathnaga@linux.vnet.ibm.com>
-
由 Yu Mingfei 提交于
connect_uri is used for canonical_uri(),but it will not be changed even remote test. While the connect_uri for remote test should be target_uri. Signed-off-by: Yu Mingfei<yumingfei@cn.fujitsu.com>
-
- 17 10月, 2012 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
The tools subdirectory will include useful scripts for users of the virt tests. The first app is the koji/brew pkg spec tool, that allows people to list information about a koji or brew build. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 11 10月, 2012 2 次提交
-
-
由 Jiří Župka 提交于
Pylint correction makes migration_multi_host_fd test dysfunctional. Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
The test iterates through pkt_sizes even we're not on windows, so move its definition up. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 10 10月, 2012 1 次提交
-
-
由 Satheesh Rajendran 提交于
I found later that the problem I was referring in the below issue relates only to the virsh vcpupin testcase since it uses qemu_monitor_command function. After the introduction of virsh class, there is a function named 'command' got introduced, which was getting conflict with the command variable and below patch solves the issue. https://github.com/autotest/autotest/issues/555 Excerpt of error log: ---- 17:52:44 DEBUG| Destroying VM 17:52:44 WARNI| Requested MAC address release from persistent vm vm1. Ignoring. 17:52:44 ERROR| FAIL -> TypeError: 'str' object is not callable FAIL (3.42 s) ---- Sorry for the confusion if any caused. Signed-off-by: NSatheesh Rajendran <sathnaga@linux.vnet.ibm.com>
-
- 09 10月, 2012 6 次提交
-
-
由 Vimal Patel 提交于
Adding a test to verify a remote-viewer connection with the full screen option the guest takes the resolution of the client, and it also supports the negative test if connected w/o the full screen option the resolution of the guest will not take on the resolution of the client. Signed-off-by: NVimal Patel <vipatel@redhat.com>
-
由 Vimal Patel 提交于
The purpose of the test is to setup the VMs for the full screen tests, change the resolution of the guest VM so the VMs have different resolutions, and start spice-vdagentd prior to remote-viewer connection. Signed-off-by: NVimal Patel <vipatel@redhat.com>
-
由 Vimal Patel 提交于
Signed-off-by: NVimal Patel <vipatel@redhat.com>
-
由 Vimal Patel 提交于
Defining fullscreen_setup & fullscreen tests, and add a full_screen parameter to the rv_connect test. Signed-off-by: NVimal Patel <vipatel@redhat.com>
-
由 Vimal Patel 提交于
Signed-off-by: NVimal Patel <vipatel@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 08 10月, 2012 4 次提交
-
-
由 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 提交于
Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Jiří Župka 提交于
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>
-
- 05 10月, 2012 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
From time to time[1], we see cases where, after a successful guest install, a lot of tests will fail because we can't get a connection to the unix socket tied to the monitor. So, let's at least print what the exception was, so we have a better idea of what's going on. [1] Rarely, actually. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 03 10月, 2012 6 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
During pylint checking under 2.4, we've found: ************* Module ksm_overcommit_guest E1102:222:die: exit is not callable Let's fix it by making the script call sys.exit(0) instead. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Found with automated pylint checks on py 2.4: ************* Module client.tests.virt.virttest.aexpect E1102:183: exit is not callable Turns out that indeed in that scope we needed sys.exit(0) rather than exit(0). Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 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>
-
由 Jiří Župka 提交于
There was problem with qemu parameter -S. Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
- 02 10月, 2012 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
As part of the work to resolve the issue: https://github.com/autotest/autotest/issues/555 I've started to write unittests for the Env class, and those unittests started to show some small problems on that class. So, create a new set of unittests for Env, and modify it in the following ways: 1) Env._filename will always get set, to avoid an Env object instantiated with no filename passed to the constructor can be saved if no filename was passed to the save() method; 2) All set/get operations will now be performed in Env.data, for safety 3) The get_all_vms method was depending on a not quite correct is_vm() function, that was checking the name of the class of the object, while the proper way to do it would be calling isinstance, instead since we guarantee all vm keys will start with vm__, use that instead, creating a more correct and more testable method. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-