From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZhjQ-0004xz-Px for qemu-devel@nongnu.org; Thu, 02 Oct 2014 10:51:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZhjI-0003Te-1i for qemu-devel@nongnu.org; Thu, 02 Oct 2014 10:51:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZhjH-0003TL-R0 for qemu-devel@nongnu.org; Thu, 02 Oct 2014 10:51:39 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s92EpcCb012743 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 2 Oct 2014 10:51:39 -0400 From: Markus Armbruster Date: Thu, 2 Oct 2014 16:51:30 +0200 Message-Id: <1412261496-24455-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] Improve drive_del test coverage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com The meat is in the last patch, the others are just cleanup. Markus Armbruster (6): drive_del-test: Merge of qdev-monitor-test, blockdev-test blockdev-test: Use single rather than double quotes in QMP blockdev-test: Clean up bogus drive_add argument blockdev-test: Simplify by using g_assert_cmpstr() blockdev-test: Factor out some common code into helpers blockdev-test: Test device_del after drive_del tests/Makefile | 5 +- tests/blockdev-test.c | 59 -------------------- tests/drive_del-test.c | 137 ++++++++++++++++++++++++++++++++++++++++++++++ tests/qdev-monitor-test.c | 77 -------------------------- 4 files changed, 139 insertions(+), 139 deletions(-) delete mode 100644 tests/blockdev-test.c create mode 100644 tests/drive_del-test.c delete mode 100644 tests/qdev-monitor-test.c -- 1.9.3