diff options
Diffstat (limited to 'test/hpa_automation/tosca')
-rwxr-xr-x | test/hpa_automation/tosca/hpa_automation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hpa_automation/tosca/hpa_automation.py b/test/hpa_automation/tosca/hpa_automation.py index a969913b5..08966d9a5 100755 --- a/test/hpa_automation/tosca/hpa_automation.py +++ b/test/hpa_automation/tosca/hpa_automation.py @@ -380,7 +380,7 @@ def onboard_vnf(parameters): for key, value in vnfs.items(): vnf_onboard_string = 'oclip vfc-catalog-onboard-vnf -c {}'.format(value.get("csar-id")) - vnf_onboard_outs[key] = (os.popen(ns_onboard_string)).read() + vnf_onboard_outputs[key] = (os.popen(vnf_onboard_string)).read() return vnf_onboard_outputs def onboard_ns(parameters): |