diff options
Diffstat (limited to 'conf/10_custom.conf')
-rw-r--r-- | conf/10_custom.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/10_custom.conf b/conf/10_custom.conf index 1f77895d..63c75d39 100644 --- a/conf/10_custom.conf +++ b/conf/10_custom.conf @@ -19,6 +19,7 @@ RTE_TARGET = '' # the relevant DPDK build target TRAFFICGEN = 'Dummy' #TRAFFICGEN = 'IxNet' #TRAFFICGEN = 'Ixia' +#TRAFFICGEN = 'Xena' ########################################### # Spirent TestCenter Configuration -- BEGIN @@ -60,6 +61,15 @@ TRAFFICGEN_IXNET_USER = '' TRAFFICGEN_IXNET_TESTER_RESULT_DIR = '' TRAFFICGEN_IXNET_DUT_RESULT_DIR = '' +# Xena traffic generator connection info +TRAFFICGEN_XENA_IP = '' +TRAFFICGEN_XENA_PORT1 = '' +TRAFFICGEN_XENA_PORT2 = '' +TRAFFICGEN_XENA_USER = '' +TRAFFICGEN_XENA_PASSWORD = '' +TRAFFICGEN_XENA_MODULE1 = '' +TRAFFICGEN_XENA_MODULE2 = '' + TEST_PARAMS = {'pkt_sizes':'64'} OPNFV_INSTALLER = "Fuel" |