Skip to content

Commit 579c856

Browse files
committed
chore: update test readmes
1 parent 9cc91c6 commit 579c856

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ The following steps will walk you through how to run the tests for CSFLE.
422422
#### KMIP FLE support tests
423423

424424
1. Install virtualenv: `pip install virtualenv`
425-
2. Source the ./activate_venv.sh script in driver evergreen tools `.evergreen/csfle/activate_venv.sh`
425+
2. Source the ./activate-kmstlsvenv.sh script in driver evergreen tools `.evergreen/csfle/activate-kmstlsvenv.sh`
426426
1. This will install all the dependencies needed to run a python kms_kmip simulated server
427427
3. In 4 separate terminals launch the following:
428428
- `./kmstlsvenv/bin/python3 -u kms_kmip_server.py` # by default it always runs on port 5698

test/spec/client-side-encryption/tests/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,14 +1193,14 @@ KMS TLS Tests
11931193
The following tests that connections to KMS servers with TLS verify peer certificates.
11941194

11951195
The two tests below make use of mock KMS servers which can be run on Evergreen using `the mock KMS server script <https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/csfle/kms_http_server.py>`_.
1196-
Drivers can set up their local Python enviroment for the mock KMS server by running `the virtualenv activation script <https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/csfle/activate_venv.sh>`_.
1196+
Drivers can set up their local Python enviroment for the mock KMS server by running `the virtualenv activation script <https://github.com/mongodb-labs/drivers-evergreen-tools/blob/master/.evergreen/csfle/activate-kmstlsvenv.sh>`_.
11971197

11981198
To start two mock KMS servers, one on port 9000 with `ca.pem`_ as a CA file and `expired.pem`_ as a cert file, and one on port 9001 with `ca.pem`_ as a CA file and `wrong-host.pem`_ as a cert file,
11991199
run the following commands from the ``.evergreen/csfle`` directory:
12001200

12011201
.. code::
12021202
1203-
. ./activate_venv.sh
1203+
. ./activate-kmstlsvenv.sh
12041204
python -u kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/expired.pem --port 9000 &
12051205
python -u kms_http_server.py --ca_file ../x509gen/ca.pem --cert_file ../x509gen/wrong-host.pem --port 9001 &
12061206

0 commit comments

Comments
 (0)