1{ 2 "presubmit": [ 3 { 4 "name": "CtsLibcoreTestCases", 5 "options": [ 6 { 7 "include-filter": "com.android.org.conscrypt" 8 }, 9 { 10 "include-filter": "libcore.java.security" 11 }, 12 { 13 "include-filter": "tests.security" 14 } 15 ] 16 }, 17 { 18 "name": "CtsLibcoreOkHttpTestCases" 19 }, 20 { 21 "name": "libbssl_sys_raw_test" 22 } 23 ], 24 "postsubmit": [ 25 { 26 "name": "boringssl_crypto_test" 27 }, 28 { 29 "name": "boringssl_ssl_test" 30 }, 31 { 32 "name": "libbssl_crypto_test" 33 } 34 ] 35} 36