@@ -171,6 +171,14 @@ functions:
171
171
rm -f ./prepare_atlas_connectivity.sh
172
172
173
173
NODE_LTS_NAME='${NODE_LTS_NAME}' bash ${PROJECT_DIRECTORY}/.evergreen/run-atlas-tests.sh
174
+ run ldap tests :
175
+ - command : shell.exec
176
+ type : test
177
+ params :
178
+ working_dir : src
179
+ script : |
180
+ MONGODB_URI='${plain_auth_mongodb_uri}' NODE_LTS_NAME='${NODE_LTS_NAME}' \
181
+ bash ${PROJECT_DIRECTORY}/.evergreen/run-ldap-tests.sh
174
182
pre :
175
183
- func : fetch source
176
184
- func : prepare resources
@@ -761,6 +769,13 @@ tasks:
761
769
commands :
762
770
- func : install dependencies
763
771
- func : run atlas tests
772
+ - name : test-auth-ldap
773
+ tags :
774
+ - auth
775
+ - ldap
776
+ commands :
777
+ - func : install dependencies
778
+ - func : run ldap tests
764
779
- name : run-checks
765
780
tags :
766
781
- run-checks
@@ -825,6 +840,7 @@ buildvariants:
825
840
- test-2.6-replica_set-unified
826
841
- test-2.6-sharded_cluster-unified
827
842
- test-atlas-connectivity
843
+ - test-auth-ldap
828
844
- name : macos-1014-dubnium
829
845
display_name : macOS 10.14 Node Dubnium
830
846
run_on : macos-1014
@@ -922,6 +938,7 @@ buildvariants:
922
938
- test-2.6-replica_set-unified
923
939
- test-2.6-sharded_cluster-unified
924
940
- test-atlas-connectivity
941
+ - test-auth-ldap
925
942
- name : ubuntu-14.04-dubnium
926
943
display_name : Ubuntu 14.04 Node Dubnium
927
944
run_on : ubuntu1404-test
@@ -990,6 +1007,7 @@ buildvariants:
990
1007
- test-3.2-replica_set-unified
991
1008
- test-3.2-sharded_cluster-unified
992
1009
- test-atlas-connectivity
1010
+ - test-auth-ldap
993
1011
- name : ubuntu-18.04-dubnium
994
1012
display_name : Ubuntu 18.04 Node Dubnium
995
1013
run_on : ubuntu1804-test
0 commit comments