From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPily-00028n-HP for qemu-devel@nongnu.org; Mon, 17 Mar 2014 21:25:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPils-0001xo-I5 for qemu-devel@nongnu.org; Mon, 17 Mar 2014 21:24:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52072) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPils-0001xf-Ab for qemu-devel@nongnu.org; Mon, 17 Mar 2014 21:24:48 -0400 From: Jeff Cody Date: Mon, 17 Mar 2014 21:24:36 -0400 Message-Id: Subject: [Qemu-devel] [PATCH 0/4] Add common QEMU control functionality to qemu-iotests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, benoit@irqsave.net, stefanha@redhat.com This adds some common functionality to control QEMU for qemu-iotests. Additionally, test 085 is updated to use this new functionality. Some minor fixups along the way, to clear up spaced pathname issues, for common.rc, test 019, and test 086. Jeff Cody (4): block: qemu-iotests - add common.qemu, for bash-controlled qemu tests block: qemu-iotests - update 085 to use common.qemu block: qemu-iotests - fix image cleanup when using spaced pathnames block: qemu-iotests: make test 019 and 086 work with spaced pathnames tests/qemu-iotests/019 | 2 +- tests/qemu-iotests/085 | 73 +++--------------- tests/qemu-iotests/086 | 8 +- tests/qemu-iotests/common.qemu | 164 +++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/common.rc | 4 +- 5 files changed, 183 insertions(+), 68 deletions(-) create mode 100644 tests/qemu-iotests/common.qemu -- 1.8.3.1