diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2018-02-28 06:34:23 -0800 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2018-03-22 05:43:56 +0000 |
commit | e9ff0fdf355d26d0c171c6c1137c4beb12561233 (patch) | |
tree | d202c427858a5e0b0eee6ddc83be35b6b5de5327 /conf/01_testcases.conf | |
parent | a9655607f7618fd392cf719e8d9ea2dbf6c8dd1c (diff) |
trex: Add support for burst traffic type
Support for burst traffic type was added into T-Rex. This
traffic type is useful for tests, where a limited number
of frames should be sent through DUT.
JIRA: VSPERF-562
Change-Id: I03b7150e66a0210cce91b20c751b8624c16f951b
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Richard Elias <richardx.elias@intel.com>
Diffstat (limited to 'conf/01_testcases.conf')
-rwxr-xr-x | conf/01_testcases.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index bd5ba9eb..03cf78d2 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -244,6 +244,18 @@ PERFORMANCE_TESTS = [ }, }, { + "Name": "phy2phy_burst", + "Deployment": "p2p", + "Description": "Phy2Phy single burst of 1000 frames at 100% frame rate", + "Parameters" : { + "TRAFFIC" : { + "traffic_type" : "burst", + "frame_rate" : 100, + "burst_size" : 1000, + }, + }, + }, + { "Name": "pvp_cont", "Deployment": "pvp", "Description": "PVP Continuous Stream", |