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>
# # 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:
"Deployment": "p2p",
"Description": "Phy2Phy Continuous Stream",
"biDirectional": "True",
- "iLoad": "90",
+ "iLoad": "100",
},
{
"Name": "pvp_cont",
"Deployment": "pvp",
"Description": "PVP Continuous Stream",
"biDirectional": "True",
- "iLoad": "90",
+ "iLoad": "100",
},
{
"Name": "pvvp_cont",
"Deployment": "pvvp",
"Description": "PVVP Continuous Stream",
"biDirectional": "True",
- "iLoad": "90",
+ "iLoad": "100",
},
{
"Name": "phy2phy_scalability",