Add cert.uts and msnrpc.uts to cryptography tests (#4479)

This commit is contained in:
gpotter2 2024-07-28 21:15:05 +02:00 committed by GitHub
parent 8ac13e7c15
commit 152d01804f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 3 deletions

View File

@ -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",