diff --git a/chirp/drivers/baofeng_uv17Pro.py b/chirp/drivers/baofeng_uv17Pro.py
index e7f2162e3..d933d7fc8 100644
--- a/chirp/drivers/baofeng_uv17Pro.py
+++ b/chirp/drivers/baofeng_uv17Pro.py
@@ -1266,6 +1266,12 @@ def set_memory(self, mem):
self.set_memory_common(mem, _mem)
+@directory.register
+class UV25(UV17Pro):
+ VENDOR = "Baofeng"
+ MODEL = "UV-25"
+
+
@directory.register
class UV17ProGPS(UV17Pro):
VENDOR = "Baofeng"
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