mirror of https://github.com/secdev/scapy.git
Add cert.uts and msnrpc.uts to cryptography tests (#4479)
This commit is contained in:
parent
8ac13e7c15
commit
152d01804f
|
@ -1,16 +1,18 @@
|
|||
{
|
||||
"testfiles": [
|
||||
"test/scapy/layers/tls/tls*.uts",
|
||||
"test/contrib/macsec.uts",
|
||||
"test/scapy/layers/dot11.uts",
|
||||
"test/scapy/layers/ipsec.uts",
|
||||
"test/scapy/layers/kerberos.uts",
|
||||
"test/contrib/macsec.uts"
|
||||
"test/scapy/layers/msnrpc.uts",
|
||||
"test/scapy/layers/tls/cert.uts",
|
||||
"test/scapy/layers/tls/tls*.uts"
|
||||
],
|
||||
"breakfailed": true,
|
||||
"onlyfailed": true,
|
||||
"preexec": {
|
||||
"test/contrib/*.uts": "load_contrib(\"%name%\")",
|
||||
"test/tls*.uts": "load_layer(\"tls\")"
|
||||
"test/scapy/layers/tls/*.uts": "load_layer(\"tls\")"
|
||||
},
|
||||
"kw_ko": [
|
||||
"mock",
|
||||
|
|
Loading…
Reference in New Issue