Report: Add release data
[csit.git] / resources / tools / presentation / generator_report.py
index cd6f506..f34ac93 100644 (file)
@@ -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"