diff options
Diffstat (limited to 'test/hpa_automation/tosca/hpa_automation.py')
-rwxr-xr-x | test/hpa_automation/tosca/hpa_automation.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/hpa_automation/tosca/hpa_automation.py b/test/hpa_automation/tosca/hpa_automation.py index 68f848763..d542c20b6 100755 --- a/test/hpa_automation/tosca/hpa_automation.py +++ b/test/hpa_automation/tosca/hpa_automation.py @@ -385,7 +385,8 @@ def onboard_vnf(parameters): return vnf_onboard_outputs def onboard_ns(parameters): - ns_onboard_string = 'oclip vfc-catalog-onboard-ns -c {}'.format(parameters["ns-csar-id"]) + ns_onboard_string = 'oclip vfc-catalog-onboard-ns -m {} -c {}'.format(parameters["ns"]["url"], + parameters["ns"]["csar-id"]) ns_onboard_out = (os.popen(ns_onboard_string)).read() return ns_onboard_out |