diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-12-07 14:01:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-07 14:01:07 +0000 |
commit | 3d33e32f9fe9d8c8e6f4fb935d67fc39b2c0a483 (patch) | |
tree | 7d85bb6b92639121832f33087f6b47f3bf330f14 /docs/design/trafficgen_integration_guide.rst | |
parent | d3607cb18d6d3f55b53c06479c748b0184ba0ac5 (diff) | |
parent | dba37f2ec6b915649a10d8dae550bfd0291e4584 (diff) |
Merge "conf:Traffic-type naming convention and consistency"
Diffstat (limited to 'docs/design/trafficgen_integration_guide.rst')
-rw-r--r-- | docs/design/trafficgen_integration_guide.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/design/trafficgen_integration_guide.rst b/docs/design/trafficgen_integration_guide.rst index 266c6bc0..9bb0e825 100644 --- a/docs/design/trafficgen_integration_guide.rst +++ b/docs/design/trafficgen_integration_guide.rst @@ -196,7 +196,8 @@ functions: which are discussed in detail at `integration tests userguide`_ * param **traffic_type**: One of the supported traffic types, - e.g. **rfc2544**, **continuous** or **back2back**. + e.g. **rfc2544_throughput**, **rfc2544_continuous** + or **rfc2544_back2back**. * param **frame_rate**: Defines desired percentage of frame rate used during continuous stream tests. It can be set by test parameter iLoad or by CLI parameter iload. |