@@ -1071,6 +1071,18 @@ functions:
1071
1071
binary : bash
1072
1072
args :
1073
1073
- ${PROJECT_DIRECTORY}/.evergreen/run-benchmarks.sh
1074
+ run x509 auth tests :
1075
+ - command : subprocess.exec
1076
+ type : test
1077
+ params :
1078
+ working_dir : src
1079
+ env :
1080
+ PROJECT_DIRECTORY : ${PROJECT_DIRECTORY}
1081
+ MONGODB_URI : ${MONGODB_URI}
1082
+ DRIVERS_TOOLS : ${DRIVERS_TOOLS}
1083
+ binary : bash
1084
+ args :
1085
+ - ${PROJECT_DIRECTORY}/.evergreen/run-x509-tests.sh
1074
1086
tasks :
1075
1087
- name : test-atlas-data-lake
1076
1088
tags :
@@ -1731,6 +1743,23 @@ tasks:
1731
1743
- func : bootstrap mongo-orchestration
1732
1744
- func : bootstrap kms servers
1733
1745
- func : run tests
1746
+ - name : test-x509-authentication
1747
+ tags :
1748
+ - latest
1749
+ - auth
1750
+ - x509
1751
+ commands :
1752
+ - command : expansions.update
1753
+ type : setup
1754
+ params :
1755
+ updates :
1756
+ - {key: VERSION, value: latest}
1757
+ - {key: TOPOLOGY, value: sharded_cluster}
1758
+ - {key: AUTH, value: noauth}
1759
+ - {key: SSL, value: ssl}
1760
+ - func : install dependencies
1761
+ - func : bootstrap mongo-orchestration
1762
+ - func : run x509 auth tests
1734
1763
- name : test-atlas-connectivity
1735
1764
tags :
1736
1765
- atlas-connect
@@ -3975,6 +4004,7 @@ buildvariants:
3975
4004
- test-3.6-replica_set
3976
4005
- test-3.6-sharded_cluster
3977
4006
- test-latest-server-v1-api
4007
+ - test-x509-authentication
3978
4008
- test-atlas-connectivity
3979
4009
- test-5.0-load-balanced
3980
4010
- test-6.0-load-balanced
@@ -4028,6 +4058,7 @@ buildvariants:
4028
4058
- test-3.6-replica_set
4029
4059
- test-3.6-sharded_cluster
4030
4060
- test-latest-server-v1-api
4061
+ - test-x509-authentication
4031
4062
- test-atlas-connectivity
4032
4063
- test-5.0-load-balanced
4033
4064
- test-6.0-load-balanced
@@ -4081,6 +4112,7 @@ buildvariants:
4081
4112
- test-3.6-replica_set
4082
4113
- test-3.6-sharded_cluster
4083
4114
- test-latest-server-v1-api
4115
+ - test-x509-authentication
4084
4116
- test-atlas-connectivity
4085
4117
- test-5.0-load-balanced
4086
4118
- test-6.0-load-balanced
@@ -4133,6 +4165,7 @@ buildvariants:
4133
4165
- test-3.6-replica_set
4134
4166
- test-3.6-sharded_cluster
4135
4167
- test-latest-server-v1-api
4168
+ - test-x509-authentication
4136
4169
- test-atlas-connectivity
4137
4170
- test-5.0-load-balanced
4138
4171
- test-6.0-load-balanced
0 commit comments