aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rwxr-xr-xconf/01_testcases.conf7
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",