diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-08-10 12:20:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-10 12:20:50 +0000 |
commit | ec78c5c7f8a9357e404b7207e626df97dd20efa9 (patch) | |
tree | 7a3f7141637a2197d314647db57a76d8b79616f4 /conf/10_custom.conf | |
parent | 1dc40afad832bca427058380a629634aa3cb104c (diff) | |
parent | e4aca4273b3fa9ee022ceff138f2f694942db4e5 (diff) |
Merge "Xena_2544_tput_options: Add options for rfc 2544 testing"
Diffstat (limited to 'conf/10_custom.conf')
-rw-r--r-- | conf/10_custom.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/10_custom.conf b/conf/10_custom.conf index fdb5031a..b3707149 100644 --- a/conf/10_custom.conf +++ b/conf/10_custom.conf @@ -79,6 +79,15 @@ TRAFFICGEN_XENA_PORT1_IP = '192.168.199.11' TRAFFICGEN_XENA_PORT1_CIDR = 24 TRAFFICGEN_XENA_PORT1_GATEWAY = '192.168.199.1' +# Xena RFC 2544 options +# Please reference xena documentation before making changes to these settings +TRAFFICGEN_XENA_2544_TPUT_INIT_VALUE = '10.0' +TRAFFICGEN_XENA_2544_TPUT_MIN_VALUE = '0.1' +TRAFFICGEN_XENA_2544_TPUT_MAX_VALUE = '100.0' +TRAFFICGEN_XENA_2544_TPUT_VALUE_RESOLUTION = '0.5' +TRAFFICGEN_XENA_2544_TPUT_USEPASS_THRESHHOLD = 'false' +TRAFFICGEN_XENA_2544_TPUT_PASS_THRESHHOLD = '0.0' + ################################################### # MoonGen Configuration and Connection Info-- BEGIN |