Fix BBS-EP CSIT 82/111682/1
authormarcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Tue, 25 Aug 2020 12:13:14 +0000 (14:13 +0200)
committermarcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Tue, 25 Aug 2020 12:13:14 +0000 (14:13 +0200)
Issue-ID: DCAEGEN2-2273

Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Change-Id: I5282b676878e048e82bbc0f53df7b8fccc4cc97a

tests/dcaegen2-services-bbs-event-processor/bbs-testcases/resources/BbsLibrary.py

index c58e67e..640b33b 100644 (file)
@@ -18,7 +18,7 @@ class BbsLibrary(object):
 
         alog = container.logs(stream=False, tail=1000)
         try:
-            alog = alog.decode()
+            alog = alog.decode('utf-8').strip()
         except AttributeError:
             pass