diff options
author | ahothan <ahothan@cisco.com> | 2018-11-20 09:52:00 -0800 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2018-11-20 10:09:21 -0800 |
commit | 8b1b3e5c7fb91f450b2abe4a8201bcfec14b2bb9 (patch) | |
tree | 56e00816633de94b848e2951673e52d56903f797 /test/test_nfvbench.py | |
parent | 4988edf6afb74026db81677f25877b27b8fcfc05 (diff) |
NFVBENCH-111 Add support for VxLAN3.0.0
Change-Id: I7d9d7ccb6be7445e625ec520d22c5f045b56d5ff
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'test/test_nfvbench.py')
-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 f532bba..04778e7 100644 --- a/test/test_nfvbench.py +++ b/test/test_nfvbench.py @@ -319,6 +319,7 @@ def _get_dummy_tg_config(chain_type, rate, scc=1, fc=10, step_ip='0.0.0.1', def _get_traffic_client(): config = _get_dummy_tg_config('PVP', 'ndr_pdr') + config['vxlan'] = False config['ndr_run'] = True config['pdr_run'] = True config['generator_profile'] = 'dummy' |