diff options
author | Sridhar Rao <sridhar.rao@spirent.com> | 2019-03-19 05:26:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-03-19 05:26:52 +0000 |
commit | e255889356b90ea74f7f2fa4e8b88b461682d995 (patch) | |
tree | a806253e868bd565ffb8a88beac9e8e1457fc1c2 /conf/03_traffic.conf | |
parent | 94ebcf4df013c7b6a7003ac22c4799fbefb185e6 (diff) | |
parent | 5cca2e41b6f83968c2fcf256c564f27821e25b0b (diff) |
Merge "pkt_gen: STC- Live Results Support"
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 ######################################### |