From 152d01804fef3542d943c0461d11fde97362139c Mon Sep 17 00:00:00 2001 From: gpotter2 <10530980+gpotter2@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:15:05 +0200 Subject: [PATCH] Add cert.uts and msnrpc.uts to cryptography tests (#4479) --- test/configs/cryptography.utsc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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",