scapy/test/configs/travis.utsc

15 lines
304 B
Plaintext
Raw Normal View History

2017-03-05 00:51:00 +00:00
{
"testfiles": [
"*.uts",
"../scapy/contrib/*.uts"
],
"onlyfailed": true,
"preexec": {
2017-08-20 01:17:04 +00:00
"../scapy/contrib/*.uts": "load_contrib(\"%name%\")",
"cert.uts": "load_layer(\"tls\")",
"sslv2.uts": "load_layer(\"tls\")",
"tls*.uts": "load_layer(\"tls\")"
2017-03-05 00:51:00 +00:00
},
"format": "text"
}