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 /conf/01_testcases.conf | |
parent | d3607cb18d6d3f55b53c06479c748b0184ba0ac5 (diff) | |
parent | dba37f2ec6b915649a10d8dae550bfd0291e4584 (diff) |
Merge "conf:Traffic-type naming convention and consistency"
Diffstat (limited to 'conf/01_testcases.conf')
-rwxr-xr-x | conf/01_testcases.conf | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index f30c1912..a8d7a136 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -19,9 +19,9 @@ # # "Name": "phy2phy_burst", # A human-readable string identifying the # # test. -# "Traffic Type": "rfc2544", # One of the supported traffic types. +# "Traffic Type": "rfc2544_throughput", +# # One of the supported traffic types. # # It can be overridden by cli option traffic_type. -# # Default value is "rfc2544". # "Deployment": "p2p", # One of the supported deployment scenarios. # "Description": "Lorem ipsum..." # Optional. A human-readable string # # describing the test. @@ -129,7 +129,7 @@ PERFORMANCE_TESTS = [ { "Name": "phy2phy_tput", - "Traffic Type": "rfc2544", + "Traffic Type": "rfc2544_throughput", "Deployment": "p2p", "biDirectional": "True", "Description": "LTD.Throughput.RFC2544.PacketLossRatio", @@ -143,14 +143,14 @@ PERFORMANCE_TESTS = [ }, { "Name": "back2back", - "Traffic Type": "back2back", + "Traffic Type": "rfc2544_back2back", "Deployment": "p2p", "biDirectional": "True", "Description": "LTD.Throughput.RFC2544.BackToBackFrames", }, { "Name": "phy2phy_tput_mod_vlan", - "Traffic Type": "rfc2544", + "Traffic Type": "rfc2544_throughput", "Deployment": "p2p", "Frame Modification": "vlan", "biDirectional": "False", @@ -158,7 +158,7 @@ PERFORMANCE_TESTS = [ }, { "Name": "phy2phy_cont", - "Traffic Type": "continuous", + "Traffic Type": "rfc2544_continuous", "Deployment": "p2p", "Description": "Phy2Phy Continuous Stream", "biDirectional": "True", @@ -166,7 +166,7 @@ PERFORMANCE_TESTS = [ }, { "Name": "pvp_cont", - "Traffic Type": "continuous", + "Traffic Type": "rfc2544_continuous", "Deployment": "pvp", "Description": "PVP Continuous Stream", "biDirectional": "True", @@ -174,7 +174,7 @@ PERFORMANCE_TESTS = [ }, { "Name": "pvvp_cont", - "Traffic Type": "continuous", + "Traffic Type": "rfc2544_continuous", "Deployment": "pvvp", "Description": "PVVP Continuous Stream", "biDirectional": "True", @@ -182,7 +182,7 @@ PERFORMANCE_TESTS = [ }, { "Name": "pvpv_cont", - "Traffic Type": "continuous", + "Traffic Type": "rfc2544_continuous", "Deployment": "pvpv", "Description": "Two VMs in parallel with Continuous Stream", "biDirectional": "True", @@ -190,7 +190,7 @@ PERFORMANCE_TESTS = [ }, { "Name": "phy2phy_scalability", - "Traffic Type": "rfc2544", + "Traffic Type": "rfc2544_throughput", "Deployment": "p2p", "biDirectional": "True", "Description": "LTD.Scalability.Flows.RFC2544.0PacketLoss", @@ -198,21 +198,21 @@ PERFORMANCE_TESTS = [ }, { "Name": "pvp_tput", - "Traffic Type": "rfc2544", + "Traffic Type": "rfc2544_throughput", "Deployment": "pvp", "Description": "LTD.Throughput.RFC2544.PacketLossRatio", "biDirectional": "True", }, { "Name": "pvp_back2back", - "Traffic Type": "back2back", + "Traffic Type": "rfc2544_back2back", "Deployment": "pvp", "Description": "LTD.Throughput.RFC2544.BackToBackFrames", "biDirectional": "True", }, { "Name": "pvvp_tput", - "Traffic Type": "rfc2544", + "Traffic Type": "rfc2544_throughput", "Collector": "cpu", "Deployment": "pvvp", "Description": "LTD.Throughput.RFC2544.PacketLossRatio", @@ -220,7 +220,7 @@ PERFORMANCE_TESTS = [ }, { "Name": "pvvp_back2back", - "Traffic Type": "back2back", + "Traffic Type": "rfc2544_back2back", "Collector": "cpu", "Deployment": "pvvp", "Description": "LTD.Throughput.RFC2544.BackToBackFrames", @@ -228,7 +228,7 @@ PERFORMANCE_TESTS = [ }, { "Name": "phy2phy_cpu_load", - "Traffic Type": "rfc2544", + "Traffic Type": "rfc2544_throughput", "Deployment": "p2p", "biDirectional": "True", "Description": "LTD.CPU.RFC2544.0PacketLoss", @@ -241,7 +241,7 @@ PERFORMANCE_TESTS = [ }, { "Name": "phy2phy_mem_load", - "Traffic Type": "rfc2544", + "Traffic Type": "rfc2544_throughput", "Deployment": "p2p", "biDirectional": "True", "Description": "LTD.Memory.RFC2544.0PacketLoss", |