aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/network_services/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/network_services/test_utils.py')
-rw-r--r--tests/unit/network_services/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/network_services/test_utils.py b/tests/unit/network_services/test_utils.py
index 8d9e74adf..993adbeae 100644
--- a/tests/unit/network_services/test_utils.py
+++ b/tests/unit/network_services/test_utils.py
@@ -27,7 +27,7 @@ from yardstick.network_services import utils
class UtilsTestCase(unittest.TestCase):
"""Test all VNF helper methods."""
- DPDK_PATH = os.path.join(utils.NSB_ROOT, "dpdk_nic_bind.py")
+ DPDK_PATH = os.path.join(utils.NSB_ROOT, "dpdk-devbind.py")
def setUp(self):
super(UtilsTestCase, self).setUp()