diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-08-08 08:24:12 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-08-08 09:26:22 +0000 |
commit | 2866efb065355a197d88df492278a4ea92cefbbb (patch) | |
tree | c4924e90e68ea64393a47a2c3271fe64ad4f02c3 | |
parent | 1d5213b0ec7ed99b58d519f4127ad77a00ef5096 (diff) |
CSIT-1233: Edit honeycomb_functional_tests/overview
Change-Id: Id0bd955be59a95909aab5067965c2cc7e2fee520
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | docs/report/honeycomb_functional_tests/overview.rst | 37 |
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 |