X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fframework.py;h=3c4aacb635498359c2ff23053dec1035cfefda52;hb=refs%2Fchanges%2F90%2F16090%2F3;hp=4f830ba613e3386db662be3996b9bd5d705b8589;hpb=3d9b92a0c56c3cbe51e75bc3cb40d3d2db2d3720;p=vpp.git diff --git a/test/framework.py b/test/framework.py index 4f830ba613e..3c4aacb6354 100644 --- a/test/framework.py +++ b/test/framework.py @@ -1255,8 +1255,7 @@ class VppTestRunner(unittest.TextTestRunner): super(VppTestRunner, self).__init__(sys.stdout, descriptions, verbosity, failfast, buffer, resultclass) - reporter = KeepAliveReporter() - reporter.pipe = keep_alive_pipe + KeepAliveReporter.pipe = keep_alive_pipe VppTestResult.test_framework_result_pipe = result_pipe