| { |
| "testfiles": [ |
| "*.uts", |
| "scapy\\layers\\*.uts", |
| "scapy\\layers\\tls\\*.uts", |
| "contrib\\automotive\\obd\\*.uts", |
| "contrib\\automotive\\gm\\*.uts", |
| "contrib\\automotive\\bmw\\*.uts", |
| "contrib\\automotive\\*.uts", |
| "contrib\\automotive\\autosar\\*.uts", |
| "contrib\\*.uts" |
| ], |
| "remove_testfiles": [ |
| "bpf.uts", |
| "linux.uts" |
| ], |
| "breakfailed": true, |
| "onlyfailed": true, |
| "preexec": { |
| "contrib\\*.uts": "load_contrib(\"%name%\")", |
| "scapy\\layers\\tls\\*.uts": "load_layer(\"tls\")" |
| }, |
| "format": "html", |
| "kw_ko": [ |
| "osx", |
| "linux", |
| "broken_windows", |
| "crypto_advanced", |
| "mock_read_routes_bsd", |
| "appveyor_only", |
| "open_ssl_client", |
| "vcan_socket", |
| "ipv6", |
| "manufdb", |
| "tcpdump", |
| "tap", |
| "tun", |
| "tshark" |
| ] |
| } |