aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-10-31 22:37:43 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-31 22:37:43 +0000
commit8291c3d11227de42599be920605f3f884dfa755b (patch)
treebf70bfdf0f208bdb4529f03de1c243cd9cd5f696 /tests
parent6ed2f6721d59b4c52de5d78cef19014a29c7407a (diff)
parent5bc60308b6ec764bd1908138694ea8115b3adb35 (diff)
Merge "resource: remove cores args"
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/network_services/nfvi/test_resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/network_services/nfvi/test_resource.py b/tests/unit/network_services/nfvi/test_resource.py
index f3244fdbd..2eef784fc 100644
--- a/tests/unit/network_services/nfvi/test_resource.py
+++ b/tests/unit/network_services/nfvi/test_resource.py
@@ -99,7 +99,7 @@ class TestResourceProfile(unittest.TestCase):
port_names = \
self.VNFD['vnfd:vnfd-catalog']['vnfd'][0]['vdu'][0]['external-interface']
self.resource_profile = \
- ResourceProfile(mgmt, port_names, [1, 2, 3])
+ ResourceProfile(mgmt, port_names)
self.resource_profile.connection = self.ssh_mock
def test___init__(self):