Add logging

This commit is contained in:
Andrey Pohilko 2014-03-19 13:50:08 +04:00
parent 7e3b257b10
commit 50799c7aa4

View File

@ -134,6 +134,7 @@ class ReportPlugin(AbstractPlugin, AggregateResultListener, MonitoringDataListen
add_aggreagted_second(case_data, self.cases[case])
def post_process(self, retcode):
self.log.info("Building HTML report...")
results = {
'overall': self.overall,
'cases': self.cases,