X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=testsuites%2Fvstf%2Frun_vstf.py;h=1529264652722dd1ca3c54c6f403ae3ded92ac50;hb=7fa6864522dec3924cd5e8006964d18e934b35bf;hp=4ea56661c5ee187260582cea37adb8fd98f3a7b6;hpb=f670ac5d8572ed93811ad01a9d27142cba77de5d;p=bottlenecks.git diff --git a/testsuites/vstf/run_vstf.py b/testsuites/vstf/run_vstf.py index 4ea56661..15292646 100755 --- a/testsuites/vstf/run_vstf.py +++ b/testsuites/vstf/run_vstf.py @@ -72,7 +72,7 @@ def _download_url(src_url, dest_dir): with open(dest, 'wb') as f: shutil.copyfileobj(response, f) - return file_name + return dest def vstf_stack_satisfy(name="bottlenecks_vstf_stack", status="CREATE_COMPLETE"): heat = _get_heat_client()