| { |
| "testfiles": [ |
| "test/*.uts", |
| "test/scapy/layers/*.uts", |
| "test/scapy/layers/tls/*.uts", |
| "test/contrib/*.uts", |
| "test/tools/*.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" |
| ], |
| "remove_testfiles": [ |
| "test/windows.uts", |
| "test/bpf.uts" |
| ], |
| "breakfailed": true, |
| "onlyfailed": true, |
| "preexec": { |
| "test/contrib/*.uts": "load_contrib(\"%name%\")", |
| "test/scapy/layers/tls/*.uts": "load_layer(\"tls\")" |
| }, |
| "kw_ko": [ |
| "osx", |
| "windows", |
| "ipv6" |
| ] |
| } |