[bitbake-devel] [PATCH 1/7] eventreplay: add MockConnection.getEventHandle method

Elliot Smith elliot.smith at intel.com
Wed Jul 6 11:00:29 UTC 2016


From: Ed Bartosh <ed.bartosh at linux.intel.com>

Fixed AttributeError: 'MockConnection' object has no attribute
'getEventHandle'

[YOCTO #9585]

Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
Signed-off-by: Elliot Smith <elliot.smith at intel.com>
---
 bin/toaster-eventreplay | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/toaster-eventreplay b/bin/toaster-eventreplay
index bdddb90..14f4f00 100755
--- a/bin/toaster-eventreplay
+++ b/bin/toaster-eventreplay
@@ -86,6 +86,8 @@ class FileReadEventsServerConnection():
             """ do not do anything """
             pass
 
+        def getEventHandle(self):
+            pass
 
 
     class EventReader():
-- 
2.7.4



More information about the bitbake-devel mailing list