[Toaster] [PATCH 1/6] eventreplay: add MockConnection.getEventHandle method
Ed Bartosh
ed.bartosh at linux.intel.com
Tue Jun 21 07:24:27 PDT 2016
Fixed AttributeError: 'MockConnection' object has no attribute
'getEventHandle'
[YOCTO #9585]
Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
---
bitbake/bin/toaster-eventreplay | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bitbake/bin/toaster-eventreplay b/bitbake/bin/toaster-eventreplay
index bdddb90..14f4f00 100755
--- a/bitbake/bin/toaster-eventreplay
+++ b/bitbake/bin/toaster-eventreplay
@@ -86,6 +86,8 @@ class FileReadEventsServerConnection():
""" do not do anything """
pass
+ def getEventHandle(self):
+ pass
class EventReader():
--
2.1.4
More information about the toaster
mailing list