aboutsummaryrefslogtreecommitdiffstats
path: root/conf/10_custom.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/10_custom.conf')
-rw-r--r--conf/10_custom.conf9
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