[oe-commits] [bitbake] 03/13: eventreplay: add MockConnection.getEventHandle method

git at git.openembedded.org git at git.openembedded.org
Thu Jul 7 13:30:28 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit b239aa684da8b3b60521b9a62493026a46e32928
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Wed Jul 6 12:00:29 2016 +0100

    eventreplay: add MockConnection.getEventHandle method
    
    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>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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():

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list