Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
None
Description
Currently each compose environment has a single test script and cluster config. Sometimes testing a specific feature requires custom configuration (e.g. short certificate lifetime) that would negatively affect a long-running cluster executing all tests (e.g. too many certificate renewals slows down regular tests and produce copious log output).
The goal is to allow running more than one test script per environment, each providing their own config customization. This would allow running most tests with the regular configs, and restricting the custom configs to a subset of the tests.