refactor(bmc-mock): avoid cloning machine info for BMC mock setup#2779
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (7)
🚧 Files skipped from review as they are similar to previous changes (6)
Summary by CodeRabbit
WalkthroughThe PR removes ChangesMachineInfo Borrow Refactor and Serialization Removal
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Change BMC mock router construction to borrow `MachineInfo` and store only the derived SSH prompt behavior in `BmcMockWrapper`. Signed-off-by: Dmitry Porokh <dporokh@nvidia.com>
8a16333 to
144cca1
Compare
🔍 Container Scan Summary
Per-CVE detail lives in the per-service |
Change BMC mock router construction to borrow
MachineInfoand store only the derived SSH prompt behavior inBmcMockWrapper.Related issues
This is preliminary refactor before
#2617
Type of Change
Breaking Changes
Testing
Additional Notes