@@ -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
@@ -779,6 +788,13 @@ tasks:
779
788
commands :
780
789
- func : install dependencies
781
790
- func : run atlas tests
791
+ - name : test-auth-kerberos
792
+ tags :
793
+ - auth
794
+ - kerberos
795
+ commands :
796
+ - func : install dependencies
797
+ - func : run kerberos tests
782
798
- name : test-auth-ldap
783
799
tags :
784
800
- auth
@@ -861,6 +877,7 @@ buildvariants:
861
877
- test-2.6-replica_set-unified
862
878
- test-2.6-sharded_cluster-unified
863
879
- test-atlas-connectivity
880
+ - test-auth-kerberos
864
881
- test-auth-ldap
865
882
- test-tls-support
866
883
- name : macos-1014-dubnium
@@ -960,6 +977,7 @@ buildvariants:
960
977
- test-2.6-replica_set-unified
961
978
- test-2.6-sharded_cluster-unified
962
979
- test-atlas-connectivity
980
+ - test-auth-kerberos
963
981
- test-auth-ldap
964
982
- name : ubuntu-14.04-dubnium
965
983
display_name : Ubuntu 14.04 Node Dubnium
@@ -1029,6 +1047,7 @@ buildvariants:
1029
1047
- test-3.2-replica_set-unified
1030
1048
- test-3.2-sharded_cluster-unified
1031
1049
- test-atlas-connectivity
1050
+ - test-auth-kerberos
1032
1051
- test-auth-ldap
1033
1052
- test-tls-support
1034
1053
- name : ubuntu-18.04-dubnium
0 commit comments