From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: [PATCH 2/3] virt.virt_utils: Get rid of create_report function Date: Thu, 28 Apr 2011 16:08:53 -0300 Message-ID: <1304017734-15836-3-git-send-email-lmr@redhat.com> References: <1304017734-15836-1-git-send-email-lmr@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: autotest@test.kernel.org Return-path: In-Reply-To: <1304017734-15836-1-git-send-email-lmr@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org As it has been transfered to the html_report module itself. Signed-off-by: Lucas Meneghel Rodrigues --- client/virt/virt_utils.py | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/client/virt/virt_utils.py b/client/virt/virt_utils.py index 97a652d..8fa64ca 100644 --- a/client/virt/virt_utils.py +++ b/client/virt/virt_utils.py @@ -1187,18 +1187,6 @@ def run_tests(parser, job): return not failed -def create_report(report_dir, results_dir): - """ - Creates a neatly arranged HTML results report in the results dir. - - @param report_dir: Directory where the report script is located. - @param results_dir: Directory where the results will be output. - """ - reporter = os.path.join(report_dir, 'html_report.py') - html_file = os.path.join(results_dir, 'results.html') - os.system('%s -r %s -f %s -R' % (reporter, results_dir, html_file)) - - def display_attributes(instance): """ Inspects a given class instance attributes and displays them, convenient -- 1.7.4.4