[ARVADOS] updated: 1.3.0-1438-g756aad23b

Git user git at public.curoverse.com
Fri Aug 2 19:56:25 UTC 2019


Summary of changes:
 sdk/python/tests/run_test_server.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

       via  756aad23bd19f1533f38f0b9e9ee1206dc33b114 (commit)
      from  2d9aa62499005abd47b5f2fa604f01d055480722 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 756aad23bd19f1533f38f0b9e9ee1206dc33b114
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Fri Aug 2 16:55:48 2019 -0300

    14716: Sets anonymous user token using the new way on tests.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/sdk/python/tests/run_test_server.py b/sdk/python/tests/run_test_server.py
index 6cad088bb..679f04b98 100644
--- a/sdk/python/tests/run_test_server.py
+++ b/sdk/python/tests/run_test_server.py
@@ -604,7 +604,6 @@ def run_keep_web():
 
     keepwebport = internal_port_from_config("WebDAV")
     env = os.environ.copy()
-    env['ARVADOS_API_TOKEN'] = auth_token('anonymous')
     logf = open(_logfilename('keep-web'), 'a')
     keepweb = subprocess.Popen(
         ['keep-web'],
@@ -741,7 +740,10 @@ def setup_config():
                 "TLS": {
                     "Insecure": True
                 },
-                "Services": services
+                "Services": services,
+                "Users": {
+                    "AnonymousUserToken": auth_token('anonymous')
+                }
             }
         }
     }

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list