diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-12-13 08:58:42 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-12-13 08:18:51 +0000 |
commit | 7a780e586b640a995e08d8a5dcc18ba8c07d874e (patch) | |
tree | eadeca8503dc7e193b671513cf6e8602b22e03d3 /resources | |
parent | ce9ffbf0cebbb2fb0644f89f0cde6208f481b94b (diff) |
Report: Hide empty latency graph(s) for 3n-icx
Change-Id: I56868d2e62cea8e3bbc6c53c989bb8a8968bc6fa
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 9400b685e04d8a4fbbba2e16d8d1d0fbdbd0400c)
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/sphinx_conf/report/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py index a46e1b43b6..e64029f51d 100644 --- a/resources/tools/presentation/sphinx_conf/report/conf.py +++ b/resources/tools/presentation/sphinx_conf/report/conf.py @@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md'] master_doc = u'index' # General information about the project. -report_week = u'47' +report_week = u'49' project = u'FD.io CSIT-2110.{week}'.format(week=report_week) copyright = u'2021, FD.io' author = u'FD.io CSIT' |