- 28 6月, 2013 1 次提交
-
-
由 yangdongsheng 提交于
(1).Change uuid to tempfile to build a unique filename. (2).Add a __del__ method for unittest class to remove remote_file. Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com> Fix indenting error in remote.py. Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
- 26 6月, 2013 2 次提交
-
-
由 yangdongsheng 提交于
Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
由 yangdongsheng 提交于
A class to handle remote file. Currently, we support three operations on remote file. add: append lines in to file. sub: replace string which match pattern to repl. remove: delete lines that match pattern. Signed-off-by: Nyangdongsheng <yangds.fnst@cn.fujitsu.com>
-
- 06 6月, 2013 37 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
The builtin bin() was introduced in python 2.6, causing a problem when running code under python 2.4. So introduce a bin() implementation equal to the one autotest introduced recently. However, as autotest 0.15 is still not packaged by distros, let's use our own copy for now. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
The cmd to perform machine type checking on RHEL apparently gives nothing on our RHEL guests (tested with RHEL6.3). So skip this, and I'm waiting for an up to date definition that actually works on guests, such as restricting the check to RHEL 6.4 guests, for example. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
So it won't conflict with the existing reboot and powerdown tests. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Yiqiao Pu 提交于
Update the summary case for performance to make it fit for both iozone and ffsb. And add the write to database part. There is a key param in the new function "marks". It is following the format like this separated with blank: marks = $key_shows_in_result_table:$pattern_to_find_the_value changes from v1: - Use the out_loop_line to instead order_line inside the loop otherwise the iozone results will always be the first category's data changes from v2: - Update the summary can get results by configure type and repeat times - Remove the desc string to fit the newest regresstion.py - Add support for qcow2perf results summary changes from v3: - Update the category key get method - Remove the debug lines left changes from v4: - Fix the index problem when generate the dict for guests files Signed-off-by: NYiqiao Pu <ypu@redhat.com> As there are some prepare cases we don't want to include in our results summary file, make a ignore_cases list in our cfg files. Signed-off-by: NYiqiao Pu <ypu@redhat.com> Acked-by: NFeng Yang <fyang@redhat.com> Now the data get from guest test resutls is not all covered and will be truncated from float to int. So will add all numbers get from results and update the pattern in standard_value to get the float type numbers. Signed-off-by: NYiqiao Pu <ypu@redhat.com> As the regression.py requires the summary results have the same order for different round results of the same test. So just make a list with keys in dict with order. Signed-off-by: NYiqiao Pu <ypu@redhat.com> In the old code the results as read and write will be write to the results_matrix which will cause the empty table in results file. Just remove them from the matrix and only put them into the no_table_reulsts dict. Signed-off-by: NYiqiao Pu <ypu@redhat.com> Update the version info to fit the regression.py requirement. Signed-off-by: NYiqiao Pu <ypu@redhat.com> Replace the cache in data line to head line as required when summary qcow2perf results.And remove the comments line in scripts. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
As we've been using the shorthand 'hmp1' now. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Yiqiao Pu 提交于
Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yiqiao Pu 提交于
In iscsi class we use some command to check the status of iscsi, this kind of command can failed during execution. So set the ignore_status to True for them. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
If we set the global test timeout as the timeout for the hotplug operation, if it is reached due to a QEMU bug the test will never end properly while executing under autotest. So enforce a specific timeout, a lot smaller than the typical global test timeout. Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Qingtang Zhou 提交于
This patch also update its config file, adding quote mark for some parameters. Signed-off-by: NQingtang Zhou <qzhou@redhat.com> Acked-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yiqiao Pu 提交于
Add a background process to copy file while do stop and continue. Check the md5 value for the files. changes from v1: - remove the blanks Signed-off-by: NYiqiao Pu <ypu@redhat.com> Acked-by: NFeng Yang <fyang@redhat.com>
-
由 Yunping Zheng 提交于
this patch: 1.fix the issue netperf cannot login with two nics, 2.add netperf test support tcp_crr protocol 3.add an automated way to get the cdrom drive number. 4.modify the file path of netperf.tar.gz. now should put the src file under "virt/shared/deps" 5.add more step info
-
由 Qingtang Zhou 提交于
CC: Yunping Zheng <yunzheng@redhat.com> Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
The config variants in guest-hw.cfg file would overwite config in the test case, thus let's put them all in test's config file directly. CC: Yunping Zheng <yunzheng@redhat.com> Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
The cpu model checking in this test is really weird and unnecessary anymore, so remove config for cpu model and skip this test step. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
This test may run with qmp monitor, so the supported device querying function should use human_monitor_cmd API explicitly. Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com> Acked-by: NFeng Yang <fyang@redhat.com>
-
由 Amos Kong 提交于
Add regress test for bug: Fix phys memory client for vhost Stop/continue guest after hot-adding a nic, guest will be panic, or guest network will be down. Signed-off-by: NAmos Kong <akong@redhat.com> Acked-by: NGolita Yue <gyue@redhat.com>
-
由 tian xu 提交于
Record test steps into logging.info to make steps looks more clearly; And fix some coding style issue; Signed-off-by: NXu Tian <xutian@redhat.com> Acked-by: NSuqin Huang <shuang@redhat.com>
-
由 Yiqiao Pu 提交于
As this guest performance will get worse when the disk is filled up, and may influence the normal session. Use serial session instead. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Yiqiao Pu 提交于
Add the cfg for check virtio serial sys file info. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yiqiao Pu 提交于
Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Yiqiao Pu 提交于
The old version makes a mistake and makes option rom never be added. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Qingtang Zhou 提交于
The cleanup action causes a error if guest still alive when removing images on LVM, thus this patch destroy guest before cleanup method called. Other update: * Introduct error.context into this script. * Add try-except block when calling cleanup method in case unexpected exception is raised. Signed-off-by: NQingtang Zhou <qzhou@redhat.com> Acked-by: NFeng Yang <fyang@redhat.com>
-
由 Yiqiao Pu 提交于
Update the module patch and module name. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Feng Yang 提交于
This patch add error.context for vlan.py script. All update the steps in doc string. Move sub function onto top of function code. We may still need a patch to sync script with test case. Signed-off-by: NFeng Yang <fyang@redhat.com> Acked-by: NSuqin Huang <shuang@redhat.com>
-
由 Qingtang Zhou 提交于
Update the logging message for nmi_bosd_catch, so that we may analyze the root reason for the case failed. Signed-off-by: NQingtang Zhou <qzhou@redhat.com> Acked-by: NFeng Yang <fyang@redhat.com>
-
由 Suqin Huang 提交于
Print shutdown steps Signed-off-by: NSuqin Huang <shuang@redhat.com> Acked-by: NFeng Yang <fyang@redhat.com>
-
由 tian xu 提交于
update test steps into doc string and add test steps into logging.info Signed-off-by: NXu Tian <xutian@redhat.com> Acked-by: NShuping Cui <scui@redhat.com> Acked-by: NSuqin Huang <shuang@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-
由 tian xu 提交于
Record test steps into logging.info to make test steps more clearly Signed-off-by: NXu Tian <xutian@redhat.com> Acked-by: NSuqin Huang <shuang@redhat.com>
-
由 Yiqiao Pu 提交于
Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Feng Yang 提交于
Log test steps to logging.info. Rename '_' to i. Signed-off-by: NFeng Yang <fyang@redhat.com> Acked-by: NShuping Cui <scui@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
-
由 Qingtang Zhou 提交于
Signed-off-by: NQingtang Zhou <qzhou@redhat.com>
-