Merge branch '8784-dir-listings'
[arvados.git] / services / keep / tools / traffic_test.py
index de97edd9cbf2502767e2ea090c1346e4183c0d44..cd50a52bdafcb8806f755f492a555f1206210f9f 100755 (executable)
@@ -1,4 +1,7 @@
 #! /usr/bin/env python
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
 
 # traffic_test.py
 #
@@ -68,7 +71,7 @@ def start():
     run_test_server.run_keep()
 
 def put(files):
-    os.environ["ARVADOS_API_HOST"] = "127.0.0.1:3001"
+    os.environ["ARVADOS_API_HOST"] = "127.0.0.1:3000"
     run_test_server.authorize_with('active')
     for v in ["ARVADOS_API_HOST",
               "ARVADOS_API_HOST_INSECURE",
@@ -84,7 +87,7 @@ def put(files):
         manifest_uuid = arv_cmd(ARV_PUT_PATH, c)
 
 def get(blocks):
-    os.environ["ARVADOS_API_HOST"] = "127.0.0.1:3001"
+    os.environ["ARVADOS_API_HOST"] = "127.0.0.1:3000"
 
     run_test_server.authorize_with('active')
     for v in ["ARVADOS_API_HOST",