Merge "trex: Add support for burst traffic type"
authorMartin Klozik <martinx.klozik@intel.com>
Wed, 11 Apr 2018 09:07:03 +0000 (09:07 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 11 Apr 2018 09:07:03 +0000 (09:07 +0000)
12 files changed:
1  2 
conf/03_traffic.conf
core/traffic_controller_rfc2544.py
docs/testing/developer/devguide/design/trafficgen_integration_guide.rst
docs/testing/developer/devguide/design/vswitchperf_design.rst
docs/testing/user/configguide/trafficgen.rst
tools/pkt_gen/dummy/dummy.py
tools/pkt_gen/ixia/ixia.py
tools/pkt_gen/ixnet/ixnet.py
tools/pkt_gen/moongen/moongen.py
tools/pkt_gen/testcenter/testcenter.py
tools/pkt_gen/trex/trex.py
tools/pkt_gen/xena/xena.py

Simple merge
Simple merge
@@@ -199,16 -199,17 +199,20 @@@ functions
        Note: There are parameters specific to testing of tunnelling protocols,
        which are discussed in detail at :ref:`integration-tests` userguide.
  
 +      Note: A detailed description of the ``TRAFFIC`` dictionary can be found at
 +      :ref:`configuration-of-traffic-dictionary`.
 +
        * param **traffic_type**: One of the supported traffic types,
-         e.g. **rfc2544_throughput**, **rfc2544_continuous**
-         or **rfc2544_back2back**.
-       * param **frame_rate**: Defines desired percentage of frame
-         rate used during continuous stream tests.
+         e.g. **rfc2544_throughput**, **rfc2544_continuous**,
+         **rfc2544_back2back** or **burst**.
        * param **bidir**: Specifies if generated traffic will be full-duplex
          (true) or half-duplex (false).
+       * param **frame_rate**: Defines desired percentage of frame
+         rate used during continuous stream tests.
+       * param **burst_size**: Defines a number of frames in the single burst,
+         which is sent by burst traffic type. Burst size is applied for each
+         direction, i.e. the total number of tx frames will be 2*burst_size
+         in case of bidirectional traffic.
        * param **multistream**: Defines number of flows simulated by traffic
          generator. Value 0 disables MultiStream feature.
        * param **stream_type**: Stream Type defines ISO OSI network layer
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge