@@ -286,16 +286,23 @@ Note: these tests can only be run from an Evergreen Linux host that has the Pyth
286
286
The ` mode ` can be ` standalone ` or ` embedded ` . For the ` replica_set ` version of the tests, use
287
287
` TOPOLOGY=replica_set just run-server ` .
288
288
289
+ ### Atlas Data Lake tests.
290
+
291
+ You must have ` docker ` or ` podman ` installed locally.
292
+
293
+ - Run ` just setup-tests data_lake ` .
294
+ - Run ` just run-tests ` .
295
+
289
296
### OCSP tests
290
297
291
- - Export the orchestration file, e.g. ` export ORCHESTRATION_FILE=rsa-basic-tls-ocsp-disableStapling.json ` .
292
- This corresponds to a config file in ` $DRIVERS_TOOLS/.evergreen/orchestration/configs/servers ` .
293
- MongoDB servers on MacOS and Windows do not staple OCSP responses and only support RSA.
294
- - Run ` just run-server ocsp ` .
295
- - Run ` just setup-tests ocsp <sub test> ` (options are "valid", "revoked", "valid-delegate", "revoked-delegate").
296
- - Run ` just run-tests `
298
+ - Export the orchestration file, e.g. ` export ORCHESTRATION_FILE=rsa-basic-tls-ocsp-disableStapling.json ` .
299
+ This corresponds to a config file in ` $DRIVERS_TOOLS/.evergreen/orchestration/configs/servers ` .
300
+ MongoDB servers on MacOS and Windows do not staple OCSP responses and only support RSA.
301
+ - Run ` just run-server ocsp ` .
302
+ - Run ` just setup-tests ocsp <sub test> ` (options are "valid", "revoked", "valid-delegate", "revoked-delegate").
303
+ - Run ` just run-tests `
297
304
298
- If you are running one of the ` no-responder ` tests, omit the ` run-server ` step.
305
+ If you are running one of the ` no-responder ` tests, omit the ` run-server ` step.
299
306
300
307
### Perf Tests
301
308
0 commit comments