X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cae02ce88e24b9e760fbacbeea630c85946dcbe6..ac2785f7f3932ffa4988b6752482f0c1c6883c02:/sdk/python/tests/run_test_server.py diff --git a/sdk/python/tests/run_test_server.py b/sdk/python/tests/run_test_server.py index 6687ca491a..a36bbfc6fd 100644 --- a/sdk/python/tests/run_test_server.py +++ b/sdk/python/tests/run_test_server.py @@ -413,6 +413,7 @@ def run_controller(): f.write(""" Clusters: zzzzz: + ManagementToken: e687950a23c3a9bceec28c6223a06c79 HTTPRequestTimeout: 30s PostgreSQL: ConnectionPool: 32 @@ -632,6 +633,7 @@ def run_arv_git_httpd(): agh = subprocess.Popen( ['arv-git-httpd', '-repo-root='+gitdir+'/test', + '-management-token=e687950a23c3a9bceec28c6223a06c79', '-address=:'+str(gitport)], env=env, stdin=open('/dev/null'), stdout=logf, stderr=logf) with open(_pidfile('arv-git-httpd'), 'w') as f: @@ -657,6 +659,7 @@ def run_keep_web(): ['keep-web', '-allow-anonymous', '-attachment-only-host=download', + '-management-token=e687950a23c3a9bceec28c6223a06c79', '-listen=:'+str(keepwebport)], env=env, stdin=open('/dev/null'), stdout=logf, stderr=logf) with open(_pidfile('keep-web'), 'w') as f: