Closed kosstennbl closed 3 months ago
It looks that this change did its job and revealed issues with cnf setup in spec tests. They need to be addressed though.
Issues with "envoy" chart are brought by #2116, they should be resolved for CI to pass.
the change looks fine for me now, I will approve after the envoy issue is addressed.
rebase pls
Description
Fix handling unsuccessful cnf setup, if resources are not ready after timeout - then setup should fail with exit 1. Change specs accordingly, replace wait_count=0 with new option "ignore_setup_timeout". Add cnf_setup function to ShellCmd and use it for installation of CNFs during specs.
Issues:
Refs: #1937 #2083