test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework: fix a typo.
@ 2016-05-28 12:19 Rami Rosen
  2016-06-12  1:13 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2016-05-28 12:19 UTC (permalink / raw)
  To: yong.liu; +Cc: dts, Rami Rosen

This patch fixes a typo in framework/logger.py.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 framework/logger.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/logger.py b/framework/logger.py
index ab55493..4543ce1 100644
--- a/framework/logger.py
+++ b/framework/logger.py
@@ -66,7 +66,7 @@ logging.DTS_VIRTDUT_OUTPUT = logging.DEBUG + 6
 
 logging.addLevelName(logging.DTS_DUT_CMD, 'DTS_DUT_CMD')
 logging.addLevelName(logging.DTS_DUT_OUTPUT, 'DTS_DUT_OUTPUT')
-logging.addLevelName(logging.DTS_DUT_RESULT, 'DTS_DUT_RESUTL')
+logging.addLevelName(logging.DTS_DUT_RESULT, 'DTS_DUT_RESULT')
 
 logging.addLevelName(logging.DTS_TESTER_CMD, 'DTS_TESTER_CMD')
 logging.addLevelName(logging.DTS_TESTER_OUTPUT, 'DTS_TESTER_OUTPUT')
-- 
2.4.3

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-12  1:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-28 12:19 [dts] [PATCH] framework: fix a typo Rami Rosen
2016-06-12  1:13 ` Liu, Yong

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