From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF6bA-0006l3-3T for qemu-devel@nongnu.org; Tue, 03 Apr 2012 12:28:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SF6b7-0001Br-S2 for qemu-devel@nongnu.org; Tue, 03 Apr 2012 12:28:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SF6b7-0001Bd-J2 for qemu-devel@nongnu.org; Tue, 03 Apr 2012 12:28:45 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q33GSi8L025694 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 3 Apr 2012 12:28:44 -0400 From: Kevin Wolf Date: Tue, 3 Apr 2012 18:32:20 +0200 Message-Id: <1333470742-20405-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] qemu-iotests: Test qcow2 header rewrites List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com Some bugs related to rewriting the qcow2 header (as it happens e.g. during qemu-img rebase) have been fixed recently. Here is the test case for it. Kevin Wolf (2): qemu-iotests: qcow2.py qemu-iotests: Test unknown qcow2 header extensions tests/qemu-iotests/031 | 72 +++++++++++++++ tests/qemu-iotests/031.out | 76 ++++++++++++++++ tests/qemu-iotests/group | 1 + tests/qemu-iotests/qcow2.py | 207 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 356 insertions(+), 0 deletions(-) create mode 100755 tests/qemu-iotests/031 create mode 100644 tests/qemu-iotests/031.out create mode 100755 tests/qemu-iotests/qcow2.py -- 1.7.6.5