summaryrefslogtreecommitdiffstats
path: root/docs/testing/developer/requirements/03-Requirements.rst
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2017-10-04 09:36:42 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-04 09:36:42 +0000
commit58c7eb1100e51176c20e5d57250cb46ed7020fa3 (patch)
tree1a0c99e2673aded7e3ab26e7f0909cbe10fdbb92 /docs/testing/developer/requirements/03-Requirements.rst
parent473537a387353bd221ddf6ff5c22f10eb7c8cef8 (diff)
parent2dd65cf55254d47873b114fec466e67b4130d3ec (diff)
Merge "Docs: Review and update the docs for E-release"
Diffstat (limited to 'docs/testing/developer/requirements/03-Requirements.rst')
-rw-r--r--docs/testing/developer/requirements/03-Requirements.rst19
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/testing/developer/requirements/03-Requirements.rst b/docs/testing/developer/requirements/03-Requirements.rst
index ce43e06a..dab07a6e 100644
--- a/docs/testing/developer/requirements/03-Requirements.rst
+++ b/docs/testing/developer/requirements/03-Requirements.rst
@@ -25,7 +25,7 @@ Connected to the DUT is an IXIA* or Software Traffic generator like pktgen or TR
simulation platform to generate packet traffic to the DUT ports and
determine the throughput/latency at the tester side.
-Below are the supported/tested (:term `VNF`) deployment type.
+Below are the supported/tested (:term:`VNF`) deployment type.
.. image:: images/deploy_type.png
:width: 800px
:alt: SampleVNF supported topology
@@ -67,22 +67,27 @@ Hardware & Software Ingredients
Network Topology for testing VNFs
---------------------------------
+
The ethernet cables should be connected between traffic generator and the VNF server (BM,
SRIOV or OVS) setup based on the test profile.
The connectivity could be
-1. Single port pair : One pair ports used for traffic
- ::
+
+- Single port pair : One pair ports used for traffic
+
+::
e.g. Single port pair link0 and link1 of VNF are used
TG:port 0 <------> VNF:Port 0
TG:port 1 <------> VNF:Port 1
-2. Multi port pair : More than one pair of traffic
- ::
+- Multi port pair : More than one pair of traffic
+
+::
+
e.g. Two port pair link 0, link1, link2 and link3 of VNF are used
TG:port 0 <------> VNF:Port 0
TG:port 1 <------> VNF:Port 1
- TG:port 2 <------> VNF:Port 2
+ TG:port 2 <------> VNF:Port 2
TG:port 3 <------> VNF:Port 3
-For openstack/Standalone virtualization, installation please refer the openstack guide and ovs-dpdk/sriov github.
+For openstack/Standalone virtualization, installation please refer the openstack guide and ovs-dpdk/sriov github.
(TBA - Add link to guide)