diff options
Diffstat (limited to 'conf/01_testcases.conf')
-rwxr-xr-x | conf/01_testcases.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index 39e924bd..88001459 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -31,9 +31,15 @@ # "MultiStream": 0-65535 # Optional. Defines number of flows simulated # # by traffic generator. Value 0 disables # # MultiStream feature +# "Flow Type": ["port"|"IP"] # Optional. Defines flows complexity. In case +# # it isn't specified, then "port" will be used. +# # Values: +# # "port" - flow is defined by ingress ports +# # "IP" - flow is defined by ingress ports +# # and src and dst IP addresses # "Load": dictionary # Optional. Configures background load # # during testcase execution. -# Descritopn of "Load" dictionary keys, their meanings and available values: +# Description of "Load" dictionary keys, their meanings and available values: # # "tool": "stress" # One of the supported load generators. # "load": 0-100 # percentage of cores which should be |