From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: [PATCH 0/2] KVM test: Image copy test v2 Date: Wed, 29 Dec 2010 12:35:46 -0200 Message-ID: <1293633348-7188-1-git-send-email-lmr@redhat.com> Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues To: autotest@test.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:34180 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752301Ab0L2Ofy (ORCPT ); Wed, 29 Dec 2010 09:35:54 -0500 Sender: kvm-owner@vger.kernel.org List-ID: This is a respin of Amos's patch for image_copy test. In this version, small cleanups and consistency fixes were made, specially with regards to using utils.system instead of functions on the commands API. Amos Kong (2): KVM-test: Add mount utility functions KVM-test: Add image_copy subtest to prepare images client/tests/kvm/kvm_utils.py | 55 ++++++++++++++++++++++++++++++++ client/tests/kvm/tests/image_copy.py | 46 ++++++++++++++++++++++++++ client/tests/kvm/tests_base.cfg.sample | 9 +++++ 3 files changed, 110 insertions(+), 0 deletions(-) create mode 100644 client/tests/kvm/tests/image_copy.py -- 1.7.2.3