From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amos Kong Subject: Re: [KVM-AUTOTEST] [AUTOTEST][PATCH] Add ability to call autotest client tests from kvm tests like a subtest. Date: Wed, 27 Apr 2011 09:10:21 +0800 Message-ID: <20110427011021.GA2534@t400> References: <1303813351-7221-1-git-send-email-jzupka@redhat.com> <20110426142813.GB7430@t400> <1303833125.2242.1.camel@freedom> <4DB6FF45.90407@redhat.com> Reply-To: Amos Kong Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Lucas Meneghel Rodrigues , autotest@test.kernel.org, kvm@vger.kernel.org, kvm-autotest@redhat.com To: Cleber Rosa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:53832 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754378Ab1D0BKY (ORCPT ); Tue, 26 Apr 2011 21:10:24 -0400 Content-Disposition: inline In-Reply-To: <4DB6FF45.90407@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Apr 26, 2011 at 01:22:13PM -0400, Cleber Rosa wrote: > On 04/26/2011 11:52 AM, Lucas Meneghel Rodrigues wrote: > >On Tue, 2011-04-26 at 23:08 +0800, Amos Kong wrote: > >>On Tue, Apr 26, 2011 at 12:22:31PM +0200, Ji=C5=99=C3=AD =C5=BDupka= wrote: > >>>+ else: > >>>+ logging.error("Host cannot communicate with client by" > >>>+ " normal network connection.") > >>>\ No newline at end of file > >>>diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests= /kvm/tests_base.cfg.sample > >>>index 5d274f8..f9efb4b 100644 > >>>--- a/client/tests/kvm/tests_base.cfg.sample > >>>+++ b/client/tests/kvm/tests_base.cfg.sample > >>>@@ -255,11 +255,19 @@ variants: > >>> test_control_file =3D rtc.control > >>> - iozone: > >>> test_control_file =3D iozone.control > >>>- - flail: > >>>+ - flail: > >>A typo? please don't use \t for indentation. > >^ No, flail is the actual name of this test, a syscall fuzzer, not a > >typo. > > > I guess the typo Amos mentioned (and I also pointed out) is not the > variant name but the new indentation. Right Amos? Yes.