aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/developer/devguide/design/trafficgen_integration_guide.rst
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2017-10-05 06:44:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-05 06:44:17 +0000
commitbde80dd0127ff65de738085a73832834e2ab1902 (patch)
tree1b6f2f3db9254921ea6978ad0ac1ad71a6b4bad8 /docs/testing/developer/devguide/design/trafficgen_integration_guide.rst
parent9d2900035923bf307477c5b4b8dc423ba1b2086f (diff)
parent08ae2a2bbc7883cc242102cf70813ab2911d4d5d (diff)
Merge "doc_review: Review docs for accuracy and grammar"
Diffstat (limited to 'docs/testing/developer/devguide/design/trafficgen_integration_guide.rst')
-rw-r--r--docs/testing/developer/devguide/design/trafficgen_integration_guide.rst10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/testing/developer/devguide/design/trafficgen_integration_guide.rst b/docs/testing/developer/devguide/design/trafficgen_integration_guide.rst
index 7dae19ba..c88b80ed 100644
--- a/docs/testing/developer/devguide/design/trafficgen_integration_guide.rst
+++ b/docs/testing/developer/devguide/design/trafficgen_integration_guide.rst
@@ -64,16 +64,20 @@ Output should look like:
Classes derived from: ITrafficGenerator
======
- * Ixia: A wrapper around the IXIA traffic generator.
+ * Dummy: A dummy traffic generator whose data is generated by the user.
* IxNet: A wrapper around IXIA IxNetwork applications.
- * Dummy: A dummy traffic generator whose data is generated by the user.
+ * Ixia: A wrapper around the IXIA traffic generator.
- * SampleTG: A sample traffic generator implementation
+ * Moongen: Moongen Traffic generator wrapper.
* TestCenter: Spirent TestCenter
+ * Trex: Trex Traffic generator wrapper.
+
+ * Xena: Xena Traffic generator wrapper class
+
Step 3 - configuration
======================