diff options
author | ahothan <ahothan@cisco.com> | 2018-05-16 10:56:01 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2018-05-16 11:19:06 -0700 |
commit | e17b4b5b35936c5032cbeb3ccf8efbbc4c59c686 (patch) | |
tree | 7ada4888e61eb2611134bb2d84852d9f368c42ae /test | |
parent | e633f286772e7667dfd7491a0a7227f9317bc0c8 (diff) |
NFVBENCH-94 End to end traffic test triggers too early on chatty network
Change-Id: I995cf3209ec4ac8c324e2bc4bee202e0639bf0b3
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/test_nfvbench.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_nfvbench.py b/test/test_nfvbench.py index 16784d8..c45ccb3 100644 --- a/test/test_nfvbench.py +++ b/test/test_nfvbench.py @@ -627,6 +627,7 @@ def get_dummy_tg_config(chain_type, rate): 'check_traffic_time_sec': 200, 'generic_poll_sec': 2, 'measurement': {'NDR': 0.001, 'PDR': 0.1, 'load_epsilon': 0.1}, + 'l2_loopback': False }) def get_traffic_client(): |