- 25 1月, 2013 7 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
This is a solution for issue #176. If you did type a test name that is not available for the guest type you want the test to run, explain carefully to the user that he/she needs to double check the input, explaining some common mistakes. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
This is a solution for issue #175. With the recent switch kvm-> qemu, it's natural that people mistake those for a while. We haven't been handling that case well. So let's establish valid test types and, if the user chooses an invalid one, give him/her an understandable error message. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 Amos Kong 提交于
Iometer is an I/O subsystem measurement and characterization tool for single and clustered systems. We use it to test block I/O performance of virtual machine. Need to add some util files to winutils.iso/Iometer: http://kongove.fedorapeople.org/autotest/Iometer.tar.gz This patch just added the testcase, I will change this case to generate RHS format result, then we can use regression.py to compare the results. Signed-off-by: NAmos Kong <akong@redhat.com>
-
- 24 1月, 2013 1 次提交
-
-
由 Feng Yang 提交于
We have rename autotest.py to autotest_control. So update sub_type to autotest_control Signed-off-by: NFeng Yang <fyang@redhat.com>
-
- 22 1月, 2013 8 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
RHEL 5 doesn't use seabios, so we can't use its log compulsorily, so we need to handle the IndexError that is thrown in that case. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
- 20 1月, 2013 2 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Disable user's pylint configuration. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
It was pointed out that this prevents the devices from coming up and NetworkManager can't assign addresses. CC: Cleber Rosa <cleber@redhat.com> CC: Feng Yang <fyang@redhat.com> Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 19 1月, 2013 5 次提交
-
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Jiří Župka 提交于
1) Syncs hosts time via timesync command. 2) After first boot of vms test check time on vms if time difference from host is greater than time_diff_limit it writes warning to log. 3) Migrates machine between hosts and compares time differences on hosts and guests after migration. - If difference is greater than time_diff_limit raise error. Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
- 17 1月, 2013 8 次提交
-
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 Chris Evich 提交于
* Also fixed up some spacing Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 liyang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 Satheesh Rajendran 提交于
Hi, This patch tries to solve the following github issue, to add other image types too and invalid image type will lead to fall back of 'raw' type https://github.com/autotest/virt-test/issues/169 Please comment. Signed-off-by: NSatheesh Rajendran <sathnaga@linux.vnet.ibm.com>
-
- 16 1月, 2013 2 次提交
-
-
由 Chris Evich 提交于
* Fixed incorrect order of parameters in __init__ * Removed extranious VMXML(virsh) call * Utilized staticmethod of VMXML class Signed-off-by: NChris Evich <cevich@redhat.com>
-
由 liyang 提交于
Let's move high-level functionality into vm class and away from virsh module. This allows virsh module return value to be more supportive of error testing and allow test code to examine result more closely. Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu,com>
-
- 15 1月, 2013 7 次提交
-
-
由 Amos Kong 提交于
@ client/tests/virt/ $ ./run -c qemu/cfg/tests.cfg IOError: [Errno 20] Not a directory: '/home/devel/ autotest/client/tests/virt/cfg/cfg/virtio-win.cfg' The processed type name is 'cfg', it should be 'qemu' I tried to execute run without 'type' parameter, and got an error of wrong path of cfg file. This patches fixed this problem. 'options.type' is also used in other part, so assign the processed type name to it. v2: fix a wrong assignment Signed-off-by: NAmos Kong <akong@redhat.com>
-
由 Qingtang Zhou 提交于
Fedora test release means the next major release of Fedora. Now the test release is Fedora-18 Beta. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
rhel-server-5.9-i386-dvd.iso e47da2a9b05a97cea5663a30642ecdd4 rhel-server-5.9-x86_64-dvd.iso 83e601da2282073aef3fcbd03b50802f Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Li Yang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
由 Li Yang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-