File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,9 @@ the pages will re-render and the browser will automatically refresh.
216
216
` TEST_LOADBALANCER=1 tox -m test-eg ` .
217
217
218
218
## Running Encryption Tests Locally
219
+ - Clone ` drivers-evergreen-tools ` :
220
+ ` git clone [email protected] :mongodb-labs/drivers-evergreen-tools.git ` .
221
+ - Run ` export DRIVERS_TOOLS=$PWD/drivers-evergreen-tools `
219
222
- Run ` AWS_PROFILE=<profile> tox -m setup-encryption ` after setting up your AWS profile with ` aws configure sso ` .
220
223
- Run the tests with ` TEST_ENCRYPTION=1 tox -e test-eg ` .
221
224
- When done, run ` tox -m teardown-encryption ` to clean up.
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ allowlist_externals =
197
197
bash
198
198
commands =
199
199
bash .evergreen/setup-libmongocrypt.sh
200
- bash {env:DRIVERS_TOOLS}/.evergreen/csfle/setup-secrets.sh
200
+ bash {env:DRIVERS_TOOLS:DRIVERS_TOOLS_var_undefined }/.evergreen/csfle/setup-secrets.sh
201
201
bash {env:DRIVERS_TOOLS}/.evergreen/csfle/start-servers.sh
202
202
203
203
[testenv:teardown-encryption]
@@ -208,5 +208,5 @@ allowlist_externals =
208
208
bash
209
209
rm
210
210
commands =
211
- bash {env:DRIVERS_TOOLS}/.evergreen/csfle/stop-servers.sh
211
+ bash {env:DRIVERS_TOOLS:DRIVERS_TOOLS_var_undefined }/.evergreen/csfle/stop-servers.sh
212
212
rm -rf libmongocrypt/ libmongocrypt_git/ libmongocrypt.tar.gz mongocryptd.pid
You can’t perform that action at this time.
0 commit comments