diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2016-01-18 10:30:21 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-01-25 09:00:09 +0000 |
commit | 6939daddfab40bff5d4606eb823a34f4cd3dddf1 (patch) | |
tree | b6603da17c2e982e755bb4060920c5aca1f68df2 /conf | |
parent | e4718a97deafdb853335b13d472de0e273e191af (diff) |
bugfix: set default framerate/iload to 100%
Continuous testcases should be executed with 100% of frame rate
by default. Thus iLoad parameter of all continuous testcases
was updated to the value of 100.
Change-Id: Ia1c5a49c274d96a25ab7d9b8378ae7be6dc0b10c
JIRA: VSPERF-189
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'conf')
-rwxr-xr-x | conf/01_testcases.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index 77072eeb..dcef306c 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -69,6 +69,7 @@ # # of frame rate used during continuous stream # # tests. Can be overridden by cli option # # iload. +# # Default value is 100. # "Load": dictionary # Optional. Configures background load # # during testcase execution. # Description of "Load" dictionary keys, their meanings and available values: @@ -130,7 +131,7 @@ PERFORMANCE_TESTS = [ "Deployment": "p2p", "Description": "Phy2Phy Continuous Stream", "biDirectional": "True", - "iLoad": "90", + "iLoad": "100", }, { "Name": "pvp_cont", @@ -138,7 +139,7 @@ PERFORMANCE_TESTS = [ "Deployment": "pvp", "Description": "PVP Continuous Stream", "biDirectional": "True", - "iLoad": "90", + "iLoad": "100", }, { "Name": "pvvp_cont", @@ -146,7 +147,7 @@ PERFORMANCE_TESTS = [ "Deployment": "pvvp", "Description": "PVVP Continuous Stream", "biDirectional": "True", - "iLoad": "90", + "iLoad": "100", }, { "Name": "phy2phy_scalability", |