aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-08-08 08:24:12 +0200
committerTibor Frank <tifrank@cisco.com>2018-08-08 09:26:31 +0000
commit6fca257a564918e55e8e56f9be558d4868b3b43d (patch)
tree53de14f88ad2005ba5900d91fb0ced7e1d283699
parentb373c4e2ced953eae443fe960a8cc3e7324b2384 (diff)
CSIT-1233: Edit honeycomb_functional_tests/overview
Change-Id: Id0bd955be59a95909aab5067965c2cc7e2fee520 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 2866efb065355a197d88df492278a4ea92cefbbb)
-rw-r--r--docs/report/honeycomb_functional_tests/overview.rst37
1 files changed, 18 insertions, 19 deletions
diff --git a/docs/report/honeycomb_functional_tests/overview.rst b/docs/report/honeycomb_functional_tests/overview.rst
index f67f735c9d..3ff8a6e2e9 100644
--- a/docs/report/honeycomb_functional_tests/overview.rst
+++ b/docs/report/honeycomb_functional_tests/overview.rst
@@ -9,25 +9,24 @@ using :abbr:`VIRL (Virtual Internet Routing Lab)` simulation platform
contributed by Cisco. VIRL runs on physical baremetal servers hosted by LF FD.io
project. All tests are executed in two node logical test topology - Traffic
Generator (TG) node and Systems Under Test (SUT1) node connected in a loop.
-Logical test topology is shown in the figure below.::
-
- +------------------------+
- | |
- | +------------------+ |
- +---------------> <--------------+
- | | | | | |
- | |------------> DUT1 <-----------+ |
- | | | +------------------+ | | |
- | | | | | |
- | | | SUT1 | | |
- | | +------------------------+ | |
- | | | |
- | | | |
- | | +-----------+ | |
- | +---------------> <---------------+ |
- | | TG | |
- +------------------> <------------------+
- +-----------+
+Logical test topology is shown in the figure below.
+
+.. only:: latex
+
+ .. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \graphicspath{{../_tmp/src/vpp_performance_tests/}}
+ \includegraphics[width=0.90\textwidth]{logical-2n-nic2nic}
+ \label{fig:logical-2n-nic2nic}
+ \end{figure}
+
+.. only:: html
+
+ .. figure:: logical-2n-nic2nic.svg
+ :alt: logical-2n-nic2nic
+ :align: center
SUT1 is a VM (Ubuntu or Centos, depending on the test suite), TG is a Traffic
Generator (TG, another Ubuntu VM). SUTs run Honeycomb and VPP SW applications