Skip to content

Commit 1402cf1

Browse files
committed
test(NODE-3777): more missing vars in evg
1 parent 135a15f commit 1402cf1

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ functions:
131131
export AWS_ACCESS_KEY_ID='${AWS_ACCESS_KEY_ID}'
132132
export AWS_SECRET_ACCESS_KEY='${AWS_SECRET_ACCESS_KEY}'
133133
export AWS_DEFAULT_REGION='us-east-1'
134+
export KMIP_TLS_CA_FILE="${DRIVERS_TOOLS}/.evergreen/x509gen/ca.pem"
135+
export KMIP_TLS_CERT_FILE="${DRIVERS_TOOLS}/.evergreen/x509gen/client.pem"
134136
EOT
135137
fi
136138
- command: shell.exec

.evergreen/config.yml.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ functions:
151151
export AWS_ACCESS_KEY_ID='${AWS_ACCESS_KEY_ID}'
152152
export AWS_SECRET_ACCESS_KEY='${AWS_SECRET_ACCESS_KEY}'
153153
export AWS_DEFAULT_REGION='us-east-1'
154+
export KMIP_TLS_CA_FILE="${DRIVERS_TOOLS}/.evergreen/x509gen/ca.pem"
155+
export KMIP_TLS_CERT_FILE="${DRIVERS_TOOLS}/.evergreen/x509gen/client.pem"
154156
EOT
155157
fi
156158
- command: shell.exec

test/manual/kerberos.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ describe('Kerberos', function () {
5151
});
5252
});
5353

54-
// Unskip this test when a proper setup is available - see NODE-3060
5554
it.skip('validate that SERVICE_REALM and CANONICALIZE_HOST_NAME can be passed in', function (done) {
5655
const client = new MongoClient(
5756
`${krb5Uri}&authMechanismProperties=SERVICE_NAME:mongodb,CANONICALIZE_HOST_NAME:false,SERVICE_REALM:windows&maxPoolSize=1`

0 commit comments

Comments
 (0)