@@ -8298,18 +8298,18 @@ tasks:
8298
8298
tags : [serverless]
8299
8299
8300
8300
# Standard non linux tests
8301
- - name : test-v4.0-python3.9-sync-noauth-ssl -standalone
8301
+ - name : test-v4.0-python3.9-sync-noauth-nossl -standalone
8302
8302
commands :
8303
8303
- func : run server
8304
8304
vars :
8305
8305
AUTH : noauth
8306
- SSL : ssl
8306
+ SSL : nossl
8307
8307
TOPOLOGY : standalone
8308
8308
VERSION : " 4.0"
8309
8309
- func : run tests
8310
8310
vars :
8311
8311
AUTH : noauth
8312
- SSL : ssl
8312
+ SSL : nossl
8313
8313
TOPOLOGY : standalone
8314
8314
VERSION : " 4.0"
8315
8315
PYTHON_VERSION : " 3.9"
@@ -8318,7 +8318,7 @@ tasks:
8318
8318
- standard-non-linux
8319
8319
- server-4.0
8320
8320
- " 3.9"
8321
- - standalone-noauth-ssl
8321
+ - standalone-noauth-nossl
8322
8322
- name : test-v4.2-python3.10-async-noauth-ssl-replica-set
8323
8323
commands :
8324
8324
- func : run server
@@ -8361,18 +8361,18 @@ tasks:
8361
8361
- server-4.4
8362
8362
- " 3.11"
8363
8363
- sharded_cluster-auth-ssl
8364
- - name : test-v5.0-python3.12-async-noauth-ssl -standalone
8364
+ - name : test-v5.0-python3.12-async-noauth-nossl -standalone
8365
8365
commands :
8366
8366
- func : run server
8367
8367
vars :
8368
8368
AUTH : noauth
8369
- SSL : ssl
8369
+ SSL : nossl
8370
8370
TOPOLOGY : standalone
8371
8371
VERSION : " 5.0"
8372
8372
- func : run tests
8373
8373
vars :
8374
8374
AUTH : noauth
8375
- SSL : ssl
8375
+ SSL : nossl
8376
8376
TOPOLOGY : standalone
8377
8377
VERSION : " 5.0"
8378
8378
PYTHON_VERSION : " 3.12"
@@ -8381,7 +8381,7 @@ tasks:
8381
8381
- standard-non-linux
8382
8382
- server-5.0
8383
8383
- " 3.12"
8384
- - standalone-noauth-ssl
8384
+ - standalone-noauth-nossl
8385
8385
- name : test-v6.0-python3.13-sync-noauth-ssl-replica-set
8386
8386
commands :
8387
8387
- func : run server
@@ -8424,18 +8424,18 @@ tasks:
8424
8424
- server-7.0
8425
8425
- " 3.9"
8426
8426
- sharded_cluster-auth-ssl
8427
- - name : test-v8.0-python3.10-sync-noauth-ssl -standalone
8427
+ - name : test-v8.0-python3.10-sync-noauth-nossl -standalone
8428
8428
commands :
8429
8429
- func : run server
8430
8430
vars :
8431
8431
AUTH : noauth
8432
- SSL : ssl
8432
+ SSL : nossl
8433
8433
TOPOLOGY : standalone
8434
8434
VERSION : " 8.0"
8435
8435
- func : run tests
8436
8436
vars :
8437
8437
AUTH : noauth
8438
- SSL : ssl
8438
+ SSL : nossl
8439
8439
TOPOLOGY : standalone
8440
8440
VERSION : " 8.0"
8441
8441
PYTHON_VERSION : " 3.10"
@@ -8444,7 +8444,7 @@ tasks:
8444
8444
- standard-non-linux
8445
8445
- server-8.0
8446
8446
- " 3.10"
8447
- - standalone-noauth-ssl
8447
+ - standalone-noauth-nossl
8448
8448
- name : test-rapid-python3.11-async-noauth-ssl-replica-set
8449
8449
commands :
8450
8450
- func : run server
0 commit comments