diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-08-03 14:38:20 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-08-07 06:47:08 +0000 |
commit | 903cb9f7dd664c5bc87f3295dd600d6cb23bf8ca (patch) | |
tree | dee0a522ac412732d1b3bd6d24f5bfca7b445129 /docs/report/vpp_functional_tests | |
parent | ce53c5e75c0bd417c8fa61d24c854c2e1a758cd7 (diff) |
CSIT-1226: Fix bugs in pdf version
Change-Id: I9c7abca28f98a581a8efb390c6ccf4f8937a958b
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/report/vpp_functional_tests')
-rw-r--r-- | docs/report/vpp_functional_tests/index.rst | 9 | ||||
-rw-r--r-- | docs/report/vpp_functional_tests/overview.rst | 28 |
2 files changed, 25 insertions, 12 deletions
diff --git a/docs/report/vpp_functional_tests/index.rst b/docs/report/vpp_functional_tests/index.rst new file mode 100644 index 0000000000..5c236e4fbd --- /dev/null +++ b/docs/report/vpp_functional_tests/index.rst @@ -0,0 +1,9 @@ +VPP Functional +============== + +.. toctree:: + + overview + csit_release_notes + test_environment + documentation diff --git a/docs/report/vpp_functional_tests/overview.rst b/docs/report/vpp_functional_tests/overview.rst index 80c9131387..035696dc77 100644 --- a/docs/report/vpp_functional_tests/overview.rst +++ b/docs/report/vpp_functional_tests/overview.rst @@ -25,9 +25,10 @@ testbeds are shown in figures below. .. raw:: latex \begin{figure}[H] - \centering - \includesvg[width=0.90\textwidth]{../_tmp/src/vpp_performance_tests/logical-2n-nic2nic} - \label{fig:logical-2n-nic2nic} + \centering + \graphicspath{{../_tmp/src/vpp_performance_tests/}} + \includegraphics[width=0.90\textwidth]{logical-2n-nic2nic} + \label{fig:logical-2n-nic2nic} \end{figure} .. only:: html @@ -42,9 +43,10 @@ testbeds are shown in figures below. .. raw:: latex \begin{figure}[H] - \centering - \includesvg[width=0.90\textwidth]{../_tmp/src/vpp_performance_tests/logical-3n-nic2nic} - \label{fig:logical-3n-nic2nic} + \centering + \graphicspath{{../_tmp/src/vpp_performance_tests/}} + \includegraphics[width=0.90\textwidth]{logical-3n-nic2nic} + \label{fig:logical-3n-nic2nic} \end{figure} .. only:: html @@ -80,9 +82,10 @@ only. DUT (VPP) test topology with VM is shown in the figure below. .. raw:: latex \begin{figure}[H] - \centering - \includesvg[width=0.90\textwidth]{../_tmp/src/vpp_performance_tests/logical-2n-vm-vhost} - \label{fig:logical-2n-vm-vhost} + \centering + \graphicspath{{../_tmp/src/vpp_performance_tests/}} + \includegraphics[width=0.90\textwidth]{logical-2n-vm-vhost} + \label{fig:logical-2n-vm-vhost} \end{figure} .. only:: html @@ -97,9 +100,10 @@ only. DUT (VPP) test topology with VM is shown in the figure below. .. raw:: latex \begin{figure}[H] - \centering - \includesvg[width=0.90\textwidth]{../_tmp/src/vpp_performance_tests/logical-3n-vm-vhost} - \label{fig:logical-3n-vm-vhost} + \centering + \graphicspath{{../_tmp/src/vpp_performance_tests/}} + \includegraphics[width=0.90\textwidth]{logical-3n-vm-vhost} + \label{fig:logical-3n-vm-vhost} \end{figure} .. only:: html |