From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: autotest@test.kernel.org
Cc: kvm@vger.kernel.org
Subject: [PATCH 3/3] KVM test: control: Replace create_report function call
Date: Thu, 28 Apr 2011 16:08:54 -0300 [thread overview]
Message-ID: <1304017734-15836-4-git-send-email-lmr@redhat.com> (raw)
In-Reply-To: <1304017734-15836-1-git-send-email-lmr@redhat.com>
Following up with the previous changes.
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
client/tests/kvm/control | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/client/tests/kvm/control b/client/tests/kvm/control
index 6437d88..eb95a33 100644
--- a/client/tests/kvm/control
+++ b/client/tests/kvm/control
@@ -23,6 +23,7 @@ For online docs, please refer to http://www.linux-kvm.org/page/KVM-Autotest
import sys, os, logging
from autotest_lib.client.common_lib import cartesian_config
from autotest_lib.client.virt import virt_utils
+from autotest_lib.client.tools import html_report
# set English environment (command output might be localized, need to be safe)
os.environ['LANG'] = 'en_US.UTF-8'
@@ -69,4 +70,4 @@ parser.parse_string(str)
virt_utils.run_tests(parser, job)
# Generate a nice HTML report inside the job's results dir
-virt_utils.create_report(kvm_test_dir, job.resultdir)
+html_report.create_report(job.resultdir)
--
1.7.4.4
prev parent reply other threads:[~2011-04-28 19:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-28 19:08 [PATCH 0/3] Fix HTML report generation Lucas Meneghel Rodrigues
2011-04-28 19:08 ` [PATCH 1/3] tools/html_report: Make html report generation autotest generic Lucas Meneghel Rodrigues
2011-04-28 19:08 ` [PATCH 2/3] virt.virt_utils: Get rid of create_report function Lucas Meneghel Rodrigues
2011-04-28 19:08 ` Lucas Meneghel Rodrigues [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1304017734-15836-4-git-send-email-lmr@redhat.com \
--to=lmr@redhat.com \
--cc=autotest@test.kernel.org \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).