From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: autotest@test.kernel.org
Cc: kvm@vger.kernel.org
Subject: [PATCH 4/5] KVM test: Cleaning unused imports on test_setup
Date: Sun, 10 Apr 2011 14:10:22 -0300 [thread overview]
Message-ID: <1302455423-32116-4-git-send-email-lmr@redhat.com> (raw)
In-Reply-To: <1302455423-32116-1-git-send-email-lmr@redhat.com>
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
client/tests/kvm/test_setup.py | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/client/tests/kvm/test_setup.py b/client/tests/kvm/test_setup.py
index 7df25ff..f915c1b 100644
--- a/client/tests/kvm/test_setup.py
+++ b/client/tests/kvm/test_setup.py
@@ -1,11 +1,9 @@
"""
Library to perform pre/post test setup for KVM autotest.
"""
-import os, shutil, tempfile, re, ConfigParser, glob, inspect
-import logging, time
+import os, logging
from autotest_lib.client.common_lib import error
from autotest_lib.client.bin import utils
-import kvm_utils
class HugePageConfig(object):
--
1.7.4.2
next prev parent reply other threads:[~2011-04-10 17:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-10 17:10 [PATCH 1/5] Moving test_setup.display_attributes to kvm_utils Lucas Meneghel Rodrigues
2011-04-10 17:10 ` [PATCH 2/5] KVM test: Moving enospc test setup to test code Lucas Meneghel Rodrigues
2011-04-10 17:10 ` [PATCH 3/5] KVM test: Moving unattended_install " Lucas Meneghel Rodrigues
2011-04-10 17:10 ` Lucas Meneghel Rodrigues [this message]
2011-04-10 17:10 ` [PATCH 5/5] KVM test: installer: Fix bug on patch applying code Lucas Meneghel Rodrigues
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=1302455423-32116-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.