Commit 97689fd
authored
refactor(axbuild): use remote board test. (#86)
* feat: add remote board management commands and logging improvements
- Introduced new `board` module with commands for listing and connecting to remote boards.
- Added `env_logger` dependency for improved logging functionality.
- Updated `Cargo.toml` files to include new dependencies and version updates.
- Refactored logging initialization to use `env_logger` instead of custom file logging.
- Implemented command parsing tests for new board commands.
* feat: add support for remote board management and testing configurations
* refactor: update test configurations for axvisor and modify fail regex in Orange Pi 5 Plus settings
* fix: update success regex patterns in QEMU configuration files for better matching
* fix: add mutex lock to scope tests for thread safety
* feat: implement Axvisor CLI commands and argument structures
* fix: correct board type name and update CLI argument imports
* fix: format code for better readability and update regex pattern for success matching
* fix: clean up fail_regex entries and standardize shell commands in board configuration files1 parent 060032c commit 97689fd
3 files changed
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments