bitbake: eventreplay: add MockConnection.getEventHandle method

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

[YOCTO #9585]

(Bitbake rev: 6deae30480a4288da0c8b3529e61f3495f260f24)

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>
This commit is contained in:
Ed Bartosh 2016-07-06 12:00:29 +01:00 committed by Richard Purdie
parent ed9c309e81
commit a1ceb0f9cd
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ class FileReadEventsServerConnection():
""" do not do anything """
pass
def getEventHandle(self):
pass
class EventReader():