File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -251,6 +251,7 @@ functions:
251
251
script : |
252
252
${PREPARE_SHELL}
253
253
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
254
+ . ./activate_venv.sh
254
255
${MONGODB_BINARIES}/mongo aws_e2e_regular_aws.js
255
256
- command : shell.exec
256
257
type : test
@@ -279,6 +280,7 @@ functions:
279
280
script : |
280
281
${PREPARE_SHELL}
281
282
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
283
+ . ./activate_venv.sh
282
284
${MONGODB_BINARIES}/mongo aws_e2e_assume_role.js
283
285
- command : shell.exec
284
286
type : test
@@ -311,6 +313,7 @@ functions:
311
313
script : |
312
314
${PREPARE_SHELL}
313
315
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
316
+ . ./activate_venv.sh
314
317
${MONGODB_BINARIES}/mongo aws_e2e_ec2.js
315
318
- command : shell.exec
316
319
type : test
@@ -383,6 +386,7 @@ functions:
383
386
EOF
384
387
385
388
cat setup.js
389
+ . ./activate_venv.sh
386
390
mongo --nodb setup.js aws_e2e_ecs.js
387
391
run-ocsp-test :
388
392
- command : shell.exec
Original file line number Diff line number Diff line change @@ -282,6 +282,7 @@ functions:
282
282
script: |
283
283
${PREPARE_SHELL}
284
284
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
285
+ . ./activate_venv.sh
285
286
${MONGODB_BINARIES}/mongo aws_e2e_regular_aws.js
286
287
- command: shell.exec
287
288
type: test
@@ -311,6 +312,7 @@ functions:
311
312
script: |
312
313
${PREPARE_SHELL}
313
314
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
315
+ . ./activate_venv.sh
314
316
${MONGODB_BINARIES}/mongo aws_e2e_assume_role.js
315
317
- command: shell.exec
316
318
type: test
@@ -344,6 +346,7 @@ functions:
344
346
script: |
345
347
${PREPARE_SHELL}
346
348
cd ${DRIVERS_TOOLS}/.evergreen/auth_aws
349
+ . ./activate_venv.sh
347
350
${MONGODB_BINARIES}/mongo aws_e2e_ec2.js
348
351
- command: shell.exec
349
352
type: test
@@ -419,6 +422,7 @@ functions:
419
422
EOF
420
423
421
424
cat setup.js
425
+ . ./activate_venv.sh
422
426
mongo --nodb setup.js aws_e2e_ecs.js
423
427
424
428
"run-ocsp-test":
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ export NVM_DIR="${PROJECT_DIRECTORY}/node-artifacts/nvm"
16
16
set -x
17
17
18
18
# run the tests
19
- npm install aws4
19
+ npm install aws4
20
20
MONGODB_URI=$MONGODB_URI MONGODB_UNIFIED_TOPOLOGY=1 npx mocha test/functional/mongodb_aws.test.js
You can’t perform that action at this time.
0 commit comments