From e17b4b5b35936c5032cbeb3ccf8efbbc4c59c686 Mon Sep 17 00:00:00 2001 From: ahothan Date: Wed, 16 May 2018 10:56:01 -0700 Subject: NFVBENCH-94 End to end traffic test triggers too early on chatty network Change-Id: I995cf3209ec4ac8c324e2bc4bee202e0639bf0b3 Signed-off-by: ahothan --- nfvbench/nfvbench.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nfvbench/nfvbench.py') diff --git a/nfvbench/nfvbench.py b/nfvbench/nfvbench.py index c5c1244..1f80390 100644 --- a/nfvbench/nfvbench.py +++ b/nfvbench/nfvbench.py @@ -574,7 +574,9 @@ def main(): if opts.no_int_config: config.no_int_config = opts.no_int_config + # port to port loopback (direct or through switch) if opts.l2_loopback: + config.l2_loopback = True if config.service_chain != ChainType.EXT: LOG.info('Changing service chain type to EXT') config.service_chain = ChainType.EXT -- cgit 1.2.3-korg