From 793e0a72d0e894428d4093f83208c012de4cfc94 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Thu, 9 Jul 2026 13:27:31 +0000 Subject: [PATCH] ci: modernize solaris config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit test/contrib/isotp.uts is dropped to prevent the tests from failing with ``` ━ UTScapy - Scapy 2.7.1rc1.post58 - 3.13.13 └ Loaded config file ./test/configs/solaris.utsc ERROR: Cannot remove test/contrib/isotp.uts from test files ``` It's a follow-up to 386d7fa4d811b35364ca325353123685ac84c4dd where that file was removed. TLS-related tests are adjusted It's a follow-up to 219f2febd8456c440988b329b44c1dbcd0e47d0d where the TLS tests were moved to test/scapy/layers/tls scapy-rpc tests are added AI-Assisted: no --- test/configs/solaris.utsc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/configs/solaris.utsc b/test/configs/solaris.utsc index d76e8b77a4f..85c3c570f0b 100644 --- a/test/configs/solaris.utsc +++ b/test/configs/solaris.utsc @@ -2,6 +2,8 @@ "testfiles": [ "test/*.uts", "test/scapy/layers/*.uts", + "test/scapy/layers/tls/*.uts", + "test/scapy/layers/msrpce/*.uts", "test/contrib/automotive/*.uts", "test/contrib/automotive/obd/*.uts", "test/contrib/automotive/scanner/*.uts", @@ -17,15 +19,13 @@ "test/windows.uts", "test/contrib/automotive/ecu_am.uts", "test/contrib/automotive/gm/gmlanutils.uts", - "test/contrib/isotp.uts", "test/contrib/isotpscan.uts" ], "onlyfailed": true, + "extensions": ["scapy-rpc"], "preexec": { "test/contrib/*.uts": "load_contrib(\"%name%\")", - "test/cert.uts": "load_layer(\"tls\")", - "test/sslv2.uts": "load_layer(\"tls\")", - "test/tls*.uts": "load_layer(\"tls\")" + "test/scapy/layers/tls/*.uts": "load_layer(\"tls\")" }, "kw_ko": [ "osx",