test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] Optimize debugger and qemu_kvm module help message
@ 2015-06-18  9:16 Yong Liu
  0 siblings, 0 replies; only message in thread
From: Yong Liu @ 2015-06-18  9:16 UTC (permalink / raw)
  To: dts

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-18  9:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-18  9:16 [dts] [PATCH] Optimize debugger and qemu_kvm module help message Yong Liu

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).