X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FSetupFramework.py;h=9aff15278e6ecda3a234706a6569c410f41f268e;hb=91237b65fb3aa3409456ff6ad57caab08a3041cc;hp=c9207d96588de659e7dd5b03dce42f87bd7fea4d;hpb=cf64b95272442e47a2d0fe7eed89b4e99c1f6bb5;p=csit.git diff --git a/resources/libraries/python/SetupFramework.py b/resources/libraries/python/SetupFramework.py index c9207d9658..9aff15278e 100644 --- a/resources/libraries/python/SetupFramework.py +++ b/resources/libraries/python/SetupFramework.py @@ -249,9 +249,9 @@ class SetupFramework(object): threads = [] for node in nodes.values(): - thread = threading.Thread(target=setup_node, args=(tarball, + thread = threading.Thread(target=setup_node, args=(node, + tarball, remote_tarball, - node, results)) thread.start() threads.append(thread)