- 10 4月, 2014 2 次提交
-
-
由 Jonas Eriksson 提交于
Tested by running: check_clock_offset.with_syscall Signed-off-by: NJonas Eriksson <jonas.eriksson@enea.com>
-
由 Jonas Eriksson 提交于
To avoid doing an unnecessary download and build of iperf, check if the application is present before building. Killing the netserver with -9 is unneccessary and will lead to a non-0 exit status. Change to -2, and move to use the more widely available pkill command. Tested by running: multicast_iperf Signed-off-by: NJonas Eriksson <jonas.eriksson@enea.com>
-
- 09 4月, 2014 8 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
qemu: Use new data_dir.get_deps_dir() to get cpu_flags in deps folder.
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests.qemu_disk_img: Do not use -c parameter in md5sum command.
-
由 Lucas Meneghel Rodrigues 提交于
Test case and portability fixes
-
由 Jonas Eriksson 提交于
CC= assignments makes it impossible to supply alternate CC:s from the command line. Additionally, CC?= does not work, as CC is set to 'cc' by default. A possible solution might be: ifeq ($(origin CC), default) CC=gcc endif , but seeing as cc is the preferred compiler on the target, the CC assignment seemed unneccessary in either case. Signed-off-by: NJonas Eriksson <jonas.eriksson@enea.com>
-
由 Jonas Eriksson 提交于
utils_netperf has code for downloading the netperf source, should the input path be an URL. Remove the local function for doing this, and let utils_netperf handle it instead. Signed-off-by: NJonas Eriksson <jonas.eriksson@enea.com>
-
由 Jonas Eriksson 提交于
Do an unconditional amend to make sure that additional CFLAGS can be added via the make command line, while retaining the CFLAGS needed for the build. Signed-off-by: NJonas Eriksson <jonas.eriksson@enea.com>
-
由 Jonas Eriksson 提交于
Source file statements (.c, .o) needs to be before the -l calls that include dependencies used in those source files. Signed-off-by: NJonas Eriksson <jonas.eriksson@enea.com>
-
由 Lucas Meneghel Rodrigues 提交于
boot_time: Return result if no bound given
-
- 08 4月, 2014 2 次提交
-
-
由 Jonas Eriksson 提交于
Signed-off-by: NJonas Eriksson <jonas.eriksson@enea.com>
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com>
-
- 03 4月, 2014 4 次提交
-
-
由 Feng Yang 提交于
Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Feng Yang 提交于
md5sum in windows guest does not support the parameter -c. Signed-off-by: NFeng Yang <fyang@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests: Add new case check_coredump
-
由 Xiangmin Han 提交于
Use guestfs to mount guest image on host mountpoint. And check if there is core file in Linux images, bsod in Windows images. changelog: from V6: 1. change the past tense to present tense 2. add timestamp if find the crash directory and file from V5: 1. change the docstring. 2. change err_msg variable names. from V4: 1. For those image could not be mounted, log the image name. And continute to check rest files, do not raise error. 2. Add more docstring to the functions. 3. Change the variable names to avoid confusion with method name from V3: 1. remove the redundant slash sign from V2: 1. remove '\n' in the log 2. change *.qcow2 to *.* to filter all the images from V1: 1. check all the images under the image directory 2. copy the coredump file to debug dir Signed-off-by: NXiangmin Han <xhan@redhat.com>
-
- 02 4月, 2014 6 次提交
-
-
由 Jonas Eriksson 提交于
Usage of -c is not portable, just create the bit mask using python/bash. Signed-off-by: NJonas Eriksson <jonas.eriksson@enea.com>
-
由 Jonas Eriksson 提交于
- int("1.1") is an error in python; if the input is a string, it cannot contain decimals. - The contents of the drift file can be negative, make sure to convert the number to the absolute value before comparing with 20. Signed-off-by: NJonas Eriksson <jonas.eriksson@enea.com>
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests: add new test block_hotplug_check
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests.cfg: Disable readonly disk for ide and ahci disks
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests: Add clean up operations after tests in ksm_base
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests.cfg: Disable migrate.unix on RHEL5 host
-
- 01 4月, 2014 10 次提交
-
-
由 Xu Tian 提交于
changes from v1: add windows guest support; changes from v2: remove extra image params in cfg and generate it by script fix issue that failed to check device id at rhel7 host limited test on Host_RHEL changes form v3: fix typo error fix pep8 isssue Signed-off-by: NXu Tian <xutian@redhat.com>
-
由 Yiqiao Pu 提交于
Quit ksm_overcommit_guest and turn on swap after test otherwise following cases using this vm may failed because out of memory. Also fix a small mistake in test steps. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Shuping Cui 提交于
migrate.unix protocol only support from RHEL6, so disable it on RHEL5 host. Signed-off-by: NShuping Cui <scui@redhat.com>
-
由 Lucas Meneghel Rodrigues 提交于
generic.tests: Let lvm get disk names from command
-
由 Lucas Meneghel Rodrigues 提交于
generic.tests.kdump: Add new test case for kdump over ssh
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests: Update hdparm to work with old guests
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests: Add enable_msix_vectors in hotplug_nic
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests.cfg: Add image format filter in qemu_iotests
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests.cfg: adjust the timeout in transfer_file_over_ipv6
-
由 Lucas Meneghel Rodrigues 提交于
qemu.tests.virtio_console: test_perf fixes
-
- 31 3月, 2014 4 次提交
-
-
由 Lucas Meneghel Rodrigues 提交于
simple patchset to improve netperf testcase
-
由 Lin Ma 提交于
Signed-off-by: NLin Ma <lma@suse.com>
-
由 Lucas Meneghel Rodrigues 提交于
-
由 Lucas Meneghel Rodrigues 提交于
Create vm with correct mac for boot_time test
-
- 28 3月, 2014 3 次提交
-
-
由 Yiqiao Pu 提交于
Update the script to get disk names from command instead of the cfg files. So we don't need to update it when the prefix of disks changed. Signed-off-by: NYiqiao Pu <ypu@redhat.com>
-
由 Feng Yang 提交于
generic.tests.cfg: multi queues only support from RHEL7
-
由 Lin Ma 提交于
Signed-off-by: NLin Ma <lma@suse.com>
-
- 27 3月, 2014 1 次提交
-
-
由 Shuping Cui 提交于
multi queues only support from RHEL7, so disable this case before rhel7 guest. Signed-off-by: NShuping Cui <scui@redhat.com>
-