We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b76ff4 commit 5acbd6dCopy full SHA for 5acbd6d
.ci/tests/examples/run.sh
@@ -61,20 +61,6 @@ fi
61
>&2 echo "Checking rounds success"
62
python ../../.ci/tests/examples/wait_for.py rounds
63
64
->&2 echo "Test client connection with dowloaded settings"
65
-# Get config
66
-python ../../.ci/tests/examples/api_test.py get_client_config --output ../../client.yaml
67
-
68
-# Redeploy clients with config
69
-docker compose \
70
- -f ../../docker-compose.yaml \
71
- -f docker-compose.override.yaml \
72
- -f ../../.ci/tests/examples/compose-client-settings.override.yaml \
73
- up -d
74
75
->&2 echo "Wait for clients to reconnect"
76
-python ../../.ci/tests/examples/wait_for.py clients
77
78
>&2 echo "Test API GET requests"
79
python ../../.ci/tests/examples/api_test.py test_api_get_methods
80
0 commit comments