X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_report.py;h=f34ac9355f61711e6aab0817213c7373122cd01c;hb=cd11da6d44656ffb2c6c6706ae874e8c094a114b;hp=cd6f506d33a67e24f45bbc2050bfa2ee10faf48b;hpb=37ea2ceb606bdfc338cc76330cb9289c12f63852;p=csit.git diff --git a/resources/tools/presentation/generator_report.py b/resources/tools/presentation/generator_report.py index cd6f506d33..f34ac9355f 100644 --- a/resources/tools/presentation/generator_report.py +++ b/resources/tools/presentation/generator_report.py @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Cisco and/or its affiliates. +# Copyright (c) 2023 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -195,6 +195,9 @@ def generate_pdf_report(release, spec, report_week): plots.extend( get_files(spec.environment[u"paths"][u"DIR[STATIC,DPDK]"], u"html") ) + plots.extend( + get_files(spec.environment[u"paths"][u"DIR[STATIC,TREX]"], u"html") + ) pdf_plots = list() for plot in plots: file_name = f"{plot.rsplit(u'.', 1)[0]}.pdf"