From: marekpl Date: Tue, 8 Oct 2019 14:06:26 +0000 (+0200) Subject: hv-ves ete fix warning 'Sending username and password in the clear' X-Git-Tag: 6.0.0-ONAP~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a823b6e793bb8539d1acfaf0664cb0608fe9a261;p=testsuite%2Fpython-testing-utils.git hv-ves ete fix warning 'Sending username and password in the clear' hv-ves ete fix warning 'Sending username and password in the clear' Issue-ID: DCAEGEN2-565 Signed-off-by: marekpl Change-Id: I1ad8bad12bfc68448f15306f9b38d5761019be5e --- diff --git a/robotframework-onap/ONAPLibrary/KafkaKeywords.py b/robotframework-onap/ONAPLibrary/KafkaKeywords.py index 329729b..b52d25a 100644 --- 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 """