From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: [Autotest] [PATCH 1/7] KVM test: Move test utilities to client/tools Date: Fri, 11 Mar 2011 18:18:25 -0300 Message-ID: <1299878305.2728.9.camel@freedom> References: <1299662470-3017-1-git-send-email-lmr@redhat.com> <1299662470-3017-2-git-send-email-lmr@redhat.com> <20110311064740.GA4456@t400> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org To: Amos Kong Return-path: Received: from mx1.redhat.com ([209.132.183.28]:36383 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754789Ab1CKVSa (ORCPT ); Fri, 11 Mar 2011 16:18:30 -0500 In-Reply-To: <20110311064740.GA4456@t400> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, 2011-03-11 at 14:47 +0800, Amos Kong wrote: > On Wed, Mar 09, 2011 at 06:21:04AM -0300, Lucas Meneghel Rodrigues wrote: > > The programs cd_hash, html_report, scan_results can be > > used by other users of autotest, so move them to the > > tools directory inside the client directory. > > > > Signed-off-by: Lucas Meneghel Rodrigues > .... > > diff --git a/client/tools/html_report.py b/client/tools/html_report.py > > > I've executed a serial tests, but no result.html produced. I have fixed all problems with the utilities and republished the refactor branch at my git repo git clone git://github.com/lmr/autotest.git git checkout refactor Thanks Amos!