Actions
Feature #10765
closed[arvados-ws] switch our test infrastructure over to arvados-ws
Status:
Resolved
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
0.5
Description
This should be a matter of changing default test suite behavior to what is currently hidden behind an ARVADOS_TEST_EXPERIMENTAL_WS env var:
$ git grep EXPERIMENTAL_WS sdk/python/tests/run_test_server.py: if env.get('ARVADOS_TEST_EXPERIMENTAL_WS'): services/api/config/application.default.yml: websocket_address: <% if ENV['ARVADOS_TEST_EXPERIMENTAL_WS'] %>"wss://0.0.0.0:<%= ENV['ARVADOS_TEST_WSS_PORT'] %>/websocket"<% else %>false<% end %>
Related issues
Actions