diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/framework.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |