Skip to content

Commit 5acbd6d

Browse files
committed
remove redundat test get client config
1 parent 4b76ff4 commit 5acbd6d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.ci/tests/examples/run.sh

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,6 @@ fi
6161
>&2 echo "Checking rounds success"
6262
python ../../.ci/tests/examples/wait_for.py rounds
6363

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-
7864
>&2 echo "Test API GET requests"
7965
python ../../.ci/tests/examples/api_test.py test_api_get_methods
8066

0 commit comments

Comments
 (0)