diff options
author | Christian Trautman <ctrautma@redhat.com> | 2017-10-02 17:55:06 -0400 |
---|---|---|
committer | Christian Trautman <ctrautma@redhat.com> | 2017-10-04 10:39:31 -0400 |
commit | 08ae2a2bbc7883cc242102cf70813ab2911d4d5d (patch) | |
tree | 2be708f8fb4caa2a26ca68b416bafe8e454538b9 /docs/testing/developer/devguide/design/trafficgen_integration_guide.rst | |
parent | 5d08ffdf317d31361a528bf1b6d33cd4d0007600 (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>
Diffstat (limited to 'docs/testing/developer/devguide/design/trafficgen_integration_guide.rst')
-rw-r--r-- | docs/testing/developer/devguide/design/trafficgen_integration_guide.rst | 10 |
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 ====================== |