diff options
author | Sridhar K. N. Rao <sridhar.rao@spirent.com> | 2019-02-20 20:53:27 +0530 |
---|---|---|
committer | Sridhar K. N. Rao <sridhar.rao@spirent.com> | 2019-02-20 22:20:03 +0530 |
commit | 5cca2e41b6f83968c2fcf256c564f27821e25b0b (patch) | |
tree | 96278907f461cc48b811ac98cfd5e027e91ec86c /conf | |
parent | 85cdafd157ce9e5a5fd7e4233608b06058de175a (diff) |
pkt_gen: STC- Live Results Support
This patch adds live-results reporting from STC traffic generator.
STC reports per-port stream results every second. The results are
written to two different files in results folder.
Added configuration filename for stc-liveresults
JIRA: VSPERF-598
Change-Id: I37de6b5f544355e9e0dd42936328551b59afe065
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Diffstat (limited to '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 d3269078..4a980718 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 ######################################### |