summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2017-03-09 21:30:49 +0100
committerboucherv <valentin.boucher@orange.com>2017-03-09 21:30:49 +0100
commitcea7fe6b727f2f4ccd25d850a90511af54b6f0cc (patch)
treee27e7be3726a9a3a9eb36a6391f9f2d50d34682d
parent946083ad05e98c249e0847280c0e3ebdce9f882c (diff)
fix vnf deployment
Change-Id: If92c7d402b88f59367564f7279d426eb8f3b582a Signed-off-by: boucherv <valentin.boucher@orange.com>
-rw-r--r--functest/opnfv_tests/vnf/ims/cloudify_ims.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/vnf/ims/cloudify_ims.py b/functest/opnfv_tests/vnf/ims/cloudify_ims.py
index c2c251ad2..e2401d0f1 100644
--- a/functest/opnfv_tests/vnf/ims/cloudify_ims.py
+++ b/functest/opnfv_tests/vnf/ims/cloudify_ims.py
@@ -234,7 +234,7 @@ class ImsVnf(vnf_base.VnfOnBoardingBase):
cw.set_external_network_name(ext_net)
- error = cw.deploy_vnf()
+ error = cw.deploy_vnf(self.vnf['blueprint'])
if error:
self.logger.error(error)
return {'status': 'FAIL', 'result': error}