1{ 2 "exception_path":{ 3 "string_rules":[ 4 "_lite/", 5 "/acts/applications/kitframework_ipcamera/", 6 "/acts/applications/kitframework/", 7 "/acts/open_posix_testsuite/" 8 ], 9 "re_rules":[ 10 "/[a-z]{3}s/testtools/", 11 "/[a-z]{3}s/demo/" 12 ] 13 }, 14 15 "all_com_path":{ 16 "string_rules":[ 17 ], 18 "re_rules":[ 19 "/[a-z]{3}s/build/" 20 ] 21 }, 22 "skip_judge_build_path":{ 23 "string_rules":[ 24 "/cpp" 25 ], 26 "re_rules":[ 27 ] 28 }, 29 "temple_list":[ 30 "ohos_moduletest_suite", 31 "ohos_js_hap_suite", 32 "ohos_js_app_suite", 33 "ohos_shell_app_suite", 34 "ohos_hap_assist_suite", 35 "ohos_app_assist_suite", 36 "ohos_sh_assist_suite", 37 "group" 38 ], 39 "acts_All_template_ex":[ 40 "ActsMindSporeTest", 41 "ActsBmsAccessTokenTest", 42 "AACommandImplicitStartTest", 43 "StageSupplement", 44 "AACommand07", 45 "cpLibuv", 46 "ActsNetworkMgrStatisticsNetTest" 47 ], 48 "xts_path_list": [ 49 "test/xts/acts", 50 "test/xts/dcts", 51 "test/xts/hats", 52 "test/xts/tools" 53 ], 54 "interface_path_list": [ 55 "interface/sdk-js", 56 "interface/sdk_c", 57 "drivers/interface" 58 ] 59}