From 0cf5b3770e33ed1168e98d557a6dc212ca57f970 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 21 Jul 2016 23:00:21 -0400 Subject: Adds configuring vpp/hc on all nodes Changes include: - starting vpp with pci addr of tenant nic - setting performance options for fdio scenario - creates nosdn fdio scenario (needs newtorking-vpp, etc) - starts HC if ODL is used opnfv-tht-pr: 46 JIRA: APEX-133 Change-Id: Ie7a7f1418b94dfb82255ec9aebc550a955dd696a Signed-off-by: Tim Rozet --- tests/test_apex_network_environment.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_apex_network_environment.py b/tests/test_apex_network_environment.py index 2a8438fa..97bdd370 100644 --- a/tests/test_apex_network_environment.py +++ b/tests/test_apex_network_environment.py @@ -38,6 +38,8 @@ class TestNetworkEnvironment(object): def test_get_netenv_settings(self): ns = NetworkSettings('../config/network/network_settings.yaml', True) - ne = NetworkEnvironment(ns, '../build/network-environment.yaml') + ne = NetworkEnvironment(ns, '../build/network-environment.yaml', + compute_pre_config=True, + controller_pre_config=True) assert_is_instance(ne.get_netenv_settings(), dict) assert_not_equal(ne.get_netenv_settings(), {}) -- cgit 1.2.3-korg