[dts] [PATCH] framework/virt_base: fix a typo

Rami Rosen ramirose at gmail.com
Fri Jan 4 13:18:49 CET 2019


This patch fixes a typo in framework/virt_base.py

Signed-off-by: Rami Rosen <ramirose at gmail.com>
---
 framework/virt_base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/virt_base.py b/framework/virt_base.py
index fd2faeb..5eca712 100644
--- a/framework/virt_base.py
+++ b/framework/virt_base.py
@@ -59,7 +59,7 @@ class VirtBase(object):
         """
         Initialize the VirtBase.
         dut: the instance of Dut
-        vm_name: the name of VM which you have confiured in the configure
+        vm_name: the name of VM which you have configured in the configure
         suite_name: the name of test suite
         """
         self.host_dut = dut
-- 
2.19.2



More information about the dts mailing list