X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Fnfvbench.py;h=314b8283ca867db1f7617f5628f8b521062894c5;hb=8faf4cc8f09ebea48b74e6142a14dcca4633778b;hp=f7fe5a113e0b620e1fa4f0983a86a6818076f368;hpb=f89dfb7e78c0e6f0474777d5718ebc5bacd76707;p=nfvbench.git diff --git a/nfvbench/nfvbench.py b/nfvbench/nfvbench.py index f7fe5a1..314b828 100644 --- a/nfvbench/nfvbench.py +++ b/nfvbench/nfvbench.py @@ -529,6 +529,8 @@ def _parse_opts_from_cli(): help='Override the T-Rex \'cores\' parameter') parser.add_argument('--cache-size', dest='cache_size', + type=int_arg, + metavar='', action='store', default='0', help='Specify the FE cache size (default: 0, flow-count if < 0)') @@ -536,12 +538,17 @@ def _parse_opts_from_cli(): parser.add_argument('--service-mode', dest='service_mode', action='store_true', default=False, - help='Enable T-Rex service mode for debugging only') + help='Enable T-Rex service mode (for debugging purpose)') + + parser.add_argument('--no-e2e-check', dest='no_e2e_check', + action='store_true', + default=False, + help='Skip "end to end" connectivity check (on test purpose)') parser.add_argument('--no-flow-stats', dest='no_flow_stats', action='store_true', default=False, - help='Disable extra flow stats (on high load traffic)') + help='Disable additional flow stats (on high load traffic)') parser.add_argument('--no-latency-stats', dest='no_latency_stats', action='store_true',