This commit is contained in:
Arseniy Fomchenko 2017-04-07 14:12:01 +03:00
parent 942ac28f13
commit e88f9b42eb

View File

@ -53,7 +53,7 @@ class Plugin(AbstractPlugin, AggregateResultListener, MonitoringDataListener):
if data
]
def end_test(self, retcode):
def post_process(self, retcode):
self.data_and_stats_stream.close()
self.monitoring_stream.close()
return retcode