diff options
Diffstat (limited to 'conf/03_traffic.conf')
-rw-r--r-- | conf/03_traffic.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/03_traffic.conf b/conf/03_traffic.conf index 98bce2c5..8efd5aab 100644 --- a/conf/03_traffic.conf +++ b/conf/03_traffic.conf @@ -61,6 +61,10 @@ TRAFFICGEN_IXNET_TESTER_RESULT_DIR = '' # as the previous one TRAFFICGEN_IXNET_DUT_RESULT_DIR = '' +# directory with 3rd party scripts generated by IXIA tools +TRAFFICGEN_IXIA_3RD_PARTY = os.path.join(ROOT_DIR, '3rd_party/ixia') + +# default TCL script, which will be used for IXNETWORK configuration TRAFFICGEN_IXNET_TCL_SCRIPT = 'ixnetrfc2544.tcl' ########################################### |