Since we have unittest logs, and the vms are booting small guest kernels (the unittests itself), there's not a lot of action that can be seen through screendumps. Therefore, it is rather unnecessary to have a screendump thread running during the unittests. This way we even save some log space, since during the unittests sometimes the VM isn't going to respond properly to screendumps. This patch turns off the screendump thread specifically on the unittests.cfg configuration file, not affecting the test defaults for the other test jobs. Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/tests/kvm/unittests.cfg.sample | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/client/tests/kvm/unittests.cfg.sample b/client/tests/kvm/unittests.cfg.sample index 44f0eee..16556b5 100644 --- a/client/tests/kvm/unittests.cfg.sample +++ b/client/tests/kvm/unittests.cfg.sample @@ -18,14 +18,7 @@ main_monitor = humanmonitor1 monitor_type = human # Screendump specific stuff -convert_ppm_files_to_png_on_error = yes -#keep_ppm_files = yes -#keep_ppm_files_on_error = yes -take_regular_screendumps = yes -keep_screendumps_on_error = yes -screendump_delay = 5 -screendump_quality = 30 -screendump_temp_dir = /dev/shm +take_regular_screendumps = no # Some default VM params qemu_binary = qemu -- 1.7.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html