File tree 4 files changed +110
-205
lines changed
4 files changed +110
-205
lines changed Original file line number Diff line number Diff line change @@ -1542,15 +1542,6 @@ tasks:
1542
1542
- func : " run aws auth test with aws web identity credentials"
1543
1543
- func : " run aws ECS auth test"
1544
1544
1545
- - name : load-balancer-test
1546
- commands :
1547
- - func : " bootstrap mongo-orchestration"
1548
- vars :
1549
- TOPOLOGY : " sharded_cluster"
1550
- LOAD_BALANCER : true
1551
- - func : " run load-balancer"
1552
- - func : " run tests"
1553
-
1554
1545
- name : " oidc-auth-test"
1555
1546
commands :
1556
1547
- func : " run oidc auth test with test credentials"
Original file line number Diff line number Diff line change 1
1
tasks :
2
+ # Load balancer tests
3
+ - name : test-load-balancer-auth-ssl
4
+ commands :
5
+ - func : bootstrap mongo-orchestration
6
+ vars :
7
+ TOPOLOGY : sharded_cluster
8
+ AUTH : auth
9
+ SSL : ssl
10
+ LOAD_BALANCER : " true"
11
+ - func : run load-balancer
12
+ - func : run tests
13
+ vars :
14
+ AUTH : auth
15
+ SSL : ssl
16
+ test_loadbalancer : " true"
17
+ tags : [load-balancer, auth, ssl]
18
+ - name : test-load-balancer-noauth-ssl
19
+ commands :
20
+ - func : bootstrap mongo-orchestration
21
+ vars :
22
+ TOPOLOGY : sharded_cluster
23
+ AUTH : noauth
24
+ SSL : ssl
25
+ LOAD_BALANCER : " true"
26
+ - func : run load-balancer
27
+ - func : run tests
28
+ vars :
29
+ AUTH : noauth
30
+ SSL : ssl
31
+ test_loadbalancer : " true"
32
+ tags : [load-balancer, noauth, ssl]
33
+ - name : test-load-balancer-noauth-nossl
34
+ commands :
35
+ - func : bootstrap mongo-orchestration
36
+ vars :
37
+ TOPOLOGY : sharded_cluster
38
+ AUTH : noauth
39
+ SSL : nossl
40
+ LOAD_BALANCER : " true"
41
+ - func : run load-balancer
42
+ - func : run tests
43
+ vars :
44
+ AUTH : noauth
45
+ SSL : nossl
46
+ test_loadbalancer : " true"
47
+ tags : [load-balancer, noauth, nossl]
48
+
2
49
# Server tests
3
50
- name : test-4.0-standalone-auth-ssl-sync
4
51
commands :
You can’t perform that action at this time.
0 commit comments