- 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 30 次提交
-
-
由 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>
-
由 Lucas Meneghel Rodrigues 提交于
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Change methods in run_stepmaker to make it look like a recent virt test. Also, cleanup an unneeded import. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
1) If a step file was deleted by mistake, git will catch it. 2) It'll make it easier for people running stepmaker tests. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Also, put an additional constraint in that function, which is to only shorten names when using JeOS. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Since we plan on auto generating guest-os.cfg, let's parse the file in the test dir rather than the shared resource. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
In order to automate more the creation of a new step file, create one based on the image name params rather than failing the test. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
In order for the --list-guests options to be useful, check whether the appropriate qcow2 images are available, and if not, tell the user that the given image is missing. By default, after bootstrap only the JeOS should be available, all other guest images should be missing. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Make it possible to select which guest OS to select for the given test run. Besides from JeOS, other guest OS require that the user download the pre-installed images. Some additional patches add the ability to display which images had already been downloaded. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Although we want JeOS to be as flexible and useful for people as possible, it may not be the best option for all people. Therefore, make it possible for people to choose which guest OS they want to use with the tests. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Our config file has been carrying out a bunch of guest OS that are way too old, and nobody has been using them. Let's purge those, and when we get to a point where the step engine is more widely used, we can add new legac guests. 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>
-
由 Jiří Župka 提交于
Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Jiří Župka 提交于
vhost test: tests for migration with different vhost param setup. repair: multi-host file transfer test. The test correctly delete all files which are used for testing and adds parameter for "del_file_with_err" control deleting of files used for testing. Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Jiří Župka 提交于
Signed-off-by: NJiří Župka <jzupka@redhat.com>
-