fix vnf deployment 15/30215/1
authorboucherv <valentin.boucher@orange.com>
Thu, 9 Mar 2017 20:30:49 +0000 (21:30 +0100)
committerboucherv <valentin.boucher@orange.com>
Thu, 9 Mar 2017 20:30:49 +0000 (21:30 +0100)
Change-Id: If92c7d402b88f59367564f7279d426eb8f3b582a
Signed-off-by: boucherv <valentin.boucher@orange.com>
functest/opnfv_tests/vnf/ims/cloudify_ims.py

index c2c251a..e2401d0 100644 (file)
@@ -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}