diff options
author | boucherv <valentin.boucher@orange.com> | 2017-03-09 21:30:49 +0100 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2017-03-09 21:30:49 +0100 |
commit | cea7fe6b727f2f4ccd25d850a90511af54b6f0cc (patch) | |
tree | e27e7be3726a9a3a9eb36a6391f9f2d50d34682d /functest | |
parent | 946083ad05e98c249e0847280c0e3ebdce9f882c (diff) |
fix vnf deployment
Change-Id: If92c7d402b88f59367564f7279d426eb8f3b582a
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'functest')
-rw-r--r-- | functest/opnfv_tests/vnf/ims/cloudify_ims.py | 2 |
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 c2c251ad..e2401d0f 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} |