All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Removing scripts/check_image.py
@ 2011-01-18 23:45 Lucas Meneghel Rodrigues
  2011-01-18 23:45 ` [PATCH 1/3] KVM test: Introduce check_image postprocess directive Lucas Meneghel Rodrigues
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lucas Meneghel Rodrigues @ 2011-01-18 23:45 UTC (permalink / raw)
  To: autotest; +Cc: kvm, Lucas Meneghel Rodrigues

This patchset aims to remove the script check_image.py from
KVM autotest. The reasoning behind this is that we want to
revamp all the pre/post scripts processing, that is, making
the py scripts part of the infrastructure, where they can
share API with the rest of the framework. So we'll proceed
by parts, this being the first.

Lucas Meneghel Rodrigues (3):
  KVM test: Introduce check_image postprocess directive
  KVM test: Modify enospc test to not require scripts/check_image.py
  KVM test: Removing scripts/check_image.py

 client/tests/kvm/kvm_preprocessing.py   |    3 +-
 client/tests/kvm/kvm_vm.py              |   62 +++++++++++++++++++
 client/tests/kvm/scripts/check_image.py |   99 -------------------------------
 client/tests/kvm/tests/enospc.py        |   12 ++--
 client/tests/kvm/tests_base.cfg.sample  |    7 +-
 5 files changed, 73 insertions(+), 110 deletions(-)
 delete mode 100644 client/tests/kvm/scripts/check_image.py

-- 
1.7.3.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-01-19  6:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-18 23:45 [PATCH 0/3] Removing scripts/check_image.py Lucas Meneghel Rodrigues
2011-01-18 23:45 ` [PATCH 1/3] KVM test: Introduce check_image postprocess directive Lucas Meneghel Rodrigues
2011-01-18 23:58   ` Amos Kong
2011-01-19  5:56   ` Michael Goldish
2011-01-18 23:45 ` [PATCH 2/3] KVM test: Modify enospc test to not require scripts/check_image.py Lucas Meneghel Rodrigues
2011-01-19  6:05   ` [Autotest] " Michael Goldish
2011-01-18 23:45 ` [PATCH 3/3] KVM test: Removing scripts/check_image.py Lucas Meneghel Rodrigues

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.