diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-08-22 01:41:03 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-17 22:58:30 -0700 |
commit | a05a2d39ae001e03f340694272fdb0cbf9a5d9e8 (patch) | |
tree | 0f64d1865509e405f87324c9fbfc4365f08d069a /tests/unit/network_services/vnf_generic | |
parent | 8b12695ca8a529484409556d244cbf5f015eca8f (diff) |
Fixing vPE config creation anf bring up issues.
Change-Id: Icf7a01a053495e6d96bd664d6ceda8964fa437eb
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'tests/unit/network_services/vnf_generic')
-rw-r--r-- | tests/unit/network_services/vnf_generic/vnf/test_vpe_vnf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/network_services/vnf_generic/vnf/test_vpe_vnf.py b/tests/unit/network_services/vnf_generic/vnf/test_vpe_vnf.py index e210aa0e4..62389870b 100644 --- a/tests/unit/network_services/vnf_generic/vnf/test_vpe_vnf.py +++ b/tests/unit/network_services/vnf_generic/vnf/test_vpe_vnf.py @@ -536,8 +536,6 @@ class TestVpeApproxVnf(unittest.TestCase): mock.MagicMock, mock.MagicMock) vpe_approx_vnf.tc_file_name = get_file_abspath(TEST_FILE_YAML) vpe_approx_vnf.generate_port_pairs = mock.Mock() - vpe_approx_vnf.tg_port_pairs = [[[0], [1]]] - vpe_approx_vnf.vnf_port_pairs = [[[0], [1]]] vpe_approx_vnf.vnf_cfg = { 'lb_config': 'SW', 'lb_count': 1, |