Merge pull request #352 from fomars/release

fix 2707
This commit is contained in:
Alexey Lavrenuke 2017-04-07 15:38:47 +03:00 committed by GitHub
commit c1fccfe77c

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