Konstantin
Konstantin
## Description Change instalation time measurement method to reduce complexity Extract waiting for all resources and liveness_time calculation Extract elapsed time config map creation Add comments as markers for different...
## Description Add mdl as a linter for new cnf-testsuite documentation Add custom rules for keeping format of the documentation Add lint to git workflows to run mdl. Remove docs...
## Description For supporting multiple deployments in one cnf and improving overall config usability and structure - new config format has to be introduced. Some existing parameters usage need to...
## Description Currently, when helm install fails, testsuite still waits for resources and only fails on timeout. Fix helm behavior and make it exit right after installation failure.
Testsuite has useful generate_config functionality that allows users to generate basic config for their CNF without knowledge of all the parameters. With update of config format - we need a...
[EPIC] Redesign CNF installation process Current installation process is quite limiting and hard to maintain. Multiple issues are already created and they only build up: #2095, #2106, #2036. The idea...
1st step of #2120. We need new cnf-testsuite.yml config format that would be able to: 1. Support installation of multiple helm charts 2. Specify which parameters are used for which...
During steps 1 and 2 of #2120, new config should be prepared for usage and should be back-compatible by using config transformer. This step is responsible for changing all usages...
Currently, cnf_install task creates "cnfs" folder in the current directory and uses it for storing data used by other tasks/tests. Problem is that this approach locks the user to the...
We have "ip_addresses" test in configuration category, which checks for existence of hardcoded ip addresses in helm chart. Idea of this test is good, but the problem is that we...