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-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=81c3b68c78219a19e4be8953f75a3e8d34828fe5;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 """