1tests: 2 testing.ztest.repeat_suite_regex: 3 platform_allow: qemu_x86 4 harness: console 5 harness_config: 6 ztest_suite_repeat: 3 7 ztest_test_repeat: 2 8 type: multi_line 9 regex: 10 - "Running TESTSUITE testsuite" 11 - "Running TESTSUITE testsuite" 12 - "Running TESTSUITE testsuite" 13 14 testing.ztest.repeat_testcase_regex: 15 platform_allow: qemu_x86 16 harness: console 17 harness_config: 18 ztest_suite_repeat: 1 19 ztest_test_repeat: 5 20 type: multi_line 21 regex: 22 - "START - test_repeating" 23 - "START - test_repeating" 24 - "START - test_repeating" 25 - "START - test_repeating" 26 - "START - test_repeating" 27 28 testing.ztest.repeat_regex: 29 platform_allow: qemu_x86 30 harness: ztest 31