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/windows.uts", 17 "test/contrib/automotive/ecu_am.uts", 18 "test/contrib/automotive/gm/gmlanutils.uts", 19 "test/contrib/isotp_packet.uts", 20 "test/contrib/isotpscan.uts", 21 "test/contrib/isotp_soft_socket.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 "linux", 32 "windows", 33 "ipv6", 34 "vcan_socket", 35 "tun", 36 "tap" 37 ] 38} 39