summaryrefslogtreecommitdiffstats
path: root/tests/unit/network_services/vnf_generic/vnf/test_acl_vnf.py
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2018-02-11 22:08:55 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-02-11 22:08:55 +0000
commit62699b55160b4308e80c0e98ace98ecf4c2eacb9 (patch)
treee62eb129af0843ec5c67c43543fcc40582fc809b /tests/unit/network_services/vnf_generic/vnf/test_acl_vnf.py
parent6c5052211e1e3f82d55946d2df090ad787382494 (diff)
parenta3364a6b9e86308007895b69571028386969a17c (diff)
Merge "Remove references to "dpdk_nic_bind" utility"
Diffstat (limited to 'tests/unit/network_services/vnf_generic/vnf/test_acl_vnf.py')
-rw-r--r--tests/unit/network_services/vnf_generic/vnf/test_acl_vnf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/network_services/vnf_generic/vnf/test_acl_vnf.py b/tests/unit/network_services/vnf_generic/vnf/test_acl_vnf.py
index 2a2647a91..f9a10149e 100644
--- a/tests/unit/network_services/vnf_generic/vnf/test_acl_vnf.py
+++ b/tests/unit/network_services/vnf_generic/vnf/test_acl_vnf.py
@@ -343,6 +343,6 @@ class TestAclApproxVnf(unittest.TestCase):
acl_approx_vnf.used_drivers = {"01:01.0": "i40e",
"01:01.1": "i40e"}
acl_approx_vnf.vnf_execute = mock.MagicMock()
- acl_approx_vnf.dpdk_nic_bind = "dpdk_nic_bind.py"
+ acl_approx_vnf.dpdk_devbind = "dpdk-devbind.py"
acl_approx_vnf._resource_collect_stop = mock.Mock()
self.assertEqual(None, acl_approx_vnf.terminate())