aboutsummaryrefslogtreecommitdiffstats
path: root/nfvbench/cfg.default.yaml
diff options
context:
space:
mode:
authorPierrick Louin <pierrick.louin@orange.com>2020-10-13 17:21:42 +0200
committerAlec Hothan <ahothan@cisco.com>2020-10-17 15:20:24 +0000
commit8faf4cc8f09ebea48b74e6142a14dcca4633778b (patch)
treefa398f77e05d13156c2c02213a87f6c8661fc038 /nfvbench/cfg.default.yaml
parentf89dfb7e78c0e6f0474777d5718ebc5bacd76707 (diff)
NFVBENCH-180: Add a 'no_e2e_check' option to skip "end to end" connectivity check
Change-Id: Ic4ed852752a542f958f9ccb74369825bc85ddadb Signed-off-by: Pierrick Louin <pierrick.louin@orange.com>
Diffstat (limited to 'nfvbench/cfg.default.yaml')
-rw-r--r--nfvbench/cfg.default.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/nfvbench/cfg.default.yaml b/nfvbench/cfg.default.yaml
index ac31d05..80d5b68 100644
--- a/nfvbench/cfg.default.yaml
+++ b/nfvbench/cfg.default.yaml
@@ -868,10 +868,16 @@ no_flow_stats: false
no_latency_stats: false
# Disable latency measurements (no streams)
-# Can be overriden by --no-latency-stream
+# Can be overriden by --no-latency-streams
# Should be left to the default value (false)
no_latency_streams: false
+# Skip "end to end" connectivity check on traffic setup
+# Can be overriden by --no-e2e-check
+# Should be left to the default value (false)
+# This flag is usable for traffic generation only
+no_e2e_check: false
+
# General purpose register (debugging flags)
# Can be overriden by --debug-mask
# Designed for development needs