aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-09-18 06:09:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-18 06:09:45 +0000
commit32abb8c5c2bb6abc9aa1b85e30af005b5cf5db9a (patch)
treed26a214adcf05b7502c4b5710f11bf2b4d75399c /tests/unit
parentb5fdfc1f42dc8ab6769ed5ca3cf8500e8b92a164 (diff)
parenta05a2d39ae001e03f340694272fdb0cbf9a5d9e8 (diff)
Merge "Fixing vPE config creation anf bring up issues."
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/network_services/vnf_generic/vnf/test_vpe_vnf.py2
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,