[dts] [PATCH] framework/test_case: fix typos

Rami Rosen ramirose at gmail.com
Fri Jan 18 13:52:56 CET 2019


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

diff --git a/framework/test_case.py b/framework/test_case.py
index 9b9b430..7402631 100644
--- a/framework/test_case.py
+++ b/framework/test_case.py
@@ -84,7 +84,7 @@ class TestCase(object):
         if self._suite_result is None:
             raise ValueError("Result object should not None")
 
-        # load running enviornment
+        # load running environment
         if load_global_setting(PERF_SETTING) == "yes":
             self._enable_perf = True
         else:
@@ -258,7 +258,7 @@ class TestCase(object):
 
     def _execute_test_case(self, case_obj):
         """
-        Execute specified test case in specified suite. If any exception occured in
+        Execute specified test case in specified suite. If any exception occurred in
         validation process, save the result and tear down this case.
         """
         case_name = case_obj.__name__
-- 
2.19.2



More information about the dts mailing list