From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e6ePz-000505-03 for qemu-devel@nongnu.org; Mon, 23 Oct 2017 11:13:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e6ePy-0002DL-35 for qemu-devel@nongnu.org; Mon, 23 Oct 2017 11:13:30 -0400 Received: from mail-wm0-x242.google.com ([2a00:1450:400c:c09::242]:52250) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e6ePx-0002Ch-Rt for qemu-devel@nongnu.org; Mon, 23 Oct 2017 11:13:29 -0400 Received: by mail-wm0-x242.google.com with SMTP id 78so7673274wmb.1 for ; Mon, 23 Oct 2017 08:13:29 -0700 (PDT) From: Vadim Galitsyn Date: Mon, 23 Oct 2017 17:13:09 +0200 Message-Id: <20171023151310.6462-4-vadim.galitsyn@profitbricks.com> In-Reply-To: <20171023151310.6462-1-vadim.galitsyn@profitbricks.com> References: <20171023151310.6462-1-vadim.galitsyn@profitbricks.com> Subject: [Qemu-devel] [PATCH 3/4] tests: test-hmp: extend with 'writeconfig' command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: vadim.galitsyn@profitbricks.com, Markus Armbruster , Eric Blake , "Dr . David Alan Gilbert" , qemu-devel@nongnu.org Extend list of test cases with 'writeconfig' command. Signed-off-by: Vadim Galitsyn Cc: Dr. David Alan Gilbert Cc: qemu-devel@nongnu.org --- tests/test-hmp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-hmp.c b/tests/test-hmp.c index 5677fbf775..8e21eee61c 100644 --- a/tests/test-hmp.c +++ b/tests/test-hmp.c @@ -68,6 +68,7 @@ static const char *hmp_cmds[] = { "sum 0 512", "x /8i 0x100", "xp /16x 0", + "writeconfig /dev/null", NULL }; -- 2.13.1.394.g41dd433