-
Story
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
Proactive Architecture
-
3
-
False
-
False
-
-
WINC - Sprint 230
Developer story
As a WMCO developer, I want to consolidate the creation of the `curler jobs` in the e2e tests, so that there is a standard way of calling the `curler jobs`.
Description
The introduction of the generateLinuxWorkloadTesterCommand() function exposed the need to modularize the initialization of the curler jobs, as described in the PR#645 comment.
We ideally should have a single method that kicks of a curler job with different inputs, in order to achieve that, a refactoring should be applied to modularize the introduced function and make this common across the e2e test.
Engineering Details
- Modularize and extract a common helper across generateLinuxWorkloadTesterCommand() and testWindowsExporter.
Acceptance Criteria
- The creation of a `curler job` have a central definition and support different inputs.
- links to
- mentioned on
(3 mentioned on)