KVM test: Print login command and change some timeout values

This patch does two small things.
1. Prints the guest login command to debug messages.
2. Changes the guest login timeout to 240 seconds. I see the timeout for
*.wait_for() functions in boot test is 240 seconds, while in reboot is 120
seconds which causes the test to fail. We might have missed it by mistake.
240 seconds is a reasonable timeout duration. This patch fixes that.

Signed-off-by: Sudhir Kumar <skumar@linux.vnet.ibm.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3448 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/kvm/kvm_utils.py b/client/tests/kvm/kvm_utils.py
index 9391874..e897e78 100644
--- a/client/tests/kvm/kvm_utils.py
+++ b/client/tests/kvm/kvm_utils.py
@@ -256,7 +256,7 @@
 
     password_prompt_count = 0
 
-    logging.debug("Trying to login...")
+    logging.debug("Trying to login with command '%s'" % command)
 
     while True:
         (match, text) = sub.read_until_last_line_matches(