Actions
action #101213
closedcoordination #90086: [epic] Refactor container tests
Merge `podman_3rd_party_images.pm` and `docker_3rd_party_images.pm` into single module "3rd_party_images.pm"
Start date:
2021-10-20
Due date:
% Done:
0%
Estimated time:
Tags:
Description
The only meaningful diff between these 2 files is:
podman_3rd_party_images.pm
:
script_run("echo 'Container base image tests:' > /var/tmp/podman-3rd_party_images_log.txt");
...
install_podman_when_needed($host_distri);
...
upload_3rd_party_images_logs('podman');
docker_3rd_party_images.pm
:
script_run("echo 'Container base image tests:' > /var/tmp/docker-3rd_party_images_log.txt");
...
install_docker_when_needed($host_distri);
...
upload_3rd_party_images_logs('docker');
Since we have the variable CONTAINER_RUNTIME
, which can have docker
, podman
or docker,podman
, it doesn't make sense to keep duplicated code doing the same thing.
Updated by ybonatakis over 3 years ago
- Status changed from Workable to In Progress
- Assignee set to ybonatakis
Updated by jlausuch about 3 years ago
- Status changed from In Progress to Blocked
Updated by jlausuch about 3 years ago
Blocked by: https://progress.opensuse.org/issues/101442
Updated by jlausuch about 3 years ago
- Related to action #101210: Merge `podman_image.pm` and `docker_image.pm` into single module "image.pm" added
Updated by ilausuch almost 3 years ago
- Status changed from Workable to In Progress
- Assignee set to ilausuch
Updated by ilausuch almost 3 years ago
Updated by ilausuch almost 3 years ago
- Status changed from In Progress to Resolved
Actions