From d8a7d51ba3ecdd0592d4b562d74cc7b56c99ead9 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 18 Feb 2026 00:02:37 +0100 Subject: Remove none_anon test, make nosec_anon fully unsecured MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit none_anon was redundant — nosec_anon now covers the unsecured case with both LDS and ServerRegister running without security config. Update readme test table to reflect the change. --- tests/none_anon/server_lds.conf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/none_anon/server_lds.conf (limited to 'tests/none_anon/server_lds.conf') diff --git a/tests/none_anon/server_lds.conf b/tests/none_anon/server_lds.conf deleted file mode 100644 index 7b15b20..0000000 --- a/tests/none_anon/server_lds.conf +++ /dev/null @@ -1,11 +0,0 @@ -# ServerLDS — test: none_anon - -port = 14840 -applicationUri = urn:localhost:bobink:ServerLDS -certificate = certs/ServerLDS_cert.der -privateKey = certs/ServerLDS_key.der -cleanupTimeout = 60 - -authMode = anonymous - -trustStore = certs/trust/server_lds -- cgit v1.2.3