diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2015-08-13 11:09:09 +0100 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2015-08-13 11:27:04 +0100 |
commit | 47206e37b1cd5210b043474158d6dd7edba577d3 (patch) | |
tree | d3d2248412b6b38bd38288dd30c6b525f71b3a68 /conf/01_testcases.conf | |
parent | b5de49062df3a39152a799d2c1677287622b107d (diff) |
Add new testcase for LTD.Scalability.RFC2544.0PacketLoss
This test adds a multistream config item,
taking the required number of flows to setup in the traffic,
to the existing testcase and then running the standard
2544 Throughput test. The config is plumbed through
from the 01_testcase.conf via ITraffic to the IxNet.
01_testcase.conf contains new parameter MultiStream
for 2544 Throughput test.
JIRA: VSPERF-19
Change-Id: I12e0e76a5f54dc13b854f3a65f3a4a0fe90ff885
Signed-off-by: Radek Zetik <radekx.zetik@intel.com>
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Billy O Mahony <billy.o.mahony@intel.com>
Reviewed-by: Eugene Snider <Eugene.Snider@huawei.com>
Reviewed-by: Gurpreet Singh <gurpreet.singh@spirent.com>
Reviewed-by: Tv Rao <tv.rao@freescale.com>
Diffstat (limited to 'conf/01_testcases.conf')
-rwxr-xr-x | conf/01_testcases.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index 7b6c007c..cfe0b466 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -63,5 +63,16 @@ PERFORMANCE_TESTS = [ "Description": "RFC2544 Phy2Phy Continuous Stream", "biDirectional": "True", }, + { + "Name": "phy2phy_scalability", + "Traffic Type": "rfc2544", + "Collector": "cpu", + "Deployment": "p2p", + "biDirectional": "True", + "Description": "LTD.Scalability.RFC2544.0PacketLoss", + # MultiStream defines number of flows simulated by traffic generator + # allowed range: 0-65535; value 0 disables MultiStream feature + "MultiStream": "8000", + }, ] |