1{ 2 "testfiles": [ 3 "test/*.uts", 4 "test/scapy/layers/*.uts", 5 "test/contrib/automotive/*.uts", 6 "test/contrib/automotive/obd/*.uts", 7 "test/contrib/automotive/scanner/*.uts", 8 "test/contrib/automotive/gm/*.uts", 9 "test/contrib/automotive/bmw/*.uts", 10 "test/contrib/automotive/xcp/*.uts", 11 "test/contrib/automotive/autosar/*.uts", 12 "test/contrib/*.uts" 13 ], 14 "remove_testfiles": [ 15 "test/linux.uts", 16 "test/bpf.uts", 17 "test/windows.uts", 18 "test/contrib/automotive/ecu_am.uts", 19 "test/contrib/automotive/gm/gmlanutils.uts", 20 "test/contrib/isotp.uts", 21 "test/contrib/isotpscan.uts" 22 ], 23 "onlyfailed": true, 24 "preexec": { 25 "test/contrib/*.uts": "load_contrib(\"%name%\")", 26 "test/cert.uts": "load_layer(\"tls\")", 27 "test/sslv2.uts": "load_layer(\"tls\")", 28 "test/tls*.uts": "load_layer(\"tls\")" 29 }, 30 "kw_ko": [ 31 "osx", 32 "linux", 33 "windows", 34 "crypto_advanced", 35 "ipv6", 36 "tap", 37 "tun", 38 "vcan_socket" 39 ] 40} 41