1{ 2 "testfiles": [ 3 "test\\*.uts", 4 "test\\scapy\\layers\\*.uts", 5 "test\\scapy\\layers\\tls\\*.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\\*.uts", 12 "test\\contrib\\automotive\\autosar\\*.uts", 13 "test\\contrib\\*.uts" 14 ], 15 "remove_testfiles": [ 16 "test\\bpf.uts", 17 "test\\linux.uts" 18 ], 19 "breakfailed": true, 20 "onlyfailed": true, 21 "preexec": { 22 "test\\contrib\\*.uts": "load_contrib(\"%name%\")", 23 "test\\scapy\\layers\\tls\\*.uts": "load_layer(\"tls\")" 24 }, 25 "kw_ko": [ 26 "as_resolvers", 27 "brotli", 28 "broken_windows", 29 "ipv6", 30 "linux", 31 "native_tls13", 32 "mock_read_routes_bsd", 33 "open_ssl_client", 34 "osx", 35 "require_gui", 36 "tap", 37 "tun", 38 "vcan_socket", 39 "zstd" 40 ] 41} 42