diff options
| author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-07-06 12:00:29 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-08 09:57:28 +0100 |
| commit | a1ceb0f9cda64b000305f0e650eaa81e32e05dce (patch) | |
| tree | 510335883f06ca0dc67df130c6fb727eba0cce55 | |
| parent | ed9c309e814294c2b8ab31fae470e1ab63fb8a5d (diff) | |
| download | poky-a1ceb0f9cda64b000305f0e650eaa81e32e05dce.tar.gz | |
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>
| -rwxr-xr-x | bitbake/bin/toaster-eventreplay | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/bin/toaster-eventreplay b/bitbake/bin/toaster-eventreplay index bdddb908b5..14f4f0088b 100755 --- a/bitbake/bin/toaster-eventreplay +++ b/bitbake/bin/toaster-eventreplay | |||
| @@ -86,6 +86,8 @@ class FileReadEventsServerConnection(): | |||
| 86 | """ do not do anything """ | 86 | """ do not do anything """ |
| 87 | pass | 87 | pass |
| 88 | 88 | ||
| 89 | def getEventHandle(self): | ||
| 90 | pass | ||
| 89 | 91 | ||
| 90 | 92 | ||
| 91 | class EventReader(): | 93 | class EventReader(): |
