aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/developer/devguide/design/trafficgen_integration_guide.rst
diff options
context:
space:
mode:
authorChristian Trautman <ctrautma@redhat.com>2017-10-02 17:55:06 -0400
committerMartin Klozik <martinx.klozik@intel.com>2017-10-05 06:44:30 +0000
commit0638a091d2a6fa7d4d98f7659a816ac1c67162c0 (patch)
tree36925dc521cc9a31329b54bac0b314d643e69bde /docs/testing/developer/devguide/design/trafficgen_integration_guide.rst
parent348de04afacbc754656d49b8a145ab7c285e2c90 (diff)
doc_review: Review docs for accuracy and grammar
Fix issues with grammar and accuracy. JIRA: VSPERF-536 Change-Id: Ia703d306bb7a14b11e09ab4077b8adfa5fb5e6af Signed-off-by: Christian Trautman <ctrautma@redhat.com> (cherry picked from commit 08ae2a2bbc7883cc242102cf70813ab2911d4d5d)
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
======================