summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-07-06 12:00:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-08 09:57:06 +0100
commit6deae30480a4288da0c8b3529e61f3495f260f24 (patch)
tree2ed5d54263849c5890e5dd246460c7873ced4251 /bin
parent01659389813ad61d4f75b9f8d71528581322f0b0 (diff)
downloadbitbake-contrib-6deae30480a4288da0c8b3529e61f3495f260f24.tar.gz
eventreplay: add MockConnection.getEventHandle method
Fixed AttributeError: 'MockConnection' object has no attribute 'getEventHandle' [YOCTO #9585] Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/toaster-eventreplay2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/toaster-eventreplay b/bin/toaster-eventreplay
index bdddb908b..14f4f0088 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():