aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_repeat_1_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common_test/test/ct_repeat_1_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_repeat_1_SUITE.erl23
1 files changed, 22 insertions, 1 deletions
diff --git a/lib/common_test/test/ct_repeat_1_SUITE.erl b/lib/common_test/test/ct_repeat_1_SUITE.erl
index 2956f6a8ad..558cb731c9 100644
--- a/lib/common_test/test/ct_repeat_1_SUITE.erl
+++ b/lib/common_test/test/ct_repeat_1_SUITE.erl
@@ -182,5 +182,26 @@ events_to_check(_, 0) ->
events_to_check(Test, N) ->
test_events(Test) ++ events_to_check(Test, N-1).
-test_events(_) ->
+test_events(repeat_cs) ->
+ [];
+
+test_events(repeat_cs_and_grs) ->
+ [];
+
+test_events(repeat_seq_1) ->
+ [];
+
+test_events(repeat_seq_2) ->
+ [];
+
+test_events(repeat_cs_until_any_ok) ->
+ [];
+
+test_events(repeat_cs_until_any_fail) ->
+ [];
+
+test_events(repeat_cs_until_all_ok) ->
+ [];
+
+test_events(repeat_cs_until_all_fail) ->
[].