File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
- func : run tests
13
13
vars :
14
14
TEST_NAME : kms
15
- SUB_TEST_NAME : gcp fail
15
+ SUB_TEST_NAME : gcp- fail
16
16
- name : test-azurekms
17
17
commands :
18
18
- func : run tests
25
25
- func : run tests
26
26
vars :
27
27
TEST_NAME : kms
28
- SUB_TEST_NAME : azure fail
28
+ SUB_TEST_NAME : azure- fail
29
29
30
30
# Load balancer tests
31
31
- name : test-load-balancer-auth-ssl
Original file line number Diff line number Diff line change @@ -843,7 +843,7 @@ def create_kms_tasks():
843
843
sub_test_name = kms_type
844
844
if not success :
845
845
name += "-fail"
846
- sub_test_name += " fail"
846
+ sub_test_name += "- fail"
847
847
commands = []
848
848
if not success :
849
849
commands .append (FunctionCall (func = "bootstrap mongo-orchestration" ))
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def create_archive():
35
35
36
36
def setup_kms (sub_test_name : str , success : bool ) -> None :
37
37
success = "fail" not in sub_test_name
38
- sub_test_type = sub_test_name .split ()[0 ]
38
+ sub_test_type = sub_test_name .split ("-" )[0 ]
39
39
if sub_test_name .startswith ("azure" ):
40
40
write_env ("TEST_FLE_AZURE_AUTO" )
41
41
else :
You can’t perform that action at this time.
0 commit comments