File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
tasks :
2
2
# Kms tests
3
- - name : test-gcp
3
+ - name : test-gcpkms
4
4
commands :
5
5
- func : run tests
6
6
vars :
7
7
TEST_NAME : kms
8
8
SUB_TEST_NAME : gcp
9
- - name : test-gcp -fail
9
+ - name : test-gcpkms -fail
10
10
commands :
11
11
- func : bootstrap mongo-orchestration
12
12
- func : run tests
13
13
vars :
14
14
TEST_NAME : kms
15
15
SUB_TEST_NAME : gcp fail
16
- - name : test-azure
16
+ - name : test-azurekms
17
17
commands :
18
18
- func : run tests
19
19
vars :
20
20
TEST_NAME : kms
21
21
SUB_TEST_NAME : azure
22
- - name : test-azure -fail
22
+ - name : test-azurekms -fail
23
23
commands :
24
24
- func : bootstrap mongo-orchestration
25
25
- func : run tests
Original file line number Diff line number Diff line change @@ -839,7 +839,7 @@ def create_kms_tasks():
839
839
tasks = []
840
840
for kms_type in ["gcp" , "azure" ]:
841
841
for success in [True , False ]:
842
- name = f"test-{ kms_type } "
842
+ name = f"test-{ kms_type } kms "
843
843
sub_test_name = kms_type
844
844
if not success :
845
845
name += "-fail"
You can’t perform that action at this time.
0 commit comments