Project

General

Profile

action #51236

Updated by okurz almost 5 years ago

## Motivation 
 lib/utils.pm is too big/generic, For s390x, spvm, ipmi, svirt, qemu, we can move the backends specific stuff into according library files. 
 sort them to Utils::Backends 

 After #50435, for other backends s390x, spvm, ipmi, svirt, qemu, we can sort them to Utils::Backends 

 ### Acceptance criteria ### 

 * **AC1:** All backends all related functions are moved out ouf lib/utils.pm 
 * **AC2:** Add POD to each method 
 tests work as before.

Back