X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6a08de4e6d04ed9706ae5f6502c9ff3d26a8bc0e..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 4607365c55..a36bbfc6fd 100644 --- a/sdk/python/tests/run_test_server.py +++ b/sdk/python/tests/run_test_server.py @@ -413,14 +413,15 @@ def run_controller(): f.write(""" Clusters: zzzzz: + ManagementToken: e687950a23c3a9bceec28c6223a06c79 HTTPRequestTimeout: 30s PostgreSQL: ConnectionPool: 32 Connection: - Host: {} - DBName: {} - User: {} - Password: {} + host: {} + dbname: {} + user: {} + password: {} NodeProfiles: "*": "arvados-controller": @@ -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: