- 06 7月, 2013 19 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This function accepts params and not variables now. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
This is a first part of unittest which is focused on qemu devices. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
QSparseBus uses integers for addressing. We have to get integer from the device's address. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
iterate over values instead of keys. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
It seems that some test uses those special keywords for negative testing. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Lukáš Doktor 提交于
After a disucssion I'm removing the support for readconfig-like format of qemu format. Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
This C code is used for time device testing. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Merge autotest and virttest cgroup_utils library
-
- 05 7月, 2013 7 次提交
-
-
由 Yiqiao Pu 提交于
After we kill the previous guest. We still need wait the command line finish in the last guest. Also need send the die() command in the session for the last vm. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yiqiao Pu 提交于
Update the query_regex for check KSM status for RHEL 5 host. The old one is out of date, and can not work any more. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Cleber Rosa 提交于
The JeOS image itself has no wget preinstalled, and other images that could be used with this may share the same characteristic. So, use plain python (and ugly command line) to download the installer script. Signed-off-by: NCleber Rosa <crosa@redhat.com>
-
由 Jiří Župka 提交于
Replace templates.subtitution by eval in Cartesian config. It allows use basic python expression in configuration code. Speed is almost same as with tempaltes.subtitution. Example: cfg: mem = 1000 real_mem = ${float(mem) * 0.7}M output: mem = 1000 real_mem = 700M Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
- 04 7月, 2013 8 次提交
-
-
由 yangdongsheng 提交于
Fix the context_pattern in get_context_from_str method. The old pattern will not match the '_' in context such as 'svirt_image_t'. utils_selinux_unittest: replace assertIn with assertTrue. Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
由 yangdongsheng 提交于
Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
由 yangdongsheng 提交于
Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com> Adapt all virsh.start() to new @return. Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
由 Lukáš Doktor 提交于
qemu.test: make block_stream test work with qmp monitor
-
由 Yang Feng 提交于
qemu: Minor fixes for qemu test cases
-
由 Xu Tian 提交于
Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Xu Tian 提交于
Fix qemu-img create snapshot file failed when image format is raw Corrected block stream command in human monitor (block-stream -> block_stream) changes from v1: Removed configuration to set QMP as default monitor Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
virt: repair Cart config unittest test data.
-
- 03 7月, 2013 5 次提交
-
-
由 Jiří Župka 提交于
Signed-off-by: NJiří Župka <jzupka@redhat.com>
-
由 Yiqiao Pu 提交于
Add remote_edit method into virttest/remote.py.
-
由 Qingtang Zhou 提交于
If the parameters are missing, just skip this test. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
These tests will create some other format of image, so the options for qcow3 would affect them. To make these cases still work with qcow3 format, reset the 'image_extra_params' parameter in them. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
- 02 7月, 2013 1 次提交
-
-
由 Yu Mingfei 提交于
Signed-off-by: NYu Mingfei <yumingfei@cn.fujitsu.com>
-