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

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

diff --git a/framework/virt_scene.py b/framework/virt_scene.py
index 5fead7e..73f7f19 100644
--- a/framework/virt_scene.py
+++ b/framework/virt_scene.py
@@ -48,7 +48,7 @@ from utils import create_mask
 #   pf_idx=0,vf_num=2,driver=default;
 #   PF0 igb_uio, create 2VFs by default driver
 # 3. create scenario
-#   allocate hareware resource for this vm
+#   allocate hardware resource for this vm
 #   cpu, memory, pf devices, vf devices
 #   configuration vm
 #   run pre_vm commands
@@ -171,7 +171,7 @@ class VirtScene(object):
             for cpu in cpus:
                 if int(cpu) not in self.host_dut.virt_pool.cores:
                     cpus.remove(cpu)
-            # create core mask for reserver cores
+            # create core mask for reserved cores
             core_mask = create_mask(cpus)
             # reserve those skipped cores
             self.host_dut.virt_pool.reserve_cpu(core_mask)
@@ -336,7 +336,7 @@ class VirtScene(object):
                     expected output for command
                   'timeout': 60,
                   'verify': True or False
-                    check whether command sucessfully
+                    check whether command successfully
                  }
         """
         self.pre_cmds.append(command)
@@ -383,7 +383,7 @@ class VirtScene(object):
                   'expect':'XXX',
                     expected output for command
                   'verify':'yes or no'
-                    check whether command sucessfully
+                    check whether command successfully
         """
         self.post_cmds.append(command)
         pass
-- 
2.19.2

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

only message in thread, other threads:[~2019-01-18 12:55 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:55 [dts] [PATCH] framework/virt_scene: 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).