test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework/multiple_vm: fix typos
@ 2019-01-18 12:49 Rami Rosen
  0 siblings, 0 replies; only message in thread
From: Rami Rosen @ 2019-01-18 12:49 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 framework/multiple_vm.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/framework/multiple_vm.py b/framework/multiple_vm.py
index 04de6e4..fdb5b3d 100644
--- a/framework/multiple_vm.py
+++ b/framework/multiple_vm.py
@@ -11,7 +11,7 @@ from logger import getLogger
 
 class MultipleVM(object):
     """
-    Module for handle VM related actions in parallel on mulitple DUTs
+    Module for handle VM related actions in parallel on multiple DUTs
     Supported actions: [start|command|migration]
     Param max_vm: maximum number of threads
     Param duts: list of DUT objects
@@ -172,7 +172,7 @@ class MultipleVM(object):
 
     def parallel_vm_migration(self, args):
         """
-        Do vm migartion action in parallel.
+        Do vm migration action in parallel.
         Args format:
         {
             'name': 'vm1',
@@ -216,7 +216,7 @@ class MultipleVM(object):
 
         # print traceback info for exception
         name = request.args[0]['name']
-        self.logger.error(("**** Exception occured DUT%d:%s" % (request.args[0]['dut_id'], name)))
+        self.logger.error(("**** Exception occurred DUT%d:%s" % (request.args[0]['dut_id'], name)))
         exc_type, exc_value, exc_traceback = exc_info
         self.logger.error(repr(traceback.format_tb(exc_traceback)))
 
-- 
2.19.2

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

only message in thread, other threads:[~2019-01-18 12:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18 12:49 [dts] [PATCH] framework/multiple_vm: fix typos Rami Rosen

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