diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-11-14 09:28:14 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-01-09 09:26:44 +0100 |
commit | 164b36d2ef70d70bd2f6ff83b6a50b8b87ef2e13 (patch) | |
tree | f659bae86959a1a95ee3300ec7040c8ef8d15230 /docs/report/dmm_functional_tests/overview.rst | |
parent | 468680a7d534c1f25ad45b5bddc67c601246a909 (diff) |
DMM: Remove
Change-Id: Ibbfbed79e473c804390802ae1ecd737b50c06aa3
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/report/dmm_functional_tests/overview.rst')
-rw-r--r-- | docs/report/dmm_functional_tests/overview.rst | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/docs/report/dmm_functional_tests/overview.rst b/docs/report/dmm_functional_tests/overview.rst deleted file mode 100644 index 480be8b0b7..0000000000 --- a/docs/report/dmm_functional_tests/overview.rst +++ /dev/null @@ -1,54 +0,0 @@ -Overview -======== - -Virtual Topologies ------------------- - -CSIT DMM functional tests are executed in VM-based virtual topologies -created on demand 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 three-node virtual test topology shown in the -figure below. - -.. only:: latex - - .. raw:: latex - - \begin{figure}[H] - \centering - \graphicspath{{../_tmp/src/vpp_functional_tests/}} - \includegraphics[width=0.90\textwidth]{virtual-3n-nic2nic} - \label{fig:virtual-3n-nic2nic} - \end{figure} - -.. only:: html - - .. figure:: ../vpp_functional_tests/virtual-3n-nic2nic.svg - :alt: virtual-3n-nic2nic - :align: center - -SUT1 and SUT2 are two VMs (running Ubuntu), TG is a Traffic Generator VM -(running Ubuntu). SUTs run -sample server-client application using the DMM libraries in Linux user- -mode as a Device Under Test (DUT) within the VM. Currently TG node is -not being used in DMM-CSIT. Network connectivity between SUTs and to TG -is provided using virtual NICs and VMs' virtio drivers. - -Functional Tests Coverage -------------------------- - -|csit-release| includes following DMM functionality tested in virtual VM -environment: - -+-----------------------+----------------------------------------------+ -| Functionality | Description | -+=======================+==============================================+ -| DMM basic operation | The test case demonstrates single | -| | server[DUT1] and single client[DUT2] | -| | scenario using DMM framework and kernel | -| | tcp/ip stack. | -+-----------------------+----------------------------------------------+ -| DMM lwip integration | | -+-----------------------+----------------------------------------------+ |