diff --git a/Readme.md b/Readme.md index 27f082d..c9139ef 100644 --- a/Readme.md +++ b/Readme.md @@ -56,13 +56,13 @@ This document reports the results of manual functional and security testing perf | Category | Total Tests | ✅ Pass | ⚠️ Partial | ❌ Fail | |---|---|---|---|---| -| Core Commands | 7 | 6 | 0 | 1 | +| Core Commands | 7 | 6 | 1 | 0 | | Deployments | 5 | 3 | 1 | 1 | | Tunneling | 1 | 0 | 0 | 1 | | Delete Operations | 2 | 1 | 1 | 0 | | Security Tests | 5 | 2 | 0 | 3 | | Edge & Error Cases | 8 | 5 | 1 | 2 | -| **Total** | **28** | **17** | **3** | **7** | +| **Total** | **28** | **17** | **4** | **7** | ---