| { |
| "testfiles": [ |
| "test\\*.uts", |
| "test\\scapy\\layers\\*.uts", |
| "test\\scapy\\layers\\tls\\*.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\\*.uts", |
| "test\\contrib\\automotive\\autosar\\*.uts", |
| "test\\contrib\\*.uts" |
| ], |
| "remove_testfiles": [ |
| "test\\bpf.uts", |
| "test\\linux.uts" |
| ], |
| "breakfailed": true, |
| "onlyfailed": true, |
| "preexec": { |
| "test\\contrib\\*.uts": "load_contrib(\"%name%\")", |
| "test\\scapy\\layers\\tls\\*.uts": "load_layer(\"tls\")" |
| }, |
| "kw_ko": [ |
| "as_resolvers", |
| "brotli", |
| "broken_windows", |
| "ipv6", |
| "linux", |
| "native_tls13", |
| "mock_read_routes_bsd", |
| "open_ssl_client", |
| "osx", |
| "require_gui", |
| "tap", |
| "tun", |
| "vcan_socket", |
| "zstd" |
| ] |
| } |