@@ -1049,7 +1049,7 @@ tasks:
1049
1049
commands :
1050
1050
- func : install dependencies
1051
1051
- func : run atlas tests
1052
- - name : test-ocsp-valid-cert-server-staples
1052
+ - name : test-latest- ocsp-valid-cert-server-staples
1053
1053
tags :
1054
1054
- ocsp
1055
1055
commands :
@@ -1063,7 +1063,7 @@ tasks:
1063
1063
- func : run-ocsp-test
1064
1064
vars :
1065
1065
OCSP_TLS_SHOULD_SUCCEED : 1
1066
- - name : test-ocsp-invalid-cert-server-staples
1066
+ - name : test-latest- ocsp-invalid-cert-server-staples
1067
1067
tags :
1068
1068
- ocsp
1069
1069
commands :
@@ -1077,7 +1077,7 @@ tasks:
1077
1077
- func : run-ocsp-test
1078
1078
vars :
1079
1079
OCSP_TLS_SHOULD_SUCCEED : 0
1080
- - name : test-ocsp-valid-cert-server-does-not-staple
1080
+ - name : test-latest- ocsp-valid-cert-server-does-not-staple
1081
1081
tags :
1082
1082
- ocsp
1083
1083
commands :
@@ -1091,7 +1091,7 @@ tasks:
1091
1091
- func : run-ocsp-test
1092
1092
vars :
1093
1093
OCSP_TLS_SHOULD_SUCCEED : 1
1094
- - name : test-ocsp-invalid-cert-server-does-not-staple
1094
+ - name : test-latest- ocsp-invalid-cert-server-does-not-staple
1095
1095
tags :
1096
1096
- ocsp
1097
1097
commands :
@@ -1105,7 +1105,7 @@ tasks:
1105
1105
- func : run-ocsp-test
1106
1106
vars :
1107
1107
OCSP_TLS_SHOULD_SUCCEED : 0
1108
- - name : test-ocsp-soft-fail
1108
+ - name : test-latest- ocsp-soft-fail
1109
1109
tags :
1110
1110
- ocsp
1111
1111
commands :
@@ -1118,7 +1118,7 @@ tasks:
1118
1118
- func : run-ocsp-test
1119
1119
vars :
1120
1120
OCSP_TLS_SHOULD_SUCCEED : 1
1121
- - name : test-ocsp-malicious-invalid-cert-mustStaple-server-does-not-staple
1121
+ - name : test-latest- ocsp-malicious-invalid-cert-mustStaple-server-does-not-staple
1122
1122
tags :
1123
1123
- ocsp
1124
1124
commands :
@@ -1132,7 +1132,7 @@ tasks:
1132
1132
- func : run-ocsp-test
1133
1133
vars :
1134
1134
OCSP_TLS_SHOULD_SUCCEED : 0
1135
- - name : test-ocsp-malicious-no-responder-mustStaple-server-does-not-staple
1135
+ - name : test-latest- ocsp-malicious-no-responder-mustStaple-server-does-not-staple
1136
1136
tags :
1137
1137
- ocsp
1138
1138
commands :
@@ -1145,6 +1145,102 @@ tasks:
1145
1145
- func : run-ocsp-test
1146
1146
vars :
1147
1147
OCSP_TLS_SHOULD_SUCCEED : 0
1148
+ - name : test-4.4-ocsp-valid-cert-server-staples
1149
+ tags :
1150
+ - ocsp
1151
+ commands :
1152
+ - func : run-valid-ocsp-server
1153
+ - func : install dependencies
1154
+ - func : bootstrap mongo-orchestration
1155
+ vars :
1156
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple.json
1157
+ VERSION : ' 4.4'
1158
+ TOPOLOGY : server
1159
+ - func : run-ocsp-test
1160
+ vars :
1161
+ OCSP_TLS_SHOULD_SUCCEED : 1
1162
+ - name : test-4.4-ocsp-invalid-cert-server-staples
1163
+ tags :
1164
+ - ocsp
1165
+ commands :
1166
+ - func : run-revoked-ocsp-server
1167
+ - func : install dependencies
1168
+ - func : bootstrap mongo-orchestration
1169
+ vars :
1170
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple.json
1171
+ VERSION : ' 4.4'
1172
+ TOPOLOGY : server
1173
+ - func : run-ocsp-test
1174
+ vars :
1175
+ OCSP_TLS_SHOULD_SUCCEED : 0
1176
+ - name : test-4.4-ocsp-valid-cert-server-does-not-staple
1177
+ tags :
1178
+ - ocsp
1179
+ commands :
1180
+ - func : run-valid-ocsp-server
1181
+ - func : install dependencies
1182
+ - func : bootstrap mongo-orchestration
1183
+ vars :
1184
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
1185
+ VERSION : ' 4.4'
1186
+ TOPOLOGY : server
1187
+ - func : run-ocsp-test
1188
+ vars :
1189
+ OCSP_TLS_SHOULD_SUCCEED : 1
1190
+ - name : test-4.4-ocsp-invalid-cert-server-does-not-staple
1191
+ tags :
1192
+ - ocsp
1193
+ commands :
1194
+ - func : run-revoked-ocsp-server
1195
+ - func : install dependencies
1196
+ - func : bootstrap mongo-orchestration
1197
+ vars :
1198
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
1199
+ VERSION : ' 4.4'
1200
+ TOPOLOGY : server
1201
+ - func : run-ocsp-test
1202
+ vars :
1203
+ OCSP_TLS_SHOULD_SUCCEED : 0
1204
+ - name : test-4.4-ocsp-soft-fail
1205
+ tags :
1206
+ - ocsp
1207
+ commands :
1208
+ - func : install dependencies
1209
+ - func : bootstrap mongo-orchestration
1210
+ vars :
1211
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
1212
+ VERSION : ' 4.4'
1213
+ TOPOLOGY : server
1214
+ - func : run-ocsp-test
1215
+ vars :
1216
+ OCSP_TLS_SHOULD_SUCCEED : 1
1217
+ - name : test-4.4-ocsp-malicious-invalid-cert-mustStaple-server-does-not-staple
1218
+ tags :
1219
+ - ocsp
1220
+ commands :
1221
+ - func : run-revoked-ocsp-server
1222
+ - func : install dependencies
1223
+ - func : bootstrap mongo-orchestration
1224
+ vars :
1225
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
1226
+ VERSION : ' 4.4'
1227
+ TOPOLOGY : server
1228
+ - func : run-ocsp-test
1229
+ vars :
1230
+ OCSP_TLS_SHOULD_SUCCEED : 0
1231
+ - name : test-4.4-ocsp-malicious-no-responder-mustStaple-server-does-not-staple
1232
+ tags :
1233
+ - ocsp
1234
+ commands :
1235
+ - func : install dependencies
1236
+ - func : bootstrap mongo-orchestration
1237
+ vars :
1238
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
1239
+ VERSION : ' 4.4'
1240
+ TOPOLOGY : server
1241
+ - func : run-ocsp-test
1242
+ vars :
1243
+ OCSP_TLS_SHOULD_SUCCEED : 0
1148
1244
- name : aws-auth-test
1149
1245
commands :
1150
1246
- func : install dependencies
@@ -1230,13 +1326,20 @@ buildvariants:
1230
1326
- test-2.6-replica_set-unified
1231
1327
- test-2.6-sharded_cluster-unified
1232
1328
- test-atlas-connectivity
1233
- - test-ocsp-valid-cert-server-staples
1234
- - test-ocsp-invalid-cert-server-staples
1235
- - test-ocsp-valid-cert-server-does-not-staple
1236
- - test-ocsp-invalid-cert-server-does-not-staple
1237
- - test-ocsp-soft-fail
1238
- - test-ocsp-malicious-invalid-cert-mustStaple-server-does-not-staple
1239
- - test-ocsp-malicious-no-responder-mustStaple-server-does-not-staple
1329
+ - test-latest-ocsp-valid-cert-server-staples
1330
+ - test-latest-ocsp-invalid-cert-server-staples
1331
+ - test-latest-ocsp-valid-cert-server-does-not-staple
1332
+ - test-latest-ocsp-invalid-cert-server-does-not-staple
1333
+ - test-latest-ocsp-soft-fail
1334
+ - test-latest-ocsp-malicious-invalid-cert-mustStaple-server-does-not-staple
1335
+ - test-latest-ocsp-malicious-no-responder-mustStaple-server-does-not-staple
1336
+ - test-4.4-ocsp-valid-cert-server-staples
1337
+ - test-4.4-ocsp-invalid-cert-server-staples
1338
+ - test-4.4-ocsp-valid-cert-server-does-not-staple
1339
+ - test-4.4-ocsp-invalid-cert-server-does-not-staple
1340
+ - test-4.4-ocsp-soft-fail
1341
+ - test-4.4-ocsp-malicious-invalid-cert-mustStaple-server-does-not-staple
1342
+ - test-4.4-ocsp-malicious-no-responder-mustStaple-server-does-not-staple
1240
1343
- name : macos-1014-dubnium
1241
1344
display_name : macOS 10.14 Node Dubnium
1242
1345
run_on : macos-1014
@@ -1408,13 +1511,20 @@ buildvariants:
1408
1511
- test-3.2-replica_set-unified
1409
1512
- test-3.2-sharded_cluster-unified
1410
1513
- test-atlas-connectivity
1411
- - test-ocsp-valid-cert-server-staples
1412
- - test-ocsp-invalid-cert-server-staples
1413
- - test-ocsp-valid-cert-server-does-not-staple
1414
- - test-ocsp-invalid-cert-server-does-not-staple
1415
- - test-ocsp-soft-fail
1416
- - test-ocsp-malicious-invalid-cert-mustStaple-server-does-not-staple
1417
- - test-ocsp-malicious-no-responder-mustStaple-server-does-not-staple
1514
+ - test-latest-ocsp-valid-cert-server-staples
1515
+ - test-latest-ocsp-invalid-cert-server-staples
1516
+ - test-latest-ocsp-valid-cert-server-does-not-staple
1517
+ - test-latest-ocsp-invalid-cert-server-does-not-staple
1518
+ - test-latest-ocsp-soft-fail
1519
+ - test-latest-ocsp-malicious-invalid-cert-mustStaple-server-does-not-staple
1520
+ - test-latest-ocsp-malicious-no-responder-mustStaple-server-does-not-staple
1521
+ - test-4.4-ocsp-valid-cert-server-staples
1522
+ - test-4.4-ocsp-invalid-cert-server-staples
1523
+ - test-4.4-ocsp-valid-cert-server-does-not-staple
1524
+ - test-4.4-ocsp-invalid-cert-server-does-not-staple
1525
+ - test-4.4-ocsp-soft-fail
1526
+ - test-4.4-ocsp-malicious-invalid-cert-mustStaple-server-does-not-staple
1527
+ - test-4.4-ocsp-malicious-no-responder-mustStaple-server-does-not-staple
1418
1528
- name : ubuntu-18.04-dubnium
1419
1529
display_name : Ubuntu 18.04 Node Dubnium
1420
1530
run_on : ubuntu1804-test
0 commit comments