@@ -172,6 +172,15 @@ functions:
172172 rm -f ./prepare_atlas_connectivity.sh
173173
174174 NODE_LTS_NAME='${NODE_LTS_NAME}' bash ${PROJECT_DIRECTORY}/.evergreen/run-atlas-tests.sh
175+ run kerberos tests :
176+ - command : shell.exec
177+ type : test
178+ params :
179+ working_dir : src
180+ script : |
181+ KRB5_KEYTAB='${gssapi_auth_keytab_base64}' KRB5_PRINCIPAL='${gssapi_auth_principal}' \
182+ MONGODB_URI='${gssapi_auth_mongodb_uri}' \
183+ NODE_LTS_NAME='${NODE_LTS_NAME}' bash ${PROJECT_DIRECTORY}/.evergreen/run-kerberos-tests.sh
175184 run ldap tests :
176185 - command : shell.exec
177186 type : test
@@ -1065,6 +1074,20 @@ tasks:
10651074 commands :
10661075 - func : install dependencies
10671076 - func : run atlas tests
1077+ - name : test-auth-kerberos
1078+ tags :
1079+ - auth
1080+ - kerberos
1081+ commands :
1082+ - func : install dependencies
1083+ - func : run kerberos tests
1084+ - name : test-auth-ldap
1085+ tags :
1086+ - auth
1087+ - ldap
1088+ commands :
1089+ - func : install dependencies
1090+ - func : run ldap tests
10681091 - name : test-tls-support
10691092 tags :
10701093 - tls-support
@@ -1076,13 +1099,6 @@ tasks:
10761099 VERSION : latest
10771100 TOPOLOGY : server
10781101 - func : run tls tests
1079- - name : test-auth-ldap
1080- tags :
1081- - auth
1082- - ldap
1083- commands :
1084- - func : install dependencies
1085- - func : run ldap tests
10861102 - name : test-latest-ocsp-valid-cert-server-staples
10871103 tags :
10881104 - ocsp
@@ -1377,8 +1393,9 @@ buildvariants:
13771393 - test-2.6-replica_set-unified
13781394 - test-2.6-sharded_cluster-unified
13791395 - test-atlas-connectivity
1380- - test-tls-support
1396+ - test-auth-kerberos
13811397 - test-auth-ldap
1398+ - test-tls-support
13821399 - test-latest-ocsp-valid-cert-server-staples
13831400 - test-latest-ocsp-invalid-cert-server-staples
13841401 - test-latest-ocsp-valid-cert-server-does-not-staple
@@ -1490,6 +1507,7 @@ buildvariants:
14901507 - test-2.6-replica_set-unified
14911508 - test-2.6-sharded_cluster-unified
14921509 - test-atlas-connectivity
1510+ - test-auth-kerberos
14931511 - test-auth-ldap
14941512 - name : ubuntu-14.04-dubnium
14951513 display_name : Ubuntu 14.04 Node Dubnium
@@ -1565,8 +1583,9 @@ buildvariants:
15651583 - test-3.2-replica_set-unified
15661584 - test-3.2-sharded_cluster-unified
15671585 - test-atlas-connectivity
1568- - test-tls-support
1586+ - test-auth-kerberos
15691587 - test-auth-ldap
1588+ - test-tls-support
15701589 - test-latest-ocsp-valid-cert-server-staples
15711590 - test-latest-ocsp-invalid-cert-server-staples
15721591 - test-latest-ocsp-valid-cert-server-does-not-staple
0 commit comments