| { |
| "testfiles": [ |
| "test/*.uts", |
| "test/scapy/layers/*.uts", |
| "test/contrib/automotive/*.uts", |
| "test/contrib/automotive/obd/*.uts", |
| "test/contrib/automotive/scanner/*.uts", |
| "test/contrib/automotive/gm/*.uts", |
| "test/contrib/automotive/bmw/*.uts", |
| "test/contrib/automotive/xcp/*.uts", |
| "test/contrib/automotive/autosar/*.uts", |
| "test/contrib/*.uts" |
| ], |
| "remove_testfiles": [ |
| "test/linux.uts", |
| "test/windows.uts", |
| "test/contrib/automotive/ecu_am.uts", |
| "test/contrib/automotive/gm/gmlanutils.uts", |
| "test/contrib/isotp_packet.uts", |
| "test/contrib/isotpscan.uts", |
| "test/contrib/isotp_soft_socket.uts" |
| ], |
| "onlyfailed": true, |
| "preexec": { |
| "test/contrib/*.uts": "load_contrib(\"%name%\")", |
| "test/cert.uts": "load_layer(\"tls\")", |
| "test/sslv2.uts": "load_layer(\"tls\")", |
| "test/tls*.uts": "load_layer(\"tls\")" |
| }, |
| "kw_ko": [ |
| "linux", |
| "windows", |
| "ipv6", |
| "vcan_socket", |
| "tun", |
| "tap" |
| ] |
| } |