diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2018-04-19 08:32:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-19 08:32:27 +0000 |
commit | 5829fcd9c14c92729820f5c5e72ca49d23257de2 (patch) | |
tree | 38ed381ca6ba31e80f21300c291f760fb58f9167 | |
parent | 19f9c5dc2ae313c1797f5b0112d1b1e9b2766edf (diff) | |
parent | 0b6af5113db2d474e81b597fecce356b606904f1 (diff) |
Merge "conf/testcases: add new continuous tests"
-rwxr-xr-x | conf/01_testcases.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index 03cf78d2..4a68ab3f 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -232,6 +232,18 @@ PERFORMANCE_TESTS = [ }, }, }, + { + "Name": "phy2phy_tput_mod_vlan_cont", + "Deployment": "p2p", + "Frame Modification": "vlan", + "Description": "Phy2Phy VLAN Continuous Stream", + "Parameters" : { + "TRAFFIC" : { + "traffic_type" : "rfc2544_continuous", + "frame_rate" : 100, + }, + }, + }, { "Name": "phy2phy_cont", "Deployment": "p2p", @@ -300,6 +312,18 @@ PERFORMANCE_TESTS = [ }, }, { + "Name": "phy2phy_scalability_cont", + "Deployment": "p2p", + "Description": "Phy2Phy Scalability Continuous Stream", + "Parameters" : { + "TRAFFIC" : { + "traffic_type" : "rfc2544_continuous", + "frame_rate" : 100, + "multistream" : 8000, + }, + }, + }, + { "Name": "pvp_tput", "Deployment": "pvp", "Description": "LTD.Throughput.RFC2544.PacketLossRatio", |