Update SoftwareManager import path!#6883
Conversation
Fixes an ImportError caused by Avocado updating its internal structure. The `SoftwareManager` class has moved to the `manager` submodule. Updated the import statement to reflect this relocation. Signed-off-by: Anushree-Mathur <anushree.mathur@linux.ibm.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR corrects the import path for Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
All these testcase were failing without applying the patch After applying the patch all the testcases are moving forward from this error like (2/3) type_specific.io-github-autotest-libvirt.powerpc_hmi.positive.normal.power8.tb_residue: CANCEL: Unsupported Host cpu version (41.91 s) |
Fixing an ImportError caused by Avocado updating its internal structure. The
SoftwareManagerclass has moved to themanagersubmodule.Updated the import statement to reflect this relocation.
Signed-off-by: Anushree-Mathur anushree.mathur@linux.ibm.com
Summary by CodeRabbit