File 1403-ssh-add-test-suites-categories-by-Hans-to-internal_d.patch of Package erlang
From 7eeac3cc3c2ee637b2de8f7367fa23480d4a34dd Mon Sep 17 00:00:00 2001
From: Jakub Witczak <kuba@erlang.org>
Date: Fri, 12 Sep 2025 17:30:59 +0200
Subject: [PATCH 3/5] ssh: add test suites categories (by Hans) to internal_doc
---
lib/ssh/internal_doc/ssh_notes.md | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/lib/ssh/internal_doc/ssh_notes.md b/lib/ssh/internal_doc/ssh_notes.md
index 3fba198be4..d3de3f6763 100644
--- a/lib/ssh/internal_doc/ssh_notes.md
+++ b/lib/ssh/internal_doc/ssh_notes.md
@@ -164,3 +164,34 @@ flowchart RL
end
end
```
+# Test Suites Overview
+## Crypto algorithms
+ssh_algorithms_SUITE (all algorithms against installed OpenSSH and self)
+ssh_compat_SUITE (all algorithms against different OpenSSH by using them)
+## Key handling
+ssh_pubkey_SUITE
+ssh_basic_SUITE
+ssh_algorithms_SUITE
+ssh_comp_SUITE
+ssh_engine_SUITE
+ssh_agent_SUITE + ssh_agent_mock_server (Keys in an (mock) agent)
+## Protocol (error behaviour)
+ssh_protocol_SUITE (contains a minimal ssh that injects errors and hard-to-test stuff)
+ssh_comp_SUITE
+## Compatibility
+ssh_comp_SUITE (Tests towards dockers with different OpenSSH versions)
+## Channels
+ssh_chan_behaviours_SUITE
+ssh_basic_SUITE (shell, cli, key callback mechanism)
+ssh_connection_SUITE
+ssh_sftp_SUITE
+ssh_sftpd_SUITE
+## Perseverance
+ssh_property_test_SUITE (lib/ssh/test/property_test/ssh_eqc_*)
+## Misc
+ssh_agents_SUITE
+ssh_to_openssh_SUITE ( tcp-forwarding)
+ssh_dbg_SUITE
+ssh_sup_SUITE
+ssh_upgrade_SUITE (broken)
+ssh_options_SUITE
--
2.51.0