From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [AUTOTEST][PATCH] Add ability to call autotest client tests from kvm tests like a subtest. Date: Tue, 26 Apr 2011 12:52:02 -0300 Message-ID: <1303833125.2242.1.camel@freedom> References: <1303813351-7221-1-git-send-email-jzupka@redhat.com> <20110426142813.GB7430@t400> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: =?UTF-8?Q?Ji=C5=99=C3=AD_=C5=BDupka?= , kvm-autotest@redhat.com, kvm@vger.kernel.org, autotest@test.kernel.org, ldoktor@redhat.com To: Amos Kong Return-path: Received: from mx1.redhat.com ([209.132.183.28]:59241 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752426Ab1DZPwH (ORCPT ); Tue, 26 Apr 2011 11:52:07 -0400 In-Reply-To: <20110426142813.GB7430@t400> Sender: kvm-owner@vger.kernel.org List-ID: 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 w= rote: > > + 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: >=20 > A typo? please don't use \t for indentation. ^ No, flail is the actual name of this test, a syscall fuzzer, not a typo.