1{ 2 "testfiles": [ 3 "*.uts", 4 "../scapy/contrib/*.uts" 5 ], 6 "onlyfailed": true, 7 "preexec": { 8 "../scapy/contrib/*.uts": "load_contrib(\"%name%\")", 9 "cert.uts": "load_layer(\"tls\")", 10 "sslv2.uts": "load_layer(\"tls\")", 11 "tls*.uts": "load_layer(\"tls\")" 12 }, 13 "format": "text" 14} 15