Re: [PATCH] KVM-test: Add a ENOSPC subtest

2011-01-14 Thread Kevin Wolf
Am 14.01.2011 06:28, schrieb Amos Kong: - Original Message - From: Amos Kong ak...@redhat.com KVM guest always pauses on NOSPACE error, this test just repeatedly extend guest disk space and resume guest from paused status. Changes from v2: - Oops! Forgot to update

[PATCH] KVM-test: Add a ENOSPC subtest

2011-01-13 Thread Lucas Meneghel Rodrigues
From: Amos Kong ak...@redhat.com KVM guest always pauses on NOSPACE error, this test just repeatedly extend guest disk space and resume guest from paused status. Changes from v1: - Use the most current KVM test API - Use the autotest API for external commands execution - Instead of chaining

[PATCH] KVM-test: Add a ENOSPC subtest

2011-01-13 Thread Lucas Meneghel Rodrigues
From: Amos Kong ak...@redhat.com KVM guest always pauses on NOSPACE error, this test just repeatedly extend guest disk space and resume guest from paused status. Changes from v2: - Oops! Forgot to update tests_base.cfg.sample Changes from v1: - Use the most current KVM test API - Use the

Re: [PATCH] KVM-test: Add a ENOSPC subtest

2011-01-13 Thread Amos Kong
- Original Message - From: Amos Kong ak...@redhat.com KVM guest always pauses on NOSPACE error, this test just repeatedly extend guest disk space and resume guest from paused status. Changes from v2: - Oops! Forgot to update tests_base.cfg.sample Changes from v1: - Use the

[PATCH] KVM-test: Add a ENOSPC subtest

2011-01-12 Thread Amos Kong
KVM guest always pauses on NOSPACE error, this test just repeatedly extend guest disk space and resume guest from paused status. Signed-off-by: Amos Kong ak...@redhat.com --- client/tests/kvm/scripts/check_image.py |0 client/tests/kvm/tests/enospc.py| 56