@@ -2582,7 +2582,7 @@ def run_read_ledger_on_testdata(args):
25822582 )
25832583
25842584
2585- def test_merkle_verification_level (args ):
2585+ def run_merkle_verification_level (args ):
25862586 """Test MERKLE verification level on isolated chunks and full ledgers"""
25872587 LOG .info ("Testing MERKLE verification level" )
25882588
@@ -2746,7 +2746,7 @@ def test_merkle_verification_level(args):
27462746 temp_dir .cleanup ()
27472747
27482748
2749- def test_error_message_on_failure_to_read_aci_sec_context (args ):
2749+ def run_error_message_on_failure_to_read_aci_sec_context (args ):
27502750 with infra .network .network (
27512751 args .nodes ,
27522752 args .binary_dir ,
@@ -2796,7 +2796,7 @@ def test_error_message_on_failure_to_read_aci_sec_context(args):
27962796 ), f"Did not find expected log messages: { expected_log_messages } "
27972797
27982798
2799- def test_error_message_on_failure_to_fetch_snapshot (const_args ):
2799+ def run_error_message_on_failure_to_fetch_snapshot (const_args ):
28002800 args = copy .deepcopy (const_args )
28012801 args .nodes = infra .e2e_args .min_nodes (args , 0 )
28022802 with infra .network .network (
@@ -2909,7 +2909,7 @@ def run_snp_tests(args):
29092909 )
29102910 run_recovery_local_unsealing (args , recovery_f = 1 , suffix = "_unsealing_with_f_equal_1" )
29112911 run_recovery_unsealing_validate_audit (args )
2912- test_error_message_on_failure_to_read_aci_sec_context (args )
2912+ run_error_message_on_failure_to_read_aci_sec_context (args )
29132913 run_recovery_decision_protocol (args )
29142914 run_recovery_decision_protocol_timeout_path (args )
29152915 run_recovery_decision_protocol_multiple_timeout (args )
@@ -2930,5 +2930,5 @@ def run(args):
29302930 run_late_mounted_ledger_check (args )
29312931 run_empty_ledger_dir_check (args )
29322932 run_read_ledger_on_testdata (args )
2933- test_merkle_verification_level (args )
2933+ run_merkle_verification_level (args )
29342934 run_propose_request_vote (args )
0 commit comments