integrity_verification.py: rework into OOP

This commit is contained in:
Mykola Grymalyuk
2023-04-02 11:39:55 -06:00
parent b0c05b914b
commit 23f2291bfa
3 changed files with 133 additions and 65 deletions

View File

@@ -16,6 +16,9 @@
- Add extra error handling for network errors
- Handles `RemoteDisconnected('Remote end closed connection without response')` exceptions
- Move root volume patch set generation to dedicated sys_patch_generate.py module
- Refactored integrity_verification.py:
- Implemented Object-Oriented design
- Reduced disk I/O and main thread monopolization
- Increment Binaries:
- PatcherSupportPkg 0.9.2 - release