diff mbox

[KVM-AUTOTEST,4/4] kvm_tests.cfg.sample: add 'keep_screendump_history = yes' to step file tests

Message ID 9eb8a47b6d4ebe8abd004db0600a2a716e9ff461.1245094830.git.mgoldish@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Michael Goldish June 15, 2009, 7:45 p.m. UTC
This should be rather harmless because the history does not take up much space,
and is only kept for the failed barriers in failed tests, by default.
It should significantly ease debugging of failed step file tests.

Signed-off-by: Michael Goldish <mgoldish@redhat.com>
---
 client/tests/kvm/kvm_tests.cfg.sample |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Lucas Meneghel Rodrigues June 18, 2009, 2:31 p.m. UTC | #1
On Mon, 2009-06-15 at 22:45 +0300, Michael Goldish wrote:
> This should be rather harmless because the history does not take up much space,
> and is only kept for the failed barriers in failed tests, by default.
> It should significantly ease debugging of failed step file tests.
> 
> Signed-off-by: Michael Goldish <mgoldish@redhat.com>
> ---
>  client/tests/kvm/kvm_tests.cfg.sample |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/client/tests/kvm/kvm_tests.cfg.sample b/client/tests/kvm/kvm_tests.cfg.sample
> index c73da7c..54c9975 100644
> --- a/client/tests/kvm/kvm_tests.cfg.sample
> +++ b/client/tests/kvm/kvm_tests.cfg.sample
> @@ -30,6 +30,7 @@ variants:
>          type = steps
>          fail_if_stuck_for = 300
>          stuck_detection_history = 2
> +        keep_screendump_history = yes
>          force_create_image = yes
>          kill_vm = yes
>          kill_vm_timeout = 60
> @@ -39,6 +40,7 @@ variants:
>          type = steps
>          fail_if_stuck_for = 300
>          stuck_detection_history = 2
> +        keep_screendump_history = yes
>  
>      - boot:         install setup
>          type = boot

Excellent feature indeed.
diff mbox

Patch

diff --git a/client/tests/kvm/kvm_tests.cfg.sample b/client/tests/kvm/kvm_tests.cfg.sample
index c73da7c..54c9975 100644
--- a/client/tests/kvm/kvm_tests.cfg.sample
+++ b/client/tests/kvm/kvm_tests.cfg.sample
@@ -30,6 +30,7 @@  variants:
         type = steps
         fail_if_stuck_for = 300
         stuck_detection_history = 2
+        keep_screendump_history = yes
         force_create_image = yes
         kill_vm = yes
         kill_vm_timeout = 60
@@ -39,6 +40,7 @@  variants:
         type = steps
         fail_if_stuck_for = 300
         stuck_detection_history = 2
+        keep_screendump_history = yes
 
     - boot:         install setup
         type = boot