You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Run `export DRIVERS_TOOLS=$PWD/drivers-evergreen-tools`. This can be put into a `.bashrc` file
215
217
for convenience.
216
-
-Set up access to [Drivers test secrets](https://github.com/mongodb-labs/drivers-evergreen-tools/tree/master/.evergreen/secrets_handling#secrets-handling).
218
+
-Some tests require access to [Drivers test secrets](https://github.com/mongodb-labs/drivers-evergreen-tools/tree/master/.evergreen/secrets_handling#secrets-handling).
217
219
218
220
### Usage
219
221
220
-
- Run `just run-server` with optional args to set up the server. All given options will be passed to
221
-
`run-orchestration.sh` in `$DRIVERS_TOOLS`. See `$DRIVERS_TOOLS/evergreen/run-orchestration.sh -h`
222
-
for a full list of options.
222
+
- Run `just run-server` with optional args to set up the server.
223
223
- Run `just setup-tests` with optional args to set up the test environment, secrets, etc.
224
224
See `just setup-tests -h` for a full list of available options.
225
225
- Run `just run-tests` to run the tests in an appropriate Python environment.
226
226
- When done, run `just teardown-tests` to clean up and `just stop-server` to stop the server.
227
227
228
+
### SSL tests
229
+
230
+
- Run `just run-server --ssl` to start the server with TLS enabled.
231
+
- Run `just setup-tests --ssl`.
232
+
- Run `just run-tests`
233
+
234
+
Note: for general testing purposes with an TLS-enabled server, you can use the following:
0 commit comments