summaryrefslogtreecommitdiffstats
path: root/testsuites/vstf/run_vstf.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/vstf/run_vstf.py')
-rwxr-xr-xtestsuites/vstf/run_vstf.py2
1 files changed, 1 insertions, 1 deletions
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()