From 5f7ae6d271eb9fe94c619a2c4aaba60eade664e6 Mon Sep 17 00:00:00 2001 From: "Alexandre J. Raymond" Date: Sun, 2 Jun 2024 23:43:28 -0400 Subject: [PATCH] Add driver test information --- tests/Python3_Driver_Testing.md | 7 ++++--- tests/model_stats.tsv | 0 tests/py3_driver_testers.txt | 1 + tools/py3_driver_progress.py | 0 4 files changed, 5 insertions(+), 3 deletions(-) mode change 100644 => 100755 tests/model_stats.tsv mode change 100644 => 100755 tools/py3_driver_progress.py diff --git a/tests/Python3_Driver_Testing.md b/tests/Python3_Driver_Testing.md index c8e1f398e..221b4e8ec 100644 --- a/tests/Python3_Driver_Testing.md +++ b/tests/Python3_Driver_Testing.md @@ -70,6 +70,7 @@ | Baofeng_UV-17 | [@vdwel](https://github.com/vdwel) | 27-Nov-2023 | Yes | | | Baofeng_UV-17Pro | [@vdwel](https://github.com/vdwel) | 27-Nov-2023 | Yes | | | Baofeng_UV-17ProGPS | [@vdwel](https://github.com/vdwel) | 27-Nov-2023 | Yes | | +| Baofeng_UV-25 | [Implied by Baofeng_UV-17Pro](#user-content-Baofeng_UV-17Pro) | 2-Jun-2024 | Yes | | | Baofeng_UV-3R | [@yarda](https://github.com/yarda) | 26-Sep-2022 | Yes | 0.45% | | Baofeng_UV-5R | [@lekv](https://github.com/lekv) | 23-Oct-2022 | Yes | **28.81%** | | Baofeng_UV-6 | [Implied by Baofeng_UV-5R](#user-content-Baofeng_UV-5R) | 18-Nov-2022 | Yes | 0.46% | @@ -460,11 +461,11 @@ | Zastone_ZT-X6 | [Implied by Retevis_RT22](#user-content-Retevis_RT22) | 9-Dec-2022 | Yes | 0.11% | ## Stats -**Drivers:** 457 +**Drivers:** 458 -**Tested:** 87% (401/56) (93% of usage stats) +**Tested:** 87% (402/56) (93% of usage stats) -**Byte clean:** 91% (418/39) +**Byte clean:** 91% (419/39) ## Meaning of this testing diff --git a/tests/model_stats.tsv b/tests/model_stats.tsv old mode 100644 new mode 100755 diff --git a/tests/py3_driver_testers.txt b/tests/py3_driver_testers.txt index 79a04d693..4ffe8e694 100644 --- a/tests/py3_driver_testers.txt +++ b/tests/py3_driver_testers.txt @@ -84,6 +84,7 @@ Baofeng_UV-13Pro,@vdwel,21-Feb-2024 Baofeng_UV-17,@vdwel,27-Nov-2023 Baofeng_UV-17Pro,@vdwel,27-Nov-2023 Baofeng_UV-17ProGPS,@vdwel,27-Nov-2023 +Baofeng_UV-25,+Baofeng_UV-17Pro,2-Jun-2024 Baofeng_UV-B5,@KC9HI,18-Nov-2022 Baofeng_UV-S9X3,@KC9HI,22-Aug-2023 Baofeng_W31E,@KC9HI,14-Aug-2023 diff --git a/tools/py3_driver_progress.py b/tools/py3_driver_progress.py old mode 100644 new mode 100755