@@ -172,6 +172,15 @@ functions:
172
172
rm -f ./prepare_atlas_connectivity.sh
173
173
174
174
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
175
184
run ldap tests :
176
185
- command : shell.exec
177
186
type : test
@@ -1065,6 +1074,20 @@ tasks:
1065
1074
commands :
1066
1075
- func : install dependencies
1067
1076
- 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
1068
1091
- name : test-tls-support
1069
1092
tags :
1070
1093
- tls-support
@@ -1076,13 +1099,6 @@ tasks:
1076
1099
VERSION : latest
1077
1100
TOPOLOGY : server
1078
1101
- 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
1086
1102
- name : test-latest-ocsp-valid-cert-server-staples
1087
1103
tags :
1088
1104
- ocsp
@@ -1377,8 +1393,9 @@ buildvariants:
1377
1393
- test-2.6-replica_set-unified
1378
1394
- test-2.6-sharded_cluster-unified
1379
1395
- test-atlas-connectivity
1380
- - test-tls-support
1396
+ - test-auth-kerberos
1381
1397
- test-auth-ldap
1398
+ - test-tls-support
1382
1399
- test-latest-ocsp-valid-cert-server-staples
1383
1400
- test-latest-ocsp-invalid-cert-server-staples
1384
1401
- test-latest-ocsp-valid-cert-server-does-not-staple
@@ -1490,6 +1507,7 @@ buildvariants:
1490
1507
- test-2.6-replica_set-unified
1491
1508
- test-2.6-sharded_cluster-unified
1492
1509
- test-atlas-connectivity
1510
+ - test-auth-kerberos
1493
1511
- test-auth-ldap
1494
1512
- name : ubuntu-14.04-dubnium
1495
1513
display_name : Ubuntu 14.04 Node Dubnium
@@ -1565,8 +1583,9 @@ buildvariants:
1565
1583
- test-3.2-replica_set-unified
1566
1584
- test-3.2-sharded_cluster-unified
1567
1585
- test-atlas-connectivity
1568
- - test-tls-support
1586
+ - test-auth-kerberos
1569
1587
- test-auth-ldap
1588
+ - test-tls-support
1570
1589
- test-latest-ocsp-valid-cert-server-staples
1571
1590
- test-latest-ocsp-invalid-cert-server-staples
1572
1591
- test-latest-ocsp-valid-cert-server-does-not-staple
0 commit comments