Remove the exclude_test_cases list and vNIC‑specific test filtering.#387
Remove the exclude_test_cases list and vNIC‑specific test filtering.#387FarooqAbdulla02 wants to merge 1 commit intolop-devops:masterfrom
Conversation
FarooqAbdulla02
commented
Mar 5, 2026
- Remove the commented exclude_inputs_params block.
- Simplify configuration file handling by using shutil.copy() for all interface types.
- Reduce overall code complexity from 688 to 661 lines.
- All configuration files (vnic, veth, hnv, pci) are now copied directly without any filtering, making the code more maintainable and consistent.
- All existing functionality remains intact, including HMC integration (manageSystem, VIOS information), credential handling (hmc_pwd, vios_pwd), remote peer discovery through SSH, and dynamic parameter injection from files.
- Remove the commented exclude_inputs_params block. - Simplify configuration file handling by using shutil.copy() for all interface types. - Reduce overall code complexity from 688 to 661 lines. - All configuration files (vnic, veth, hnv, pci) are now copied directly without any filtering, making the code more maintainable and consistent. - All existing functionality remains intact, including HMC integration (manageSystem, VIOS information), credential handling (hmc_pwd, vios_pwd), remote peer discovery through SSH, and dynamic parameter injection from files. Signed-off-by: “Shaik <“shaik.abdulla1@ibm.com”>
|
command output: |
|
we can hold and close this as #388 has improved code base. |