summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2018-12-05 16:12:29 -0800
committerahothan <ahothan@cisco.com>2018-12-05 16:12:29 -0800
commit8eaf1fcc4b2b3678d62ddb081f0d912fdc92bc20 (patch)
treed5553c4f8fbb475d6ffc49022fb246d67d4fd8f4 /test
parentf5d7345437161218d487e3771a96df29928f6c4f (diff)
NFVBENCH-117 Streamline VxLAN vni config and use auto-indexing
Change-Id: Ie57d4c38ee22a4032991c282af526e0b28ce7a83 Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'test')
-rw-r--r--test/test_chains.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_chains.py b/test/test_chains.py
index de18e92..17c5b94 100644
--- a/test/test_chains.py
+++ b/test/test_chains.py
@@ -76,7 +76,6 @@ def test_chain_runner_ext_no_openstack():
config = _get_chain_config(sc=ChainType.EXT)
specs = Specs()
config.vlans = [100, 200]
- config.vnis = [5000, 6000]
config['traffic_generator']['mac_addrs_left'] = ['00:00:00:00:00:00']
config['traffic_generator']['mac_addrs_right'] = ['00:00:00:00:01:00']
@@ -173,7 +172,6 @@ def _check_nfvbench_openstack(sc=ChainType.PVP, l2_loopback=False):
if l2_loopback:
config.l2_loopback = True
config.vlans = [[100], [200]]
- config.vnis = [[5000], [6000]]
factory = BasicFactory()
config_plugin = factory.get_config_plugin_class()(config)
config = config_plugin.get_config()
@@ -388,7 +386,6 @@ def test_fixed_rate_no_openstack():
config = _get_chain_config(ChainType.EXT, 1, True, rate='100%')
specs = Specs()
config.vlans = [100, 200]
- config.vnis = [5000, 6000]
config['traffic_generator']['mac_addrs_left'] = ['00:00:00:00:00:00']
config['traffic_generator']['mac_addrs_right'] = ['00:00:00:00:01:00']
config.no_arp = True