[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1219/8267] bitbake: eventreplay: add MockConnection.getEventHandle method



commit a1ceb0f9cda64b000305f0e650eaa81e32e05dce
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Wed Jul 6 12:00:29 2016 +0100

    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>

 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 bdddb90..14f4f00 100755
--- a/bitbake/bin/toaster-eventreplay
+++ b/bitbake/bin/toaster-eventreplay
@@ -86,6 +86,8 @@ class FileReadEventsServerConnection():
             """ do not do anything """
             pass
 
+        def getEventHandle(self):
+            pass
 
 
     class EventReader():


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]