diff options
Diffstat (limited to 'conf/01_testcases.conf')
-rwxr-xr-x | conf/01_testcases.conf | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index 88001459..a35c395e 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -37,6 +37,10 @@ # # "port" - flow is defined by ingress ports # # "IP" - flow is defined by ingress ports # # and src and dst IP addresses +# "iLoad": 0-100 # Optional. Defines desired percentage +# # of frame rate used during continuous stream +# # tests. Can be overridden by cli option +# # iload. # "Load": dictionary # Optional. Configures background load # # during testcase execution. # Description of "Load" dictionary keys, their meanings and available values: @@ -96,8 +100,25 @@ PERFORMANCE_TESTS = [ "Name": "phy2phy_cont", "Traffic Type": "continuous", "Deployment": "p2p", - "Description": "RFC2544 Phy2Phy Continuous Stream", + "Description": "Phy2Phy Continuous Stream", "biDirectional": "True", + "iLoad": "90", + }, + { + "Name": "pvp_cont", + "Traffic Type": "continuous", + "Deployment": "pvp", + "Description": "PVP Continuous Stream", + "biDirectional": "True", + "iLoad": "90", + }, + { + "Name": "pvvp_cont", + "Traffic Type": "continuous", + "Deployment": "pvvp", + "Description": "PVVP Continuous Stream", + "biDirectional": "True", + "iLoad": "90", }, { "Name": "phy2phy_scalability", |