forked from tier4/ota-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 727ebdd Author: Bodong Yang <[email protected]> Date: Thu Apr 25 12:03:09 2024 +0900 refine(v3.7.x): refine bootctrl.common CMDHelperFuncs (tier4#289) This PR does the following things: 1. refines the common module's subprocess wrapper methods. 2. refines and simplify the boot_control.common.CMDHelperFuncs implementation a lot. 3. cleanup and remove boot_contro.errors, now each boot controller implementation has their own error types. 4. use mount slot helper's prepare_standby_dev instead of each boot controller's prepare_standby_dev method. 5. integrate the new CMDHelperFuncs to each boot controller and fix up test files accordingly. NOTE that cboot boot controller implementation is temporarily removed, it will be added back in tier4#287 .
- Loading branch information
1 parent
d2a2f61
commit fa52311
Showing
4 changed files
with
219 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.