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:58:42 +0100 |
commit | 9400b685e04d8a4fbbba2e16d8d1d0fbdbd0400c (patch) | |
tree | 75b9bc59e79f138251f5887f07facc18dccef3fc | |
parent | 99f9f7149889724e95110f5839a0cc426a1305ac (diff) |
Report: Hide empty latency graph(s) for 3n-icx
Change-Id: I56868d2e62cea8e3bbc6c53c989bb8a8968bc6fa
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | docs/report/vpp_performance_tests/packet_latency/srv6-3n-icx-e810cq.rst | 29 | ||||
-rw-r--r-- | resources/tools/presentation/sphinx_conf/report/conf.py | 2 |
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' |