From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uri Lublin Subject: Re: [PATCH] kvm-autotest: write relative path in html report Date: Sun, 29 Mar 2009 19:31:36 +0300 Message-ID: <49CFA268.70503@redhat.com> References: <20090325151859.GK27104@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Ryan Harper Return-path: Received: from mx2.redhat.com ([66.187.237.31]:49435 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751551AbZC2Qbm (ORCPT ); Sun, 29 Mar 2009 12:31:42 -0400 In-Reply-To: <20090325151859.GK27104@us.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: Ryan Harper wrote: > When generating an html report from make_html_report.py, one needs to > supply the full path to the results directory. This value ends up being > embedded in the output which breaks relocating the results dir to a > different path. This patch adds a new flag that supresses the full path > value when generating the report. I'm looking to generate a summary > html report in the results dir and relocate the results dir to a > different server which can be done with this patch. > Applied. I've made the following 2 modifications to the commit log: 1. replaced "kvm-autotest:" with "make_html_report:" on the first line. 2. added the following note to the commit message: Uri: Note that this only works when the html report is generated (or copied to) the results directory. In other words make_html_report.py -R -r -f It can also be achieved with the following (which is not as convenient): cd ; /make_html_report.py -r . -f Next, I'm going to change the default control to use this switch. Thanks, Uri