test suite reviews and discussions
 help / color / mirror / Atom feed
From: Yong Liu <yong.liu@intel.com>
To: dts@dpdk.org
Subject: [dts] [PATCH] Optimize debugger and qemu_kvm module help message
Date: Thu, 18 Jun 2015 17:16:49 +0800	[thread overview]
Message-ID: <1434619009-19711-1-git-send-email-yong.liu@intel.com> (raw)

From: Marvin Liu <yong.liu@intel.com>

Signed-off-by: Marvin Liu <yong.liu@intel.com>

diff --git a/framework/debugger.py b/framework/debugger.py
index 4151196..e877336 100644
--- a/framework/debugger.py
+++ b/framework/debugger.py
@@ -44,14 +44,14 @@ def help_command():
     console.push('print \'Help on debug module\'')
     console.push('print \'DESCRIPTION\'')
     console.push('print \'DTS debug module support few debug commands\'')
-    console.push('print \'  - help: help messages\'')
-    console.push('print \'  - list: list all connections\'')
-    console.push('print \'  - connect: bind to specified connection\'')
+    console.push('print \'  - help(): help messages\'')
+    console.push('print \'  - list(): list all connections\'')
+    console.push('print \'  - connect(): bind to specified connection\'')
     console.push('print \'  -        : connect(\"dut\")\'')
-    console.push('print \'  - quit: quit debug module\'')
-    console.push('print \'  - exit: exit processing procedure\'')
-    console.push('print \'  - debug: call python debug module for further debug\'')
-    console.push('print \'  - debugcase: jump into debug mode before first testcase run \'')
+    console.push('print \'  - quit(): quit debug module\'')
+    console.push('print \'  - exit(): exit processing procedure\'')
+    console.push('print \'  - debug(): call python debug module for further debug\'')
+    console.push('print \'  - rerun(): re-run the interrupted test case\'')
 
 
 def list_command():
diff --git a/framework/qemu_kvm.py b/framework/qemu_kvm.py
index 6320a43..434c32d 100644
--- a/framework/qemu_kvm.py
+++ b/framework/qemu_kvm.py
@@ -649,6 +649,7 @@ class QEMUKvm(VirtBase):
     def add_vm_qga(self, **options):
         """
         enable: 'yes'
+        Make sure qemu-guest-agent servie up in vm
         """
         QGA_DEV_ID = '%(vm_name)s_qga0' % {'vm_name': self.vm_name}
         QGA_SOCK_PATH = QGA_SOCK_PATH_TEMPLATE % {'vm_name': self.vm_name}
-- 
1.9.3

                 reply	other threads:[~2015-06-18  9:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1434619009-19711-1-git-send-email-yong.liu@intel.com \
    --to=yong.liu@intel.com \
    --cc=dts@dpdk.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).