From 9400b685e04d8a4fbbba2e16d8d1d0fbdbd0400c Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 13 Dec 2021 08:58:42 +0100 Subject: [PATCH] Report: Hide empty latency graph(s) for 3n-icx Change-Id: I56868d2e62cea8e3bbc6c53c989bb8a8968bc6fa Signed-off-by: Tibor Frank --- .../packet_latency/srv6-3n-icx-e810cq.rst | 29 +++++++++++----------- .../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 -
- -


-
+
+ +


+
-.. 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' -- 2.16.6