X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fframework.py;h=4f830ba613e3386db662be3996b9bd5d705b8589;hb=3d9b92a0c56c3cbe51e75bc3cb40d3d2db2d3720;hp=4c536e062b09448a5b28bc4b6654494e6023ec0a;hpb=7303ee837962a9bbfba2c092625d7285bf9f5c98;p=vpp.git diff --git a/test/framework.py b/test/framework.py index 4c536e062b0..4f830ba613e 100644 --- a/test/framework.py +++ b/test/framework.py @@ -379,6 +379,7 @@ class VppTestCase(unittest.TestCase): cls.logger = get_logger(cls.__name__) if hasattr(cls, 'parallel_handler'): cls.logger.addHandler(cls.parallel_handler) + cls.logger.propagate = False cls.tempdir = tempfile.mkdtemp( prefix='vpp-unittest-%s-' % cls.__name__) cls.stats_sock = "%s/stats.sock" % cls.tempdir