Actions
action #110722
closedcoordination #90086: [epic] Refactor container tests
Refactoring ideas
Start date:
2022-05-06
Due date:
% Done:
0%
Estimated time:
Tags:
Description
during work on https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/14797 I found some things in AKS/EKS/GKE test code which I can not handle in term of PR which I am working on but which still needs to be handled .
- $service is needed only in publiccloud::basetest::provider_factory , further propagation of $service variable to publiccloud::k8s_provider and down to publiccloud::*_client entities is not needed because it is not used anywhere
- Initialized client object may be passed via RunArgs . I prepare patch which covers main idea I will attach it to the ticket
Files
Updated by asmorodskyi over 2 years ago
Updated by jlausuch over 2 years ago
- Status changed from New to Workable
- Parent task set to #90086
Updated by jlausuch over 2 years ago
- Status changed from Workable to In Progress
- Assignee set to ilausuch
AP: @ilausuch to investigate if this is still needed.
Updated by ilausuch over 2 years ago
Updated by ilausuch over 2 years ago
About to share the same provider by the two tests (push_containers_image_to_pc and run_container_in_k8s) can not be possible because they are using different providers (ecr/eks, ..)
Updated by ilausuch over 2 years ago
- Status changed from In Progress to Resolved
Actions