aboutsummaryrefslogtreecommitdiffstats
path: root/conf/03_traffic.conf
diff options
context:
space:
mode:
authorSridhar K. N. Rao <sridhar.rao@spirent.com>2019-02-20 20:53:27 +0530
committerSridhar K. N. Rao <sridhar.rao@spirent.com>2019-02-20 22:20:03 +0530
commit5cca2e41b6f83968c2fcf256c564f27821e25b0b (patch)
tree96278907f461cc48b811ac98cfd5e027e91ec86c /conf/03_traffic.conf
parent85cdafd157ce9e5a5fd7e4233608b06058de175a (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/03_traffic.conf')
-rw-r--r--conf/03_traffic.conf6
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
#########################################