diff options
Diffstat (limited to 'conf/03_traffic.conf')
-rw-r--r-- | conf/03_traffic.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/03_traffic.conf b/conf/03_traffic.conf index 23f562b0..d79b0b19 100644 --- a/conf/03_traffic.conf +++ b/conf/03_traffic.conf @@ -472,6 +472,12 @@ TRAFFICGEN_STC_WEST_INTF_GATEWAY_ADDR = "" # Print additional information to the terminal during the test TRAFFICGEN_STC_VERBOSE = "True" +# Live Results Required? +TRAFFICGEN_STC_LIVE_RESULTS = "True" + +# Live results file name +TRAFFICGEN_STC_LIVERESULTS_FILE = "stc-liveresults.dat" + # Spirent TestCenter Configuration -- END ######################################### |