aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-12-13 08:58:42 +0100
committerTibor Frank <tifrank@cisco.com>2021-12-13 08:18:51 +0000
commit7a780e586b640a995e08d8a5dcc18ba8c07d874e (patch)
treeeadeca8503dc7e193b671513cf6e8602b22e03d3
parentce9ffbf0cebbb2fb0644f89f0cde6208f481b94b (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)
-rw-r--r--docs/report/vpp_performance_tests/packet_latency/srv6-3n-icx-e810cq.rst29
-rw-r--r--resources/tools/presentation/sphinx_conf/report/conf.py2
2 files changed, 16 insertions, 15 deletions
diff --git a/docs/report/vpp_performance_tests/packet_latency/srv6-3n-icx-e810cq.rst b/docs/report/vpp_performance_tests/packet_latency/srv6-3n-icx-e810cq.rst
index 64ea18e12a..58758cbfd6 100644
--- a/docs/report/vpp_performance_tests/packet_latency/srv6-3n-icx-e810cq.rst
+++ b/docs/report/vpp_performance_tests/packet_latency/srv6-3n-icx-e810cq.rst
@@ -70,22 +70,23 @@
\label{fig:hdrh-lat-percentile-3n-icx-100ge2p1e810cq-78b-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids}
\end{figure}
-.. raw:: latex
+..
+ .. raw:: latex
- \clearpage
+ \clearpage
-.. raw:: html
+ .. raw:: html
- <center>
- <iframe id="3" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/hdrh-lat-percentile-3n-icx-100ge2p1e810cq-78b-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps.html"></iframe>
- <p><br></p>
- </center>
+ <center>
+ <iframe id="3" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/hdrh-lat-percentile-3n-icx-100ge2p1e810cq-78b-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps.html"></iframe>
+ <p><br></p>
+ </center>
-.. raw:: latex
+ .. raw:: latex
- \begin{figure}[H]
- \centering
- \graphicspath{{../_build/_static/vpp/}}
- \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-3n-icx-100ge2p1e810cq-78b-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps}
- \label{fig:hdrh-lat-percentile-3n-icx-100ge2p1e810cq-78b-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps}
- \end{figure}
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_build/_static/vpp/}}
+ \includegraphics[clip, trim=0cm 0cm 5cm 0cm, width=0.70\textwidth]{hdrh-lat-percentile-3n-icx-100ge2p1e810cq-78b-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps}
+ \label{fig:hdrh-lat-percentile-3n-icx-100ge2p1e810cq-78b-2t1c-avf-ethip6srhip6-ip6base-srv6enc2sids-nodecaps}
+ \end{figure}
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'