- 15 1月, 2013 4 次提交
-
-
由 Li Yang 提交于
Signed-off-by: NLi Yang <liyang.fnst@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>
-
由 Li Yang 提交于
Signed-off-by: NLi Yang <liyang.fnst@cn.fujitsu.com>
-
- 14 1月, 2013 13 次提交
-
-
由 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>
-
由 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>
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Yu Mingfei 提交于
Since libguestfs has a serial of commands. Support libguestfs test will be helpful. Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-
由 Qingtang Zhou 提交于
This patch adds a function in vm.verify_alive method, to check if the image is bootable. If image can't bootup, autotest will raise an ImageUnbootableError exception. There are 2 parameters for this function: * image_verify_bootable: Turn on/off this checking function. * image_unbootable_pattern: Pattern for bootable checking. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Lukáš Doktor 提交于
This patch adds common variables into good-names pylint list. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Jiří Župka 提交于
Qemu 1.3.50 changes cpu command line from -cpu ?cpuid,?dump,?models to one command -cpu ?. -cpu ? command show joined information only -cpu ?cpuid and -cpu ?models command. And developers don't want add this functionality again because nobody use -cpu ?dump any more. libvirt use file cpu_map.xml where should be all information about cpu flags. And by this reason cpuflag test have to add this file too. Moreover, it should help with check of qemu cpu flags stability. Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
- 12 1月, 2013 1 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
-
- 11 1月, 2013 9 次提交
-
-
由 Chris Evich 提交于
* Added a verifyable default value for remote_ip/local_ip parameters * Wraped two long lines * Added a FIXME to catch-all 'except' statement * Print out debugging info when there's a problem * Add check for older libvirt version on command error 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>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Add the ability to set the disk size in the virt disk utility. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Similarly to our cdrom creation code, we can replace using loop devices for the mtools, that are pretty much ubiquitous on linux distros. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Add an asset file for the public virtio windows drivers ISO. This will come handy for people that want to install and test their windows guests using the drivers. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Some assets may not have a url with SHA1sum of its files. Let's just not check the SHA1sum then. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 10 1月, 2013 13 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
So we only have to evaluate those once, reducing the time to evaluate values by caching. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
I couldn't figure out how to automagically strip test names in all occasions, but now we have a way: find where is the guest name, and strip all the full name until the guest name. This technique is simple, effective and performing (current guest name dict size is about 96 elements in size), so let's go with it. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
So that we don't fall into the traps of 'shortnames', that is, parts of the names that are not printed. For example: Win7.64 is in fact Win7.64.sp0, so if one puts only Win7.64 in the command line, we'll execute both Win7.64.sp0 and Win7.64.sp1. Printing a part of the full name avoids that. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Due to the new parsing of all options, we had a problem on --list-tests that listed a huge amount of tests. That's because we no longer have all only filters in place that we used to have in tests.cfg. Therefore, we must apply all cartesian parsing after the test list is priinted. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
We did miss the fact that a bunch of our new command line flags were breaking -c usage, given that those new flags parsed "only" filters to the existing cartesian configurations. So reorganize the general options parsing, and carefully review which options can go with -c and which ones will be ignored, documenting this on --help output. This also resolves one of the requests from Igor Mammedov, of not compulsorily setting --qemu-bin when using custom config files. So if -c is provided and no --qemu-bin was provided in the command line, no attempt to set it will be made. Of course, that was also explained in the --help output. CC: Igor Mammedov <imammedo@redhat.com> Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
With commit bd50d1d9, we changed the behavior of the API utils_net.get_ip_address_by_interface, so that it throws an exception if we could not get the interface. This broke unattended_install when using userspace nw, so let's fix it by handling the exception and assigning None to the auto_ip in case the call fail, reproducing the original (pre bd50d1d9) behavior. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Add a bunch of config helpers for both Linux and Windows guests, and put README files to help people with the task of setting a new guest. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
This is the result of splitting guest-os.cfg. Now it is possible to define new guests by dropping files to appropriate locations inside this dir structure. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
In order to simplify adding new guest os files, split it and arrange it in a directory structure, very much like it was done with subtests.cfg. This way it is possible to define a new guest os dropping a snippet as simple as: - guest.name: image_name = images/guest-name Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Make it possible to configure both image type, nic type and disk bus. Valid options would be valid image types and nic types for qemu. Disk buses have a more restricted option set, properly explained in the help text. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Add a --smp option to the run command line, that will allow people to configure the number of virtual CPUs of the qemu based vm. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Setting the qemu binaries is not necessary anymore, and some other options are going to be removed in order to make them configurable. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-