X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=testsuites%2Frubbos%2Frun_rubbos.py;fp=testsuites%2Frubbos%2Frun_rubbos.py;h=afe653fe375c50681d8532a8336dc1839cecd69e;hb=7fa6864522dec3924cd5e8006964d18e934b35bf;hp=18aeab6f9c9f8849901d9eee05658fce00b8bb64;hpb=f670ac5d8572ed93811ad01a9d27142cba77de5d;p=bottlenecks.git diff --git a/testsuites/rubbos/run_rubbos.py b/testsuites/rubbos/run_rubbos.py index 18aeab6f..afe653fe 100755 --- a/testsuites/rubbos/run_rubbos.py +++ b/testsuites/rubbos/run_rubbos.py @@ -73,7 +73,7 @@ def _download_url(src_url, dest_dir): with open(dest, 'wb') as f: shutil.copyfileobj(response, f) - return file_name + return dest def rubbos_stack_satisfy(name="bottlenecks_rubbos_stack", status="CREATE_COMPLETE"):