Code Review
/
testsuite
/
python-testing-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f80c745
)
hv-ves ete fix warning 'Sending username and password in the clear'
24/96724/1
author
marekpl
<marek.pondel@nokia.com>
Tue, 8 Oct 2019 14:06:26 +0000
(16:06 +0200)
committer
marekpl
<marek.pondel@nokia.com>
Tue, 8 Oct 2019 14:06:26 +0000
(16:06 +0200)
hv-ves ete fix warning 'Sending username and password in the clear'
Issue-ID: DCAEGEN2-565
Signed-off-by: marekpl <marek.pondel@nokia.com>
Change-Id: I1ad8bad12bfc68448f15306f9b38d5761019be5e
robotframework-onap/ONAPLibrary/KafkaKeywords.py
patch
|
blob
|
history
diff --git
a/robotframework-onap/ONAPLibrary/KafkaKeywords.py
b/robotframework-onap/ONAPLibrary/KafkaKeywords.py
index
329729b
..
b52d25a
100644
(file)
--- a/
robotframework-onap/ONAPLibrary/KafkaKeywords.py
+++ b/
robotframework-onap/ONAPLibrary/KafkaKeywords.py
@@
-18,7
+18,9
@@
from kafka import TopicPartition
import ssl
from robot.api.deco import keyword
from robot import utils
+import logging
+logging.getLogger("kafka").setLevel(logging.CRITICAL)
class KafkaKeywords(object):
""" Utilities useful for Kafka consuming and producing """