[oe-commits] [bitbake] 11/21: eventreplay: add MockConnection.getEventHandle method

git at git.openembedded.org git at git.openembedded.org
Fri Jul 8 08:59:57 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit 6deae30480a4288da0c8b3529e61f3495f260f24
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