Actions
action #158982
closedaction #152590: [containers][epic] Container refactoring
Search and remove dead code
Start date:
2024-04-15
Due date:
% Done:
0%
Estimated time:
Tags:
Description
In lib/containers/common.pm there are routines that appear dead. We should check if routines there are not used anymore, and if some other library functions might be better suited in test modules.
This ticket does not have a clear end goal but acts as an allowance card for doing this kind of refactoring.
Files
Updated by rbranco 8 months ago
This PR removes unused functions: exec_on_container, commit, get_images_by_repo_name, remove_image, install_oc, check_runtime_version.
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/19138
Updated by rbranco 8 months ago
More refactoring and cleanup
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/19142
Actions