diff mbox

KVM test: Disable screendump thread for unittests

Message ID 1310936122-727-1-git-send-email-lmr@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lucas Meneghel Rodrigues July 17, 2011, 8:55 p.m. UTC
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@redhat.com>
---
 client/tests/kvm/unittests.cfg.sample |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)
diff mbox

Patch

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