diff --git a/test/configs/cryptography.utsc b/test/configs/cryptography.utsc index 46f5a5eba..53b307d28 100644 --- a/test/configs/cryptography.utsc +++ b/test/configs/cryptography.utsc @@ -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",